/* CSS Document */

div#container {
	width:808px;
	margin: 0 auto;
	z-index:10;
}

div#site {
	position:absolute;
	top:0;
	width:808px;
	z-index:10;
}

body{
	margin:0;
	background-color:#308099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


div#logo {
	width:235px;
	height:43px;
	position:absolute;
	top:10px;
	left:35px;
	z-index:10;
}

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

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

/*------------------ Bild Header ------------------*/

div#header {
	width:808px;
	height:215px;
	left:0;
	top:52px;
	position:absolute;
	z-index:10;
}

/*------------------ umschließender Div ------------------*/
#um{
	width:808px;
	top:267px;
	left:0;
	position:absolute;
	background-image:url(../images/layout/bg_y.jpg);
	background-repeat:repeat-y;
}

/*------------------ linker Div ------------------*/
div#left {
	width:150px;
	float:left;
	margin-left:15px;
}

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

div#menu{
	padding-bottom:25px;
	background-color:#f3e0bc;
	width:145px;
}


/*------------------ Login ------------------*/
div#login {
	width:130px;
	height:155px;
	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;	
}

/*------------------ Inhalt ------------------*/
div#content {
	width:425px;
	float:left;
	margin-left:15px;
	line-height:125%;
}

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

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

/*------------------ Bottom ------------------*/
div#bottom{
	width:808px;
	height:156px;
	float:left;
	background-image:url(../images/layout/bottom.jpg);
	background-repeat:no-repeat;
}
