html,body {
	background-color: #003366;
	font-family: Tahoma, arial narrow, sans-serif;
	font-size: 0.9em;
	margin: 0;
	text-align:center;
	padding:0px;
	color:#444;
	}

div {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

a, a:visited {
	color: #444;
}

a:hover {
	color: #666;
}

/* ############ Grob-Definition der Container ############ */


.cnt_all {
	width: 909px;
	padding:0;
	background: url(layout_images/body_bg.png) left repeat-y;
	margin: 0 auto 0 auto;
	text-align:left;
	}


.cnt_top {
 	height: 280px;
	padding-left: 20px;
	clear:both;
	}


.cnt_left {
	width: 280px;
	padding-left: 20px;
	float:left;
	}

.cnt_center {
	width:370px;
	float: left;
	padding: 20px 10px 0 30px;
	}
	
.cnt_right {
	width: 150px;
	float: left;
	padding:20px 0 0 0;
	}




.cnt_bottom {
	width:910px;
  	background-color: #003366;
  	color: #ffffff;
 	text-decoration: none;
 	text-align: left;
 	clear: both;
 	height:15px;
}

.footer {
	background: url(layout_images/bg_footer.png) left no-repeat;
	height:15px;
}


/* ############ Definition Untercontainer ############ */

.header, .klickpfad, .navi_bottom {
 	color: #ffffff;
 	background-color: #660000;
 	text-decoration: none;
 	text-align: right;
 	padding-right: 3px;
	}

.bottom_left {
 	text-align: left;
 	float: left;
	}

.bottom_right {
 	text-align: right;
 	float:right;
	}



/*  ############ sonstige Definitionen ############ */

h1 { 
 	color: #0066CC;
 	font-size:1.1em;
 	padding:3px;
 	padding-top:10px;
 	border-top:2px solid #ddd;
	}
h2 {
	font-size:1.5em;
	color: #444;
	padding:0;
	margin:0;
	margin-bottom:20px;
}

.team img {
	width:90px;
	border:3px solid #ccc;
}

.team td {
	padding-bottom:10px;
}
	
/* ###### Definition zum Formular ###### */


		/* ### Formularseite: ###*/
		fieldset {
			border: 2px #666 solid;
			padding: 0.8em;
			margin-top: 0.8em;
		}


		/* ### Breite der Spalten, float  ###*/
		label {
			width:10em;
			float: left;
		}


		/* ###  Feldfarbe, Rahmenfarbe, Abstände: ###*/
		input, button, textarea, select {
			border: 1px #666 solid;
			background-color: #eee;
			padding: 0.4em;
			margin: 0.2em;
			overflow:visible;
		}
		
		textarea, option {
			font-family: arial, helvetiva, sans-serif; 
			font-size: 0.9em;
		}
			
					
		/* ### Änderung Feldfarbe beim Überfahren: ###  */
		input:hover, button:hover, textarea:hover, select:hover, input:focus, button:focus, textarea:focus, select:focus {
			background-color: #dddddd;
		}
		
		.powermail_mandatory_js {
			color: #990000;
			font-weight:bold;
		}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	display:none;
	font-weight: bold;
	color: black;
}
/* ############ angepasste Typo3-Klassen ############ */

.csc-header {
 	clear: both;
	}
	
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-style:italic;
	color:#555;
	font-size:0.85em;
	margin:2px 0 20px 2px;
}

div.cnt_right img {
	border:3px solid #ccc;
}
