html,body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	font-family: arial,sans-serif;
	text-align:center;
	}

/*****************************************/
/* 3 DIVs "top" "center_table" und   	 */
/* "bottom" zentrieren					 */
/*****************************************/	
body div#top, body #center_table, body div#bottom {
	margin:0 auto;
	padding:0;
	width:979px;
	height:20px;
	background-image: url(images/backgnd_header.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

/*****************************************/
/* DIV für die gesamten Inhalte 100% hoch */
/* und eigener Schatten 				 */
/*****************************************/	
body #center_table {
	height:89%;
	min-height:530px;
	padding:0;
	background-image: url(images/backgnd_table.gif);
	background-position: center top;
	background-repeat: repeat-y;
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
}

/*****************************************/	
/* IE7 - Hack  */
*+html body #center_table {
	height:91%;
	}	

/*****************************************/
/* DIV für die Schatten unten			 */
/*****************************************/
body div#bottom {
	background-image: url(images/backgnd_bottom.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

/***************************************/
/* für Bildreihen */
/***************************************/
DIV.csc-textpic-imagewrap { margin-top: 5px; margin-bottom: 5px; margin-right: 5px;}
DIV.csc-textpic-imagerow {margin-top: 5px; margin-bottom: 5px; margin-right: 5px;}


/*****************************************/
/* Container um alle Inhalte herum		 */
/*****************************************/
div#container {
	text-align:left;
	margin:0 auto;
	padding:0;
	width:949px;
}

/*****************************************/
/* Header mit Logo...					 */
/*****************************************/
div#header {
	position:relative;
	height:63px;
	background-image: url(images/pic_Header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/*****************************************/
/* Navigation Top oben Seite			 */
/*****************************************/
div#top_navigation {
	position:relative;
	margin:0;
	padding: 4px 0 0 260px;
	height:27px;
	color: #E8F2F9;
	font-size: 11px;
	background-image: url(images/backgnd_top_navigation.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

div#top_navigation ul {
	white-space: nowrap;
  	margin:0;
	padding:0;
  	list-style:none;
}

div#top_navigation li {
	float: left;
    	display:inline;     /* Fix für IE Doubled Float */ 
}

div#top_navigation li a, div#top_navigation li a:link, div#top_navigation li a:visited, div#top_navigation li a:hover {
	padding: 0 15px 0 15px;
	color: #333;
	text-decoration:none;
}

div#top_navigation li a:hover {
	text-decoration: underline;
	color: #BE1839;
}
	
div#top_navigation ul .top_current {
	padding: 0 15px 0 15px;
	color: #BE1839;
}

/*****************************************/
/* Wrapper								 */
/*****************************************/
div#wrapper {
	float:left;
	width:100%;
}

/*****************************************/
/* S e i t e n   -   I n h a l t e		 */
/*****************************************/
div#content {
	margin: 0 200px 0 254px;
	padding:45px 18px 15px 20px;
	font-size: 13px;
}

div#content p {
	margin: 0;
	padding: 3px 0 8px 0;
	line-height: 132%;
}

div#content a {
	color:#BE1839;
	text-decoration: none;
}	

div#content ul {
	margin: 0 0 0 18px;
	padding:0;
	line-height: 132%;
}	

div#content ul li {
	margin: 0;
	padding:0;
}

div#content h1 {
	font-size: 17px;
	margin:5px 0 40px 0;
	padding:0 0 0 0;
	color: #BE1839;
/*	background-image: url(images/bullet_h1.gif);
	background-position: left center;
	background-repeat: no-repeat;
*/
}

div#content h2 {
	font-size: 14px;
	margin:4px 0 3px 0;
	padding:0;
}

div#content table p {
	margin: 0;
	padding: 0 0 3px 0;
}

div#content fieldset {
	padding: 8px;
}

div#content .csc-mailform-field label {
	width: 10em;
	padding: 0 5px 0 0;
	margin-top:3px;
	float: left;
	text-align: left;
}

div#content input {
	margin-bottom: 3px;
}

div#content textarea {
	font-family: Arial, Helvetica, sans-serif;
} 

	
/*****************************************/
/* Navigation linke Seite				 */
/*****************************************/
div#navigation {
	float:left;
	width:234px;
	margin-left:-949px;
	padding: 109px 0 0 0;
	min-height:310px;
	background-image: url(images/backgnd_navigation.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}

div#navigation ul {
	margin: 0;
	padding:0;
  	list-style:none;
}

div#navigation ul li {
	margin:1px 0 1px 0;
	padding: 5px 0 0 0;
}

div#navigation ul li a, div#navigation ul li a:link, div#navigation ul li a:visited, div#navigation ul li a:hover {
	display:block;
	padding:6px 0 6px 20px;
	margin: 0;
	font-size:12px;
	font-weight: bolder;
	color: #FFF;
	text-decoration:none;
	background-color: #BE1839;
}

div#navigation ul li a:hover {
	color:#FFF;
	background-image:url(images/button_aktiv.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

div#navigation ul .current a {
	background-image:url(images/button_aktiv.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

/*****************************************/
/* 2. Ebene Navigation linke Seite		*/
div#navigation ul li ul {
	margin: 0 0 15px 19px;
	padding:0;
	background-color: transparent;
}

div#navigation ul li ul li {
	padding-bottom:5px;
	background-color: transparent;
}

