@charset "UTF-8";
html {
	height: 100%;
}
body  {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0D1846;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #F6F2E4;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../bilder/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	clear: both;
	height: 100%;
	padding: 0px;
} 
#container a {
	text-decoration: none;
	color: #0D1845;
}
#inhalt {
	width: 950px;
	clear: both;
	padding: 0px;
	margin: 0px;
	display: block;
	background-image: url(../bilder/bg_inhalt.gif);
	background-repeat: repeat-y;
} 
#kopf {
	padding: 0;
	height: 165px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
} 
#kopf h1 {
	margin: 0;
	padding: 10px 0;
}
#kopf_links {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../bilder/logo_sbk.png);
	height: 165px;
}
#kopf_mitte {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	height: 165px;
	float: left;
} 
#kopf_mitte_home {
	background-image: url(../bilder/home_pic.png);
	background-repeat: no-repeat;
	height: 165px;
	padding: 0;
	width: 550px;
}
 #kopf_mitte_kompetenz {
	background-image: url(../bilder/kompetenz_pic.png);
	background-repeat: no-repeat;
	height: 165px;
	padding: 0;
	width: 550px;
}
#kopf_mitte_kontakt {
	background-image: url(../bilder/kontakt_pic.png);
	background-repeat: no-repeat;
	height: 165px;
	padding: 0;
	width: 550px;
}
#kopf_mitte_leistungsangebot {
	background-image: url(../bilder/leistung_pic.png);
	background-repeat: no-repeat;
	height: 165px;
	padding: 0;
	width: 550px;
}
 #kopf_mitte  a {
	color: #0D1846;
	text-decoration: none;
}
#sprachwahl_box {
	float: right;
	background-color: #EBDEBD;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 9px;
}
#kopf_rechts {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	height: 165px;
	background-color: #F7F2E4;
}
#kopf_rechts a {
	color: #0D1846;
	text-decoration: none;
}
 #login_box {
	float: left;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 9px;
}
#menu {
	background-color: #E9DEBB;
	height: 59px;
	width: 550px;
	background-image: url(../bilder/menu_temp.png);
	padding-right: 200px;
	padding-left: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
}
#menu a {
	color: #E9DEBB;
	text-decoration: none;
}

#statuszeile {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #kopf instead of text, you may want to remove the padding. */
	height: 25px;
	clear: both;
	overflow: hidden;
} 
#statuszeile h1 {
	margin: 0; /* zeroing the margin of the last element in the #kopf div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#statuszeile_links {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	background-color: #0D1846;
	height: 23px;
	color: #FFFFFF;
	background-image: url(../bilder/button_moechten.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F7F2E4;
	border-bottom-color: #F7F2E4;
}
#statuszeile_mitte {
	width: 550px;
	height: 25px;
	background-color: #F7F2E4;
	float: left;
	margin: 0;
} 
#statuszeile_mitte p {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0px;
	font-size: 12px;
}
#statuszeile_rechts {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	height: 24px;
	background-color: #EADEBC;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0;
}
#statuszeile_rechts img {
	padding-left: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
  #inhalt   a   {
	text-decoration: none;
	color: #0D1846;
}
#inhalt a:hover {
	text-decoration: none;
	color: #0D1846;
	font-weight: bold;
}
#submenu {
	width: 200px;
	background-color: #E9DEBB;
	float: left;
	margin: 0;
	padding: 0px;
	overflow: hidden;
	line-height: 16px;
}
#submenu a:hover {
	background-color: #C6B99D;
	font-weight: normal;
	text-decoration: none;
}
.outer {
	display: table;
	height: 35px;
	position: relative;
	overflow: hidden;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.middle  {
	display: table-cell;
	vertical-align: middle;
}
.outer_active {
	display: table;
	height: 35px;
	position: relative;
	overflow: hidden;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F2EBD7;
}
.inner {
	margin-left: 30px;
	display: block;
}
.inner_sub {
	margin-left: 50px;
	display: block;
}
ul {
	margin: 0px 0px 10px 20px;
	padding: 0px;
}
#submenu1 {
	display: none;
}
#submenu1_v {
	display: block;
}
#submenu2 {
	display: none;
}
#submenu2_v {
	display: block;
}
#spalte_mitte {
	width: 500px;
	background-color: #FFFFFF;
	float: left;
	line-height: 20px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	height: 100%;
}
#spalte_mitte h1 {
	margin: 0px;
	padding: 0px;
}
#spalte_rechts {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #E9DEBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	background-image: url(../bilder/rechts.gif);
	padding: 0px;
	background-repeat: no-repeat;
	height: 300px;
}

#fusszeile {
	background-color: #5F5479;
	height: 40px;
	clear: both;
	bottom: 0px;
	position: fixed;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 950px;
} 
 #fusszeile_mitte {
	width: 550px;
	height: 39px;
	background-color: #161C47;
	color: #A8A1B7;
	font-size: 9px;
	float: left;
	display: inline;
	margin: 0 200px 0px;
	padding: 0px;
}
#fusszeile p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#fusszeile a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #A8A1B7;
	text-decoration: none;
}
#fusszeile a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #A8A1B7;
}
.visible {
	display: block;
}
#container #inhalt #spalte_mitte p {
	margin: 0px;
	padding: 0px 0px 8px;
}
#head_leistung {
	margin: 0px;
	padding: 0px 0px 15px;
}
#head_kompetenz {
	margin: 0px;
	padding: 0px 0px 15px;
}
