@charset "utf-8";
@import url("style.css");
@import url("navigation.css");
@import url("modules.css");

*{
	padding:0;
	margin:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #fbe6ef;
	/*background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;*/
	text-align:center;
	color: #999999;
}

/* HAUPTELEMENTE */
#logo{
	width:850px;
	margin:0 auto;
	text-align:right;
	margin-top:20px;
	padding-right:60px;
}
#shadowTop{
	width:850px;
	height:25px;
	margin:20px auto 0 auto;
	background-image: url(images/shadow_top.png);
	background-repeat: no-repeat;
}
#shadowSides{
	margin:0 auto 0 auto;
	text-align:left;
	width:850px;
	position:relative;
	background-image: url(images/shadow_sides.png);
	background-repeat: repeat-y;
	/*background-color:#000000;*/
}
#shadowBottom{
	width:850px;
	height:25px;
	margin:0 auto;
	background-image: url(images/shadow_bottom.png);
	background-repeat: no-repeat;
}
#slogan{
	position:absolute;
	top:-40px;
	left:-40px;
	z-index:999;
}
#container{
	text-align:left;
	width:820px;
	margin-left:15px;
	position:relative;
}
#blockHeader{
	height:160px;
	margin-left:180px;
	margin-bottom:10px;
	position:relative;
}
#blockHeaderInner{

}
#lang_navigation {
	text-align:right;
	margin: 0;
	position:absolute;
	right:20px;
	top:0;
	z-index:999;
}
#blockLeft{
	float:left;
	width:180px;
}
#blockLeftInner{
	padding:0px 10px 10px 20px;
}
#blockContent{
	width:640px;
	min-height:500px;
    height:auto !important;
    height:500px;
	float:left;
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-y;
	margin-bottom:20px;
	margin-top:8px;
	line-height:140%;
}
#blockContentInner{
	padding:10px 20px 0px 20px;
}
#language{
	font-size:11px;
	margin-bottom:5px;
}
#blockBottomHomeLeft{
	float:left;
	width:280px;
	padding-right:20px;
	min-height:141px;
    height:auto !important;
    height:141px;
}
#blockBottomHomeRight{
	float:left;
	width:280px;
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-y;
	padding-left:20px;
	min-height:141px;
    height:auto !important;
    height:141px;
}

/* Elemente im Kopfbereich blockHeader */
#br_logo{
	display:block;
	position:absolute;
	top:0px;
	right:20px;
	z-index:80;
}
#mtipp{
	float:left;
	width:295px;
	height:160px;
	padding:0px 10px 0px 15px;
	overflow:hidden;
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-y;
}
#news{
	float:left;
	width:295px;
	height:160px;
	overflow:hidden;
	padding:0px 10px 0px 15px;
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-y;
	text-align:left;
	font-size:11px;
}
.team img{
	padding-bottom:5px;
}