/* CSS Document */


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

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

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-image:url(../images/layout/bg_y.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#fbfbfb;
}

div#background {
	width:100%;
	height:166px;
	position:absolute;
	background-image:url(../images/layout/bg_x.jpg);
	background-repeat:repeat-x;
	top:0;
	left:0;
	z-index:1;
}

div#header {
	width:950px;
	height:166px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-image:url(../images/layout/header.jpg);
	background-repeat:no-repeat;
}

div#sprachwahl {
	float:right;
	margin:19px 92px 0 0;
}

div#topmenue {
	float:right;
	margin:95px 92px 0 0;
	font-size:10px;
}

div#surround {
	width:772px;
	position:absolute;
	top:175px;
	left:88px;
	z-index:10;
}

div#menu {
	float:left;
	width:195px;
	margin:15px 0 0 5px;
}

div#content {
	float:left;
	width:540px;
	padding:10px 0 0 20px;
	line-height:135%;
}

div#content img {
	border:1px solid #bfd7e7;
}

div#content img.none {
	border:none;
}

/*--------------- NEWS --------------------- */

div#news {
	float:left;
	width:195px;
	margin-top:25px;
	background-color:#e5eff5;
	border:1px solid #bfd7e7;
	font-size:10px;
	padding-bottom:3px;
}

div#news p {
	margin:0 3px 0 3px;
}

div.blue {
	padding:3px;
	background-color:#5e9bc2;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:bold;
}

/*----------------------------------------- */

div#bottom {
	width:120px;
	float:right;
	font-size:9px;
	color:#a6a6a6;
}

div#logos_bottom {
	width:420px;
	float:left;
	margin-top:15px;
	padding-left:230px;
}

div#linie_bottom {
	width:540px;
	float:right;
	height:1px;
	background-color:#e2e2e2;
}