body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333333;
	color:#000;
	text-align: center;
}
tbody{
	font-size: 9pt;
	line-height: 130%;
}
*{
	margin:0px;
	padding:0px;
	font-size:9pt;
	/*text-align:left;*/
}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}

#container{
	width:900px;
	margin-top: 10px;	/*   Abstand zum oberen Fensterrand   */
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
	padding: 0px;
	text-align: left;
}
#header{
	float:left;
	width:900px;
	padding: 0px;
}
#subheader_left{
	float:left;
	/*width:450px;*/
	width:450px;
	background-color: #cc0000;
	height:16px;
	/*padding-left: 15px;*/
	/*margin:15px;*/
	font-size:10pt;
	color: #ffffff;
	text-align: left;
	border-left: 0px solid #ffffff;
	font-style: italic;
	font-weight: bold;
	
}
#subheader_right{
	float:left;
	/*width:450px;*/
	width:450px;
	background-color: #cc0000;
	height:16px;
	/*padding-right: 15px;*/
	/*margin:15px;*/
	font-size:8pt;
	color: #ffffff;
	text-align: right;
	border-right: 0px solid #ffffff;
	
}

#subheader_right a:link, #subheader_right a:visited{
	font-size:8pt;
	color: #ffffff;
	text-decoration: none;
}
#subheader_right a:hover{
	color: #ffffff;
}

#navigationundcontent{
	width:900px;
	background-image: url(../images/bgmenu.gif);
	background-repeat: repeat-y;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
#navigation{
	float:left;
	width: 198px;	/* 200px abzüglich 2px für weisse Borderlinie links = 198px */
	/*padding:0px;*/
	font-size:13px;
}
#content{
	float:left;
	background-color: #ffffff;
	/*width:694px;*/	/* 700px abzüglich 3px für rote Borderlinie = 697px */
	width:614px;
	/*padding:20px 40px 20px 40px;*/
	margin:20px 40px 20px 40px;
	height:550px;
}

/* Clearing bei Floats sicherstellen */
.clearing{
	clear:both;
	height:1px;
	font-size:1px;
}


/* =================================================================================*/
/* Footer mit abgerundete Ecken*/
#footer{
	float:left;
	background-color: #cc0000;
	width:880px;	/* 900px abzüglich 2 x 10px für abgerundeten Ecken = 880px */
	height:15px;
	font-size:7pt;
	color: #ffffff;
	text-align:right;
}

/* =================================================================================*/
/* Menüaufbau*/
#navlist{
	width: 198px;
	padding: 0px;
	list-style-type: none;
	background-color: #cccccc;
}
#navlist li {
	display: inline;
}
#navlist a{
	display: block;
	/*width: width:100%;*/	/* nur "display: block" genügt nicht, auch noch "width:100%" */
	width: 198px;
	padding: 3px;
	border-bottom: 1px solid #e2e5ee;
}
#navlist a:link, #navlist a:visited{
	width: 198px;
	color: #000000;
	text-decoration: none;
}
#navlist a:hover{
	width: 198px;
	color: #ffffff;
	background-color: #036;
}
#navlist .menu_selected li a{
	width: 198px;
	padding: 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #e2e5ee;
}
#navlist .submenu li a{
	width: 198px;;
	w\dth: 178px;
}
#navlist .submenu li a{
	/*width: 198px;*/
	padding: 3px 0px 3px 20px;
	font-weight: normal;
	background-color: #e2e5ee;
}
#titlearrow{
	padding: 0px 0px 15px 0px;
}

#kontakt_formular{
	width: 600px;
}
.kontakt_formular_BoxOut {
	background: #e7e7e7;
	border-bottom: 1px;
	border: 1px solid #999999;
	padding: 10px;
	width: 100%
}

/* =================================================================================*/
/* Allgemeine Tags*/
h1{
	color: #cc0000;
	font-weight: bold;
	font-size:12pt;
	padding: 3px 0px 10px 0px;
}
.title{
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 0px 15px 0px;
}
.title2{
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 0px 2px 0px;
}
.text_standard{
	width: 600px;
	padding: 0 0 20px 0;
	line-height: 130%;
}
.text_small{
	font-size: 7pt;
}

.logininfo{
	background-color: Yellow;
	padding: 3px 3px 20px 3px;
	background-color: #cccccc;
}
.LoginBox{
	background-color: #ffffff;
	border: 3px;
}
.LoginBoxTitle{
	background-color: #cc0000;
	color: #ffffff;
	padding: 1px;
	font-weight: bold;
}
.LoginBoxContent{
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	vertical-align: top;
}
.bild_zentriert{
	width: 600px;
	padding: 0 0 20px 0;
	text-align: center;
}

/* =================================================================================*/
/* Referenzen*/
.referenzen_thumbnail {
	padding: 0 10px 30px 5px;
	width: 1px;
}
.referenzen_text{
	padding: 0 10px 30px 10px;
	line-height: 130%;
}
.referenzen_weitere_objekte{
	padding: 10px 0px 10px 0px;
}

/* =================================================================================*/
/* Tabellenlayout*/

.TableHeader{
	font-size:10pt;
	background: #cc0000;
	font-weight: bold;
	color: #ffffff;
}

.TableRow0{
	font-size:10pt;
	background: #ffffff;
}
.TableRow1{
	font-size:10pt;
	/*background: #e7e7e7;*/
	background: #ACC0F3;
}


.BoxBold{
	font-weight: bold;
	vertical-align: top;
}
.BoxIn {
	padding: 2px;
}
.BoxOut {
	background: #e7e7e7;
	border-bottom: 1px;
	border: 1px solid #999999;
}
.BoxOutTabs {
	background: #e7e7e7;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
}
.TabLeft{
	background-image: url(../images/tab_left.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.TabLeftSel{
	background-image: url(../images/tab_left_sel.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.TabRight{
	background-image: url(../images/tab_right.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.TabRightSel{
	background-image: url(../images/tab_right_sel.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.TabCenter{
	font-size:10pt;
	background-image: url(../images/tab_center.gif);
	height: 20px;
	color: #000000;
}
.TabCenterSel{
	font-size:10pt;
	background-image: url(../images/tab_center_sel.gif);
	height: 20px;
	font-weight: bold;
}
.TabUnused{
	background-image: url(../images/tab_unused.gif);
	height: 20px;
}
.Buttons {
	text-align:center;
}
.Button {
	background-color: #D9D9D9;
	border: 3px solid #999999;
	cursor: hand;
}

/* =================================================================================*/
/* Sitemap*/
#sitemap{
	list-style-type: none;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
#sitemap li a{
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	padding: 2px 2px 2px 2px;
}
.sitemap_level1{
	list-style-type: none;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}
.sitemap_level2 {
	list-style-type: none;
	text-decoration: none;
	padding: 2px 2px 2px 40px;
}
.impressum{
	font-size: 8pt;
	padding: 200px 5px 5px 5px;
}
.impressum_admin{
	font-size: 8pt;
	padding: 40px 5px 5px 5px;
}
.jobs{
	list-style-type: none;
	text-decoration: none;
	padding: 2px 2px 2px 0px;
}