body {
    background-color: #908E8F;
    background-image: url("../../templates/images/bg_body.png");
    background-position: center -14px;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
}

h2{
    font-size: 15px;
    font-weight: bold;
    color: #7F7C7D;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:934px;
}

#header{
    float: left;
    height: 125px;
    margin-bottom: 22px;
    margin-top: 8px;
    width: 100%;
}

#header_stripes{
	width: 939px;
	float: left;
	height: 21px;
	border-left: 1px solid #797778;
	border-right: 1px solid #797778;
	margin-left: 5px;
}

#header_bar{
	width: 100%;
	height: 104px;
	float: left;
}


/* navigation */




#navigation {
    float: left;
    height: 85px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}



#logo {
    float: left;
    padding-left: 32px;
    padding-top: 2px;
}


#logo img {
    position: relative;
    z-index: 300;
}


#menu {
    float: right;
    
    position: absolute;
    /*top: -75px;
    left: 103px;*/
    z-index: 200;
    right:-98px;
}

ul.level1 li {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 182px;
}


#nav_spacer_holder {
    float: left;
    height: 85px;
    position: absolute;
    width: 934px;
    z-index: 0;
    top: auto;
    left: 0px;
}


#nav_spacer_holder_shif {
    left: -4px;
    position: relative;
	float: left;
    height: 86px;
}



ul.level1 li.delimiter {
    margin: 0;
    width: 0;
}

.level1 a {
	color:#053974;
	display:block;
	font-size:12px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}

.level1 a:hover,
.level1 a:focus,
.level1 a.current1 {
	color:#053974;
	font-weight:bold;
}

/*ul.level2 {
	display:none;
}

.current1 ul.level2 {
	display:block;
}*/

ul.level2 li {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 182px;
}

ul.level2 li.delimiter {
    margin: 0;
    width: 0;
}

.level2 a {
	color:#797677;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight: normal;
}
li.current2,
li.level2 {
	position:relative;
	right:3px;
}
li.current2 + li.level2,
li.level2 +  li.current2,
li.level2 + li.level2 {
	position:relative;
	right:6px;	 	
}
li.current2 + li.level2 + li.level2,
li.level2 +  li.current2 + li.level2 ,
li.level2 + li.level2 +  li.current2 ,
li.level2 + li.level2 + li.level2 {
	position:relative;
	right:9px;	 	
}
li.current2 + li.level2 + li.level2 + li.level2,
li.level2 + li.current2 + li.level2 + li.level2,
li.level2 + li.level2 + li.current2 + li.level2,
li.level2 + li.level2 + li.level2 + li.current2,
li.level2 + li.level2 + li.level2 + li.level2 {
	position:relative;
	right:12px;	 	
}

.level2 a:hover,
.level2 a:focus,
.level2 a.current2 {
	color:#053974;
	font-weight:bold;
}

ul.level3 {
	display:none;
}

.current2 ul.level3 {
	display:block;
}

/* nav_space_holder is in template_all.css */


div.nav_spacer{
	position: relative;
	background-image: url('../../templates/images/nav_spacer.png');
	background-repeat: no-repeat;
	background-position:bottom center;
	width: 22px;
	height: 85px;
	z-index: 100;
}

#nav_spacer_1{
	top: 1px;
	left: 0;
}
#nav_spacer_2{
	top: -84px;
	left: 281px;
}
#nav_spacer_3{
	top: -169px;
	left: 462px;
}
#nav_spacer_4{
	top: -254px;
	left: 644px;
}
#nav_spacer_5{
	top: -339px;
	left: 826px;
}


/* navigation END */

#kopfbild{
	float: left;
	width: 100%;
	height: 146px;
}

#kopfbild_bild{
	float: left;
	width: 100%;
	height: 146px;
	background-repeat: no-repeat;
}


#kopfbild_bild > img {
    position: relative;
    z-index: 0;
}

#kopfbild_text{
    background-image: url("../../templates/images/transparten_50.png");
    background-repeat: repeat;
    color: #EFEFEF;
    float: left;
    font-size: 25px;
    height: 49px;
    letter-spacing: 2px;
    line-height: 48px;
    position: relative;
    text-align: center;
    top: -49px;
    width: 100%;
    word-spacing: 20px;
    z-index: 100;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
}

#kopfbild_text span.normal_wordspacing{
	word-spacing: normal;
}

/* Sprachwahl */

#sprachwahl {
    float: left;
    position: relative;
    width: 100%;
    z-index: 500;
}

p.lang_sel {
    padding-right: 54px;
    padding-top: 11px;
    text-align: right;
    margin: 0;
}

p.lang_sel img {
    margin-left: 4px;
    margin-right: 4px;
}


#sprachwahl a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
}

#sprachwahl a img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
}

#sprachwahl a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
}

/* End of Sprachwahl */

#content{
	background-image: url('../../templates/images/bg_inhalt.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
	float: left;
	width: 100%;
	text-align: left;
}


