/*-----------------------------------------   

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: 10pt Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background: transparent;
	line-height: 1.3em; 
	}

.ce_wrap { margin-top: 30px; clear: both; width: 650px;}


/*------------------------------*/
/* =3 text formating 			*/

h1, h2, h3, h4, h5, h6 {
	margin: .75em 0 .5em 0;
	font-weight: bold;	
	}
h1 { font-size: 16pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }

p { 
	margin: 0.5em 0 1em 0; 
}
a {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}


/*------------------------------*/
/* =4 layout		 			*/

#page { 
	width: 650px; 
}
#header {
	margin-bottom: 30px;
}
#content { 
	width: 650px; 
	text-align: left; 
	margin: 0 auto;
}
#content img { 
	padding: 0; 
	border: none; 
}  
#footer { 
	margin-top: 20px; 
	padding-top: 5px; 
	border-top: 1px solid #eee; 
}


/*------------------------------*/
/* =5 display none				*/

a.no_print,
.nav, 
#sprungmarken,
#breadcrump,
#footer_nav,
hr,
.navtitle,
#search_form,
#selectbox,
.course_facts button,
#course_dates li .location a,
.location_wrapper a,
.teasergroup,
#callback,
.layout_2 #phonebox,
#print, 
#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: 480pt; 
}




.pagetitle {
	color:#B90B1D;
	font-size:16pt;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: 40px;
}

#course_dates .active .location h2 {
	margin-bottom: 20px;
}
#course_dates li {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
}

.course_facts .service {
	margin-top: 30px;
}
.course_facts h3, .course_facts .csc-header h2 {
	color: #BC0E1C;
	font-size: 12pt;
	text-transform: uppercase;
}

