


body{
	width:900px;
	background-color: #000000;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.clear{
	clear:both;
}
/* Language Menu */

#lang_menu{ 
	clear: both;	
	width:850px;
	height:47px;
	margin: 0 auto; padding:0 0 0 50px;
	background-image:url(../layout/langmenu_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family: Georgia, Verdana, Times, serif;
	font-size:10px;
}
#lang_menu ul{
	float: left;
	list-style: none;
	margin:0; padding: 0;
}

#lang_menu ul li{
	display: inline;
	height:47px;
	width:77px;
}

#lang_menu ul li a {
	display: block;
	float: left;
	padding: 30px 0 0 0;
	text-decoration: none;
	height:17px;
	width:100px;	
	color:#aaaaaa;
	text-align:center;
}

#lang_menu ul li a:hover {
	background-image:url(../layout/langmenu_button.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#424242;
	text-align:center;
}
#lang_menu ul li#current a {	
	background-image:url(../layout/langmenu_button.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#424242;
	text-align:center;
}

#seite{
	position:absolute;
	top:0px;
	margin:0 auto;
	width:900px;
	background-color:#FFFFFF;}

/* Header */

#header{
	float:left;
	margin:0;
	padding:0;
	width:900px;
	height:160px;
	background-color:#FFFFFF;
	display:inline;
}

#logo{
	position:absolute;
	top:47px;
	left:0px;
	/*float:left;*/
	padding:62px 0 0 60px;
	width:152px;
	height:38px;
}

/* Menü */
#menu{
	position:absolute;
	top:47px;
	left:400px;
	/*float:right;*/
	width:450px;
	overflow:hidden;
	padding:48px 50px 0 0;
}
#menubutton{
	float:left;
	width:140px;
	padding:5px;
}
#menubutton a{
	text-decoration:none;
	color: #666666;
}
#menubutton a:hover{
	text-decoration: none;
	color: #CC0000;
}

.Navigation {
	font-family: Georgia, Verdana, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}


#header_linie{
	float:left;
	margin:0;
	padding:0;
	width:900px;
	height:40px;
	background-color:#FFFFFF;
}

#inhalt{
	float:left;
	margin:0;
	padding:0 60px 0 60px;
	width:780px;
	background-color:#FFFFFF;
}

#inhalt H1{
	font-family: Georgia, Verdana, Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	width:370px;
	padding:10px 0 20px 0;
}

/* ### Bildgalerie ### */

#inhalt div.galerie {
	float:left;
	width:180px;
	height:120px;
	overflow:hidden;
	padding-right:10px;
	padding-bottom:10px;
}
#inhalt div.galerie div.image {
	float: left;
	width: 180px;
	height:125px;
	overflow:hidden;
}

#inhalt div.galerie div.image img{
	padding: 5px 5px 20px 5px;
	border:1px solid #fff;
}
/* ### Farmulare ################################################################### */

.formgen{ width:370px; padding: 20px 0 0 20px; float:right;}

.formtextlabel{ width:150px; float:left; padding:0 0 5px 0; font-weight:normal;}
.formtextinput{ width:360px; float:left; padding:0 0 5px 0;}
.formtextfieldlabel{ width:150px; height:150px;}
.formtext{ width:360px; border:1px solid #CCCCCC;}
.formtextfield{ width:360px; height:150px; border:1px solid #CCCCCC;}
.formblock{ padding-left:150px;}
.formsubmit{ border:1px solid #FFFFFF; background-color:#CCCCCC; padding:3px 20px; color:#000000;}

/* Footer */
#footer{
	float:left;
	margin:0;
	padding:50px 0 10px 0;
	width:900px;
	background-color:#FFFFFF;
}

.Navigationaktiv {
	font-family: Georgia, Verdana, Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.Unterzeile {
	color: #666666;
	font-family: Georgia, Verdana, Times, serif;
	font-size: 12px;
}

