body {
	margin: 20px;
	padding: 0;
	font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
}
/* ganzer Bereich*/

#komplett {
	width: 778px;
	margin: 0 auto;	
	text-align: left;
}

h1, h2, h3 {
	
	padding-bottom:10px;
	padding-top:10px;
	font:1.4em;
	font-weight: normal ;
	color: #D20000;
		font-size:20px;
}
p,  ol, ul {
	line-height: 160%;
}

a {
	color: #3A69BA;
}

a:hover {
	text-decoration: none;
}


/* Header */

#logo {
	float: left;
	width: 200px;
	height: 150px;
	background: url(logo.jpg);
	border : 1px solid #7171b7;
	background-repeat : no-repeat;
}



/* Banner */

#oben {
	float: right;
	width: 568px;
	height: 150px;
	background: url(../upload/bilder/titelbild.jpg);
	border : 1px solid #7171b7;

}

.wichtiger_hinweis {
	line-height: 90%;
	color: white;
	margin: 0px 0 60px 0;
	padding: 1px 10px ;
	font-size: 86%;
	background-color: Red;
	
}

.wichtiger_hinweis .csc-header h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size:160%;
	font-weight:bold;
	color:white;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom : 1px solid white;
	padding-bottom:10px;
}

.wichtiger_hinweis a {
	color: white;
}



/* Hilfsnavi */
#oben ul {
	float: right;
	margin: 0;
	padding: 130px 10px 0 0;
	list-style: none;
	line-height: normal;
}

#oben li {
	display: inline;
}

#oben a {
	padding-left: 2em;
	text-decoration: none;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: Black;
}

#oben a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	clear: both;
	padding-top: 10px;
	padding-top: 10px;
	
}

/* Inhalt */

/* Hauptmenue */

.hauptmenue {
	float: left;
	clear: left;
	width: 200px;
	margin: 0 0 0px 0;
	padding: 0;
	background: #EFF3F9;
	border : 1px solid #7171b7;
}

.hauptmenue .heading {
	margin-top: 0;
	padding: 8px 15px;
	background: #2d2d96 url(hgnavi.gif) no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Neu -GW- 24.08.07 */
.hauptmenue .heading a {
	color:white;
	text-decoration:none;
}

/* Neu -GW- 24.08.07 */
.hauptmenue .heading a:hover {
	color:white;
}

.hauptmenue .inhalt {
	margin: 0;
	padding: 5px 14px 0px 14px;
	
}

.hauptmenue ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.hauptmenue li {
	padding: 3px 0;
	border-bottom: 1px dotted #1F1F21;
	padding-left: 20px;
	background: url(menueaufz.gif) no-repeat left center;
}

.hauptmenue li.last {
	border: none;
	}

/* padding und background in neuen Selektor ".inhalt li" gepackt -GW- */
.hauptmenue a{
	text-decoration: none;

}
.hauptmenue a:hover{
	color:#000083;
}


/* Ende Hauptmenue */


#rechts {
	float: right;
	font: normal 1.3em Tahoma, Arial, Helvetica, sans-serif;
	width: 568px;
	background :#ffffff;
	background-image : url(hgrechts.jpg);
	background-repeat : repeat-x;
	border : 1px solid #7171b7;
}

.csc-textpic-image
{
	border:0px solid #333399;
	}

.csc-textpic-caption
{
	border:0px ;
	padding: 2px;
	line-height: 0.8em;
	font: italic 0.8em;
}
.csc-textpic-imagewrap .csc-textpic-imagecolumn .csc-textpic-image, .csc-textpic-imagewrap .csc-textpic-imagecolumn .csc-textpic-image .csc-textpic-caption{
	border: 0px;
	padding:0px;
}
	
 .csc-header h1{
	margin-top:60px;
	margin-bottom:10px;
	border-left:0px solid #1ea17d;
	border-bottom : 1px solid #7171b7;
	padding-top:5px;
	padding-bottom:3px;
}
.csc-header-n1 h1 {
	margin-top:0px;
}



.inhalt {
	padding: 10px 10px 0 10px;
	font: normal 1.1em Tahoma, Arial, Helvetica, sans-serif;
	
}

.inhalt .bildrechts{
	float: right;
 	padding-left:5px;
	border:1px solid black;
	
}

/*
.inhalt .bildlinks{
	float: left;
	padding-right:20px;
	border:1px solid black;
}
*/

/*Tabellen*/

/* Tabelleninhalte */


.inhalt .contenttable table {
spacing:0;
}

.inhalt  td {
	font-size:90%;
	border:1px solid black;
	padding-right:10px;
	margin-right:100px;
	padding-left : 5px;
	/*background-color: Navy;*/

	
}
.inhalt .contenttable .tr-even td {
	background-color: #FFC75E;
	color: #00008B;


}

.inhalt .contenttable .tr-0 td {
	color:white;
	font-weight : bold;
	font-size: 100%;
	font-style : normal;
	font-variant : small-caps;
	background : url(hgnavi.gif);

}
/*Formulare*/
 #mailform{
}
.csc-mailform{
	 border:none;
}
 .csc-mailform-field
 {
	width: 300px;
	float:none;	 
	padding:2px;
}




/* Footer */

#footer {
	clear: both;
	border-top: 1px dotted #000000;
	margin-top:50px;
	padding:10px;
	text-align: center;
}

#footer a {
	color: #999999;
}



table.tab_layout1 {
	background-color:blue;
	color:white;
}
td.zelle_wichtig1 {
	background-color:red;
	color:white;
}
td.zelle_wichtig2 {
	background-color:white;
	color:black;
}

td.zelle_fett {
	font-weight : bold;
}
td.zelle_zentriert {
		text-align:center;
		
	
}

.contenttable  {
  empty-cells:show;
}
.contenttable td {
  vertical-align:top;

}

