

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

body, html {
	height: 100%;
}



body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
	font-size: 0.75em;
	line-height: 1.3em;
	
	background-color: #FFF;
	text-align: center;

}



#container {
	width: 960px;
	margin: auto auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	/*background-image: url(../bilder/container_hint.gif);*/
	background-repeat: repeat-y;
	text-align: left;

}


#kopf {
	position: relative;
	float: left;
	display: block;
	clear: both;
	width: 100%;
	height: 125px;
	background-color: #FFF;
	
	
}



#hilfsnavi {

	position: relative;
	float: right;
	margin: 30px 0 0 0px;
	
}

#logo {
	position: relative;
	float: left;
	width: 250px;
	height: 125px;
}



#flash_kopf {
	position: relative;
	float: left;
	display: block;
	left: 30px;
	clear: both;
	width: 929px;
	height: 271px;

}



#start_zeile_oben,
#start_zeile_unten {
	position: relative;
	float: left;
	left: 30px;
	margin-top: 20px;
	clear: both;
	width: 919px;
	width: 949px;
	
	overflow: visible;
	background: url(../bilder/st_zeilenhint.gif) bottom left no-repeat;
}


#start_zeile_unten {
	margin-bottom: 10px;
}



.EAG_beitrag {	
	position: relative;
	float: left;
	display: inline;
	width: 212px;
	
	margin: 0px 12px 0px 10px;
	
}



/*

* html .EAG_beitrag {
	margin: 0px 12px 0px 10px;
}



*+html .EAG_beitrag {
	margin: 0px 12px 0px 10px;
}

*/


.EAG_beitrag p {

	margin: 0 0 7px 0;
}




.clear {
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}






h1 {
	font-size: 1.2em;
	color: #274897;
	margin-bottom: 10px;
}



/*************************************/
/* Titel als Links */
/*************************************/



.csc-header h1 a:link,
.csc-header h1 a:visited {
	font-size: 1.0em;
	color: #274897;
	margin-bottom: 10px;
}





.csc-header h1 a:hover,
.csc-header h1 a:active {
	color: #666;
}




.csc-textpic-clear {
margin-top: -10px;

}



*+html .csc-textpic-clear {
margin-top: 0px;
}









