/*  body reset*/
* { 
  padding:0px;
  margin:0px;
}

body {
height:100%;	
background-color:#DAE1DF;
background-position:top left;
}

html {
	height:100%;
}


/* MAIN*/

#C {
position:absolute;
top:35px;
left:116px;
z-index:0;
}

#L {
position:fixed;
left:0%;
width:116px;
height:100%;
background-image: url(../pics/spalten/homeL.jpg);
border:0px solid red;
margin-top:35px;
z-index:5;
}

#R {
position:fixed;
right:0%;
width:116px; 
height:100%;
background-image: url(../pics/spalten/homeR.jpg);
border:0px solid red;
margin-top:35px;
z-index:5;
}


#H {
position:fixed;
left:0%;
width:100%;
background-image: url(../pics/back/backnavi.gif);
background-repeat:repeat-x;
height:48px;
border:0px solid red;
text-align:center;
z-index:7;
}

#logo {
position:fixed;
right:130px; 
top:50px; 
height:35px;
z-index:4;
}

#lang {
position:fixed;
right:0px; 
top:0px; 
z-index:1;
width:114px;
height:35px;
}

/* IE6 */
* html #lang, * html #logo, * html #H, * html #R, * html #L {
   position:absolute;
}



#N {
position:fixed;
left:50%;
width:750px;
background-image: url(../pics/back/backnavi.gif);
background-color:#DAE1DF;
background-repeat:repeat-x;
height:48px;
border:0px solid red;
margin-left:-375px;
z-index:8;
}

#F {
margin-top:50px;
clear:both;
border-top:0px solid #065E5A;
margin-right:115px;
}

/*navi*/
#N li { 
display: inline; 

margin-right:11px;
}

/*text*/

#C p, #F p, form label {
	font-family: Verdana, Arial, Helvetica;
	font-size:0.8em;
	margin-left:20px;
	margin-bottom:20px;
	margin-right:200px;
	line-height:15pt;
}

#C p a {
	color:#CE2A16;
	text-decoration:none;
} 

#C p a:hover {
	color:#CE2A16;
	text-decoration:underline;
} 

#C h2 {
	font-family:Times New Roman, Times;
	font-size:0.8em;
	padding-top:30px;
	margin-left:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}


#C h3 {
	Times New Roman, Times;
	font-size:11.5pt;
	margin-left:20px;
	padding-top:15px;
	line-height:15pt;
	color:#065C54;
	font-weight:normal;
}




#C .listeC li {
	font-family:Times New Roman, Times;
	font-size:11.5pt;
	margin-left:20px;
	line-height:15pt;
	color:#065C54;
	
}



.gtl {
	font-family:Times New Roman, Times;
	font-size:1.1em;
	
}
.gtl span {
	font-family:Times New Roman, Times;
	font-size:1.3em;
	
}

.boldC {
	font-weight:bold;
	font-size:1.1em;
}

.subhead {
	color:#065C54;
}

input, textarea {
	
	width:400px;
}

.tableinput {
	width:400px;
	margin-left:20px;
}

.tableinput td {
	text-align:left;
	padding-bottom:10px;
}

.tableinput td label {
	margin:0px;
	padding:0px;
}



.buttonsend {
	width:490px;
	color:#ffffff;
	background-color:#065E5A;
}

/*admin*/
.formadmin {
	margin-left:20px;
	
}

.formadmin label {
	margin:0px;
	padding:0px;
}

.warnung {
	font-weight:bold;
	color:#CE2A16;
}

.cospalte {
	float:left;
	margin-left:0px;
	width:350px;
}

.cospalte p {
	width:300px;
}