#content ul li {
    background-image: url("../../templates/images/bullet_small_blue.png");
    background-position: 0 9px;
    background-repeat: no-repeat;
    list-style-type: none;
    margin-left: 0;
    padding-left: 15px;
    padding-left: 11px;
    text-align: left;
}


#inhalt {
    float: right;
    min-height: 400px;
    width: 100%;
}



#spalte_links {
    float: left;
    padding-left: 48px;
    padding-right: 20px;
    padding-top: 27px;
    text-align: left;
    width: 320px;
}

#spalte_links h1.organisation{
	display: none;
}



#spalte_links.organisation {
    position: relative;
    width: 120px;
    z-index: 200;
}


#spalte_rechts {
    color: #565354;
    float: right;
    font-size: 14px;
    line-height: 21px;
    padding-right: 58px;
    padding-top: 27px;
    width: 488px;
    text-align: justify;
}


#spalte_rechts.organisation {
    position: relative;
    top: -59px;
    width: 828px;
    z-index: 0;
}

#spalte_rechts .t_funktion {
    text-align: left;
}

#spalte_rechts h1{
	display: none;
}

h1.capital{
	text-transform: uppercase;
	margin-bottom: 0px;
}

h1{
	color: #10427a;
}


table.philosophie td {
    padding-right: 5px;
}

table.philosophie{
	margin-bottom: 20px;
}


table.organisation td {
    padding-right: 25px;
    text-align: left;
    width: 191px;
}

table.organisation tr td.last{
    padding: 0;
}

p.image_headline{
	text-align: center;
	padding-bottom: 20px;
}

table.organisation p{
	font-size: 12px;
}

td.organisation_spacer{
	height: 25px;
	float: left;
	padding: 0;
}


table.organisation td.organisation_slogan p {
    color: #053974;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

table.organisation li{
	font-size: 12px;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 0 11px;
    padding: 0;
}

table.organisation ul{
	margin: 0 0 0 3px;
}

p.organisation.adresse {
    margin: 0;
    padding: 0;
}

p.organisation.elbet{
	text-align: center;
	font-size: 14px;
}

#std_text{
	width: 100%;	
}

.lageplan_title {
    font-weight: bold;
    margin-bottom: 5px;
}

#lageplan_adresse {
    float: left;
    left: 185px;
    padding-right: 10px;
    position: relative;
    text-align: left;
    width: 636px;
    width: 636px;
}


#lageplan_adresse_links {
    float: left;
    padding-right: 10px;
    width: 300px;
}


#lageplan_adresse_rechts {
    float: right;
    width: 300px;
}

#googleMaps {
    float: right;
    height: 361px;
    width: 642px;
}

.gmaps_groessere_ansicht_link {
    color: #10427A;
    float: right;
    font-size: 11px;
    padding-top: 3px;
    text-align: right;
    width: 427px;
}

.gmaps_groessere_ansicht_link a {
    color: #10427A;
}

/* Footer */

#footer {
    color: #101010;
    float: right;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 5px;
    text-align: left;
    /* text-shadow: 2px 1px 4px #FFFFFF; */
    width: 922px;
}

#footer span{
	float: left;
}

#footer span.footer_delimiter {
    color: #053974;
    padding: 0 5px;
}



#footer span a:hover,
#footer span a:focus{
	/* text-shadow: 2px 1px 4px #000000; */
	text-decoration: none;
	color: #EFEFEF;
}

#footer span.chrisign_link,
#footer span.chrisign_link a{
	margin: 0;
	padding: 0;
    color: #EFEFEF;
    float: right;
    font-size: 11px;
    letter-spacing: 0;
    /* text-shadow: none; */
}

span.chrisign_link a:hover,
span.chrisign_link a:focus{
	/* text-shadow: 2px 1px 4px #000000; */
	text-decoration: none;
}

/* End of Footer */



#spalte_links.lageplan{
    position: relative;
    width: 120px;
    z-index: 200;
}


#spalte_rechts.lageplan{
    position: relative;
    top: -73px;
    width: 828px;
    z-index: 0;
}

p.t_mail span.mail a{
	color: #7F7C7D;
}

.kontaktformular_link:hover, .kontaktformular_link:focus{
	text-decoration: none;
}


.kontaktformular_link {
    text-decoration: underline;
}


/* Don't display Header-bar
 */


#wrapper #header {
    display: none;
    float: left;
    height: 125px;
    margin-bottom: 22px;
    margin-top: 8px;
    width: 100%;
}


body {
    background-color: #908E8F;
    background-image: url("../../templates/images/bg_body_ohne_balken_blau_verschoben.png");
    background-position: center -14px;
    background-repeat: repeat-x;
    font-family: Arial,Helvetica,sans-serif;
}


#navigation {
    float: left;
    height: 85px;
    margin-bottom: 10px;
    margin-top: 39px;
    position: relative;
    width: 100%;
}