div#navigation ul li ul li a, div#navigation ul li ul li a:link, div#navigation ul li ul li a:visited, div#navigation ul li ul li a:hover {
	margin:0;
	padding: 0 0 0 10px;
	font-weight:normal;
	color: #666;
	background-color: transparent;
	background-image:url(images/bullet_sub_navigation_off.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*** IE 7 Hack *****/
*+html div#navigation ul li ul li a, *+html div#navigation ul li ul li a:link, *+html div#navigation ul li ul li a:visited, *+html div#navigation ul li ul li a:hover {
	background-image:url(images/bullet_sub_navigation_off_ie.gif);
}

div#navigation ul li ul li a:hover {
	color:#BE1839;
	background-image:url(images/bullet_sub_navigation.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*** IE 7 Hack *****/
*+html div#navigation ul li ul li a:hover {
	background-image:url(images/bullet_sub_navigation_ie.gif);
}

div#navigation ul li ul .sub_current {
	margin:6px 0 0 0;
	padding: 0 0 5px 10px;
	font-weight:normal;
	font-size: 12px;
	color: #BE1839;
	background-image:url(images/bullet_sub_navigation.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*** IE 7 Hack *****/
*+html div#navigation ul li ul .sub_current {
	background-image:url(images/bullet_sub_navigation_ie.gif);
}


/*****************************************/
/* Seminar-Termine rechte Seite				 */
/*****************************************/
div#extra {
	float:left;
	width:161px;
	margin-left:-185px;
	margin-top: 113px;
	padding: 12px;
	background:#F4F4F4;
	font-size: 12px;
	color: #333;
}

div#extra p {
	margin: 2px 0 12px 0;
	padding: 0;
}

div#extra a {
	text-decoration: none;
	color: #BE1839;
}

div#extra h2 {
	font-size: 12px;
	margin:0 0 3px 0;
	padding:0;
	color: #666;
}

div#footer {
	clear:left;
	margin:0 auto;
	text-align:left;
	padding:3px 0 0 50px;
	width:929px;
	height: 22px;
	font-size: 11px;
	background-image: url(images/backgnd_footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

div#footer a, div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #333;
	text-decoration:none;
}

div#footer a:hover {
	color:#BE1839;
}


/*****************************************/
/* Anmeldeformulare		 */
/*****************************************/
div#content legend {
	color:#5EA9D7;
	padding: 0 8px 5px 5px;
	font-weight:bold;
	border: 1px solid :#999;
 }
 
div#content fieldset {
	margin:0 0 18px 0;
	padding: 8px 5px 5px 5px;
}


/****************************/
/* Mandatory-Anzeige	*/
.powermail_mandatory_js {
	color: #BE1839;
	font-size: 11px;
}

.powermail_mandatory {
	color: #BE1839;
}

/****************************/
/* Text Seminargebühr       */
.tx_powermail_pi1_fieldwrap_html_20 {
	margin: 15px 0 0 0;
	padding: 0;
}

.tx_powermail_pi1_fieldwrap_html_label {
	padding: 5px 3px 0 25px;
}

/*****************************************/
/* SEMINAR ANMELDUNG FORMULAR    */
/* Name, Vorname (2-spaltig) 	    */
/* Fachrichtung, Schwerpunkt (2-spaltig) */
/* PLZ, Ort (2-spaltig) 		    */
/* Telefon, Fax (2-spaltig) 	*/
.tx_powermail_pi1_fieldwrap_html_10, .tx_powermail_pi1_fieldwrap_html_12, .tx_powermail_pi1_fieldwrap_html_15, .tx_powermail_pi1_fieldwrap_html_17 {
	float: left;
	width: 230px;
}


/*****************************************/
/* SEMINAR ANMELDUNG FORMULAR    */
/* Straße, float aufheben	 	    */
/* E-Mail, float aufheben	 	    */
.tx_powermail_pi1_fieldwrap_html_14, .tx_powermail_pi1_fieldwrap_html_19 {
	float: none;
	clear: left;
}


/*****************************************/
/* BUCHBESTELLUNG FORMULAR   */
/* Name, Vorname (2-spaltig) 	    */
/* Fachrichtung, Schwerpunkt (2-spaltig) */
/* PLZ, Ort (2-spaltig) 		    */
/* Telefon, Fax (2-spaltig) 	*/
.tx_powermail_pi1_fieldwrap_html_37, .tx_powermail_pi1_fieldwrap_html_39, .tx_powermail_pi1_fieldwrap_html_42, .tx_powermail_pi1_fieldwrap_html_44 {
	float: left;
	width: 230px;
}

/*****************************************/
/* BUCHBESTELLUNG FORMULAR   */
/* Straße, float aufheben	 	    */
/* E-Mail, float aufheben	 	    */
.tx_powermail_pi1_fieldwrap_html_41, .tx_powermail_pi1_fieldwrap_html_46 {
	float: none;
	clear: left;
}

/******************************************/
/* BUCHBESTELLUNG FORMULAR  */
/* Widerruf   */
.tx_powermail_pi1_fieldwrap_html_51 {
	font-size: 11px;
}


/****************************/
/* Labels der Textfelder    */
#text_field_label {
	width: 80px;
	float: left;
	padding: 0;
	text-align: left;
}

/****************************/
/* Überschrift Checkboxen   */
/* .tx_powermail_pi1_fieldwrap_html_checkbox_title */
/* (direkt im Taemplate formatiert) */