body {
	background: #d2e8fa;

font: 13px Arial, Helvetica, sans-serif; 
}


div.container {
		margin-left:auto; 
		margin-right:auto; 
		width:800px; 
		border:1px solid #000000;
		background: #ffffff;
		}

div.header{
		background-image: url(./images/header.jpg); 
		height:150px; 	
		border-bottom:1px solid #000000; 
		}

div.footer{ 
		clear:both; 
		border-top:1px solid #000000; 
		}


ul, li { margin: 0; padding: 0; list-style-type: none;}



a {
	text-decoration: none;
	color:#2e9cf1;
	font-weight:bold;
	}


a:hover {
	color:325450;
	}



.impressum {
		background-image: url(./images/impressum.jpg); 
		height:84px; 		
}


div.sprachen_startseite{
	width:90%;
	margin-left:auto;
	margin-right:auto;	
	}

div.sprachen_startseite_boxen{
	width:25%;
	float:left;
	text-align:center;
	margin-top:8px;
	}
div.sprachen_startseite_boxen img {
	border:0px;
	width:70px;
	height:70px;
	}




h2 {		text-decoration:underline;
		}

hr	{
	background:black;
	height:1px;
	border:0px;
	}





div.left {
	float:left;
	width: 150px;
	}

div.main {
	margin: 0px 150px 0px 150px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:3px;
	}
div.right {
	float:right;
	width: 150px;
	}

.left a {
	text-decoration: none;
	background-color: #ffffff;
	color:#2e9cf1;
	display:block;
	height:25px;
	padding:3px;
	border-bottom:1px groove #cccccc;
	}


.left a:hover {
	color: #000000;
	background-color: #efefef;
	color:325450;
	height:25px;
	font-size:14px;
	}

.left img {vertical-align:middle;
	 width:30px; 
	height:20px;
	border:1pt solid black;
	}















.right .title { 
	background:url(./images/balken.jpg);
	font-weight:bold;
	display:block;

	border-bottom:1px solid #000000;
	}


.textbox {
	border-bottom:1px solid #000000;
	padding:2px;
	}





.betitle {
	display:block;
	background-color: #3ca1f1;
	height: 30px;
	line-height:30px;
	font-weight:bold;
}





.contentbox {
	border:1px solid #000000;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}




input, select, textarea {
	background: #3ca1f1;
	border: 1px solid #000000;
	-moz-border-radius:4px;
	padding:1px;
	margin:2px;
}



