/*-----------------------------------------   

copyright 2008 by mmc

Version: 1.0

Author: Georg Paul

Author URI: http://www.mmc-agentur.at  	

-------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. reset Styles
2. global Styles
3. text Formating
4. layout
5. display none
6. tables and forms

-------------------------------------------------------------------*/


/*--------------------------------------*/
/* =1 Reset Style Sheet by Eric Meyer	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}/* remember to define focus styles! */:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/* tables still need 'cellspacing="0"' in the markup */table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}


/*------------------------------*/
/* =2 global styles 			*/
body {
	margin: 0;
	padding: 0;
	font: 9pt Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background: transparent;
	line-height: 1.4em; 
	}

.ce_wrap { margin-top: 30px; clear: both; width: 649px;}


/*------------------------------*/
/* =3 text formating 			*/

h1, h2, h3, h4, h5, h6 {
	margin: .75em 0 .5em 0;
	font-weight: bold;	
	}
	
h2 { font-size: 11pt; }
h3 { font-size: 9pt; }
h4 { font-size: 9pt; }

p { 
	margin: 0.5em 0 1em 0; 
}
a {
  color: #61B716;
  background: transparent;
  text-decoration: none;
}


/*------------------------------*/
/* =4 layout		 			*/

#page { 
	width: 649px;
}
#header {
	float: none;
	width: 649px; 
	height: 145px; 
}

#content { 
	width: 649px; 
	text-align: left; 
	margin: 0 auto;
}
#content img { 
	padding: 0; 
	border: none; 
}  
#footer { 
	margin-top: 20px; 
	padding-top: 5px; 
	border-top: 1px solid #eee; 
}
.course_facts {
	margin-bottom: 40px;
}
.course_facts .inner_wrap .ce_wrap {
margin-top: 5px;
}


/*------------------------------*/
/* =5 display none				*/

a.no_print,
.nav, 
#sprungmarken,
#breadcrump,
#footer_nav,
#print,
#navigator_outer_wrap,
button,
#toplink, 
#social_bookmarks, 
embed { display: none; }

/*------------------------------*/
/* =6 tables and forms			*/

table { 
	border: 1pt solid #f0f0ee; 
}
td, th { 
	border-left: 1pt solid #f0f0ee; 
	border-bottom: 1pt solid #f0f0ee; 
	padding: 3pt; 
}
.tablewrap { 
	width: 649px; 
}


