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

body {
background-color:#FFFFFF;
background-position:top left;
}

html {
	height:100%;

}


/* MAIN*/

#C {
margin-left:50px;

background-position:top right;
border-bottom:1px solid #065E5A;
min-height:100%;
}

#H {

height:35px;
border:0px solid red;
text-align:center;
}

#logo {
position:absolute;
 right:130px; 
  top:50px; 
}

#lang {
position:absolute;
right:0px; 
 top:0px; 
 display:none;
}

#N {
height:35px;
border:0px solid red;
width:700px;
display:none;

}

#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:140px;
	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;
}

