/* CSS Document */

/*Farben: 
Schwarz:	#0F0F0F
Blaugrün:	#78A0A0
Kontakfelder: #d7e2e3
*/

* { margin: 0; padding: 0; }

html, body{
	margin:0px; 
	padding:0px;  
	width:100%; 
	height:100%;
	
	background-color:#FFF;
	
	color:#0F0F0F;
}


#main{
	width:960px; 
	height:600px;
	
	text-align:left;
	
	z-index:20;
}

#left{
	width:21%; 
	height:100%;
	
	margin-top:3.1%;
	margin-left:3.75%;
	
	float:left;
	
	font-family:Helvetica, sans-serif;
	font-size:22px;
	letter-spacing:0.03em;
	line-height:30px;
}

#right{
	width:69%; 
	height:492px; 
	
	margin-top:3.1%; 
	margin-left:3.125%; 
	margin-right:3.125%; 
	
	float:left;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	letter-spacing:0px; 
}

#title{
	width:100%; 
	height:40px;

	margin-bottom:8px; 
	
	border-bottom:#000 1px solid;
	
	position:relative;
}

#title_inside{
	position:absolute;
	bottom:0; 
	margin-bottom:8px;
}

#header{
	width:100%; 
	height:40px; 
	
	margin-bottom:8px;
	
	border-bottom:#000 1px solid;
}

#navigation{
	width:100%;  
	height:418px;   
	
	margin-bottom:8px;
	
}

#left span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.02em;
}

#adresse{
	width:100%; 
	height:66px; 
	
	margin:0px; 
	
	position:relative;
}

#adresse_inside{
	position:absolute;
	bottom:0; 
}

#spalte1{
	width:47.8%;
	height:100%;
	
	margin:0px; 
	padding:0px;  
	
	float:left;
}

#spalte2{
	width:47.8%; 
	height:100%;
	
	margin:0px; 
	padding:0px;
		
	margin-left:4.4%;  
	
	float:left; 
}

p{
	margin:0px; 
	margin-bottom:15px;
}

a{
	margin:0px; 
	padding:0px;
}

img{
	margin-top:1px; 
}

input.new{
	background-color:#d7e2e3;
	border:1px solid #fff;
	width:100%; 
	height:20px;  
}

input.new:focus,textarea.new:focus{
	border:1px dotted #0F0F0F;
}

textarea.new{
	background-color:#d7e2e3;
	border:1px solid #fff;
	width:100%; 
}

.send {
	cursor: pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0F0F0F;
	background-color:#d7e2e3;
	width:120px;
}

.list{
	text-indent:-13px;
	margin-left:13px;
	margin-bottom:0px; 
	margin-top:0px; 
}

h1{
	margin:0px; 
	padding:0px; 
	border:none;
	float:none;
	height:100%;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	letter-spacing:0px;
	
	font-weight:normal;
	display:inline; !important 
	
}


/*------------------------------------------------ Links -------------------------------------------- */
A:link {
		color:#0F0F0F;
		text-decoration: none; 
}
		
A:visited {
        color:#0F0F0F;
		text-decoration: none;
		font-style:italic;
} 

A:hover,A:focus {
		color:#78A0A0;
		text-decoration: none; 
}	

A:active {
		color:#78A0A0;
		text-decoration: none;
}


