/* CSS Document */

body{
	margin:0;
	background-color:#434343;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
}

div#container {
	width:980px;
	margin: 0 auto;
	z-index:1;
}

div#site {
	position:absolute;
	top:0;
	width:980px;
	z-index:10;
}
div#contsite {
	position:absolute;
	top:0;
	left:22px;
	width:936px;
	z-index:10;
}

div#logo {
	width:236px;
	height:89px;
	position:absolute;
	top:0;
	left:79px;
	z-index:10;
}
/*------------------ Main Menu ------------------*/

div#menu{
	position:absolute;
	top:89px;
	left:79px;
	width:236px;
	height:116px;
	padding-top:10px;
	background-color:#851256;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity: 0.80; /* Mozilla */
	opacity: 0.80; /* Opera */
	color:#FFFFFF;
}
div#menu a {
	color:#FFFFFF;
}

/*------------------ Sub Menu ------------------*/

div#submenu{
	position:absolute;
	top:215px;
	left:0;
	width:946px;
	height:165px;
	background-image:url(../images/site/menuebg.jpg);
	background-repeat:no-repeat;
}

/*------------------ Background Bild ------------------*/
div#bgimg {
	width:980px;
	height:632px;
	top:0;
	position:absolute;
	z-index:1;
}

/*------------------ Sprache ------------------*/

div#language {
	width:132px;
	height:27px;
	position:absolute;
	top:25px;
	left:650px;
	z-index:10;
}

/*------------------ umschließender Div ------------------*/
#um{
	width:936px;
	top:380px;
	left:0;
	position:absolute;
	background-image:url(../images/site/mainbg.jpg);
	background-repeat:repeat-y;
	z-index:1;
}

/*------------------ Inhalt ------------------*/
div#content {
	width:400px;
	float:left;
	padding-left:80px;
	line-height:125%;
	z-index:10;
}

/*------------------ rechter Div ------------------*/
div#right {
	width:274px;
	float:right;
	margin-right:100px;
	z-index:1;
}

/*------------------ Bottom ------------------*/
div#bottom{
	width:936px;
	height:97px;
	z-index:1;
}

/*------------------ Login ------------------*/
div#login {
	width:130px;
	height:135px;
	background-color:#f3e0bc;
	margin-top:10px;
	padding-left:15px;
	padding-top:10px;
}

div#login input{
	width:115px;
	height:15px;
	font-size:11px;
	margin-top:5px;
}
div#login input.senden {
	width:70px;
	color:#000000;
	background-color:#ffffff;
	height:20px;
}
div#login a {
	color:#3b879e;
}
input.senden {
	width:70px;
	color:#000000;
	background-color:#ffffff;
	height:20px;
}
/*------------------ Kalender ------------------*/

div#kalender {
	width:145px;
	margin-top:20px;
	color:#3b879e;
}

div#kalender p {
	margin-top:10px;	
	margin-bottom:10px;	
}



/*------------------ Bilder rechts ------------------*/
div#images{
	width:165px;
	float:left;
	margin-left:12px;
}

div#images img {
	border:1px solid #fdcb40;
}

