@charset "utf-8";
/* CSS Document */

/* -------- Clemens ----------------*/

#windowhelper{
	width: 10px;
	height: 10px;
	position: absolute;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	right: 0px;
	bottom: 0px;
}


div#widthHelper{
	margin:0px;
	padding: 0px;
	position: relative;
}

div#heighthelper{
	width: 10px;
	height: 10px;
	position: absolute;
	overflow: hidden;
	padding: 0px;
	background-color: red;
}

#flashgame_containerbg {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	background-image: url('/de/_images/overlay.png');
	background-repeat: repeat;
	z-index: 10000;
}
 

* html #flashgame_containerbg {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url('/de/_images/refernezenblank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/de/_images/overlay.png', sizingMethod="scale");
}

#flashgame_container {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;

	position: absolute;
	z-index: 10010;
}


#flashgame_container div {
	margin: 0px auto;
	width: 740px;
	height: 360px;
	overflow: hidden;
	margin-top: 100px;
	background-color: white;
}

#flashgame_container div div{
	margin: 0px;
	padding: 5px;
	height: 20px;
	width: 725px;
	padding-right: 5px;
	text-align:right;
	vertical-align: bottom;
	background-color:#019CDF;
}


#flashgame_container div div a{
	color: white;
}


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

html{
	overflow-y: scroll;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #757575;
}


ul, li, p {
	margin: 0px;
	padding: 0px;
}

#content p {
	margin-top: 5px;
	margin-bottom: 10px;
}

#content_index p {
	margin-bottom: 5px;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #7BADD7;
	font-size: 20px;
}

h2 {
	color: #4789C3;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CECECE;
	margin-bottom: 15px;
}

.strich {
	
	padding-top: 0px;
	border-bottom: 1px solid #CECECE;
	margin-bottom: 15px;
}

h3{
	font-weight: bold;
	color:#72A3CE;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 15px;
}


h4{
	font-weight: bold;
	color:#72A3CE;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
}

a {
	color: #6299CA;
}

.rand {
	border: 1px solid #cc0000;
}

a img{
	border: 0px none;
}


/*+++++++++++++++++++++++++++++++++++++++
			sitemap
+++++++++++++++++++++++++++++++++++++++*/



.sitemap ul {

padding: 5px;
	
}

.sitemap ul li {
	
        padding: 5px;

}

.sitemap ul {
	
        padding: 0px;
        margin: 0px;
        padding-left: 20px;
        background-color: #efefef;
}






/*+++++++++++++++++++++++++++++++++++++++
			MAIN
+++++++++++++++++++++++++++++++++++++++*/


#bg_top {
	background-image: url(_images/bg_top.jpg);
	background-color: #FFFFFF;
	width: 1990px;
	height: 366px;
	left: 50%;
	margin-left: -995px;
	position: absolute;
	z-index: 0;
	margin-right: -995px;
}

#wrapper {
	width: 1130px;
	position: absolute;
	left: 50%;
	margin-left: -565px;
	z-index: 1;

}

#wrapper_inside {
	width: 1130px;
	margin: 0px auto;
}


#logo {
	position: absolute;
	width: 212px;
	height: 253px;
	background: url(_images/logo.png) no-repeat;
	left: 20px;
	top: 15px;
	behavior: url(/de/_includes/iepngfix.htc);
}


*html #logo a{	
	cursor: default;
}


#logo img {
	border: 0px none;
	height: 200px;
	width: 200px;
}

.button_gruen {
	background: url(_images/button_gruen1.gif) center left no-repeat;
	height: 20px;
	margin-top: 5px;
margin-bottom: 5px;
}

p.facebook {
	margin: 0px;
                padding: 0px;
                margin-top: 7px;
}


.button_gruen a {
	background-color: #9FC91D;
	margin-left: 4px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 19px;
	float:left;
	padding: 1px 30px 0 10px;
}

.button_gruen .ende {
	background: url(_images/button_gruen2.gif) no-repeat;
	height: 20px;
	width: 40px;
	display: block;
float:left;
}

.rot {
	color: #D21A23;
}

.hellblau {
	color: #4688C3;
}

.blau {
	color: #038DDB;
}

.mittelblau {
	color: #6299CA;
}

.gruen {
	color: #80A312;
}

.hellgruen {
	color: #9BC51B;
}

.hellgrau {
	color: #999999;
}

.grau {
	color: #757575;
}

.size_11px {
	font-size: 11px;
}

.blau_fett_unterstrichen {
	color: #6299CA;
	font-weight: bold;
	text-decoration: underline;
}

.breaker {
	clear: both;
	height: 1px;
	overflow: hidden;
}

input.formular, textarea.formular {
	border: 1px solid #D2D2D2;
	width: 302px;
	margin-right: 20px;
	font-size: 12px;
	color: #757575;
	font-family: Arial;
	padding: 2px;
}

input.plz {
	width: 75px;
	margin-right: 3px;
}

input.ort{
	width: 207px;
	margin-left: 2px;
}

select.anr_titel{
	font-size: 12px;
	color: #757575;
	padding: 2px;
	border: 1px solid #D2D2D2;
}

.button_blau {
	background-color: #70AEDD;
	padding: 4px 15px 4px 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	border: none;
	margin: 10px 20px 5px 0px;
	overflow: hidden;
}

/*+++++++++++++++++++++++++++++++++++++++
			NAVIGATION
+++++++++++++++++++++++++++++++++++++++*/

#navigation {
	height: 100px;
	width: 836px;
	left: 276px;
	top: 45px;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	z-index: 5;
}

#navi_klein {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: -20px;
}

#navi_klein a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	margin: 0px 20px 0px 20px;
}

#navi_haupt {
	margin-top: 15px;
	border-top: 4px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 60px;
	width: 836px;
	background-color: #FFFFFF;
}

#navi_haupt li img {
	height: 60px;
	width: 163px;
	display: block;
	/*background: url(_images/bg_navi_inaktiv.jpg) no-repeat #B1E023;*/
}

#navi_haupt li.selected img {
	/*background: url(_images/bg_navi_aktiv.jpg) no-repeat;*/
}

#navi_haupt a img {
	border: none;
	float: left;
	margin-right: 4px;
}

#navigation li {
	list-style-type: none;
	display: inline;
}

/*+++++++++++++++++++++++++++++++++++++++
			INDEX - SEITE
+++++++++++++++++++++++++++++++++++++++*/

#flash_index {
	position: absolute;
	top: 74px;
	left: 262px;
	height: 290px;
	width: 870px;
	overflow: hidden;
	z-index: 1;
}

#newsletter_box {
	position: absolute;
	width: 198px;
	height: 108px;
	top: 175px;
	left: 855px;
	z-index: 2;
	padding: 0px;
	font-size: 11px;
}

#newsletter_box input {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #757575;
	padding: 2px;
	margin: 5px 0px;
	width: 190px;
}

#content_index {
	margin-top: 384px;
	font-size: 11px;
	line-height: 16px;
}

#content_index a {
	font-weight: bold;
}

.box_1 {
	float: left;
	width: 242px;
	height: 217px;
	position: relative;
	background: url(_images/schatten_box1.jpg) no-repeat;
	padding: 10px;
	padding-left: 16px;
}

#content_index .box_1 a.grau {
	color: #757575;
	font-weight: normal;
}

.box_inhalt {
	margin-top: 0px;
	padding: 12px 15px 15px 10px;
}

.box_inhalt_breiter {
	margin-top: 0px;
	padding-left: 3px;
padding-top: 10px;
padding-bottom: 5px;


}




.box_inhalt_flash {
	margin-top: 0px;
	padding: 10px 15px 15px 7px;
}


.box_schmal {
	float: left;
	margin: 0px;
	width: 198px;
	height: 215px;
	position: relative;
	margin-left: 3px;
	padding: 11px;
	background: url(_images/schatten_box_schmal.jpg) no-repeat;
}

.box_schmal .headline {
	width: 179px;
	height: 24px;
	padding: 5px 10px 0px 10px;
	background: url(_images/bg_headline_box_gruen_schmal.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.box_breit {
	float: left;
	width: 295px;
	height: 215px;
	position: relative;
	padding: 11px;
	background: url(_images/schatten_box_breit.jpg) no-repeat;
	margin: 0px;
}

.box_breiter {
	float: left;
	width: 610px;
	height: 215px;
	position: relative;
	padding: 11px;
	background: url(_images/schatten_box_breiter.jpg) no-repeat;
	margin: 0px;
                margin-left: 5px;
}


.box_breit .headline {
	width: 297px;
	height: 24px;
	padding: 5px 10px 0px 10px;
	background: url(_images/bg_headline_box_blau_breit.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.box_breiter .headline {
	width: 577px;
	height: 24px;
	padding: 5px 10px 0px 10px;
	background: url(_images/bg_headline_box_blau_breiter.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}


.eintrag {
	margin: 2px 0px 0px 5px;
	padding-bottom: 10px;
}

.eintrag_breiter {
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	padding-right: 4px;
                padding-left: 5px;
                margin-right: 8px;
                width: 182px;
	float: left;
	border-right: 1px solid #cccccc;
}

.eintrag_breiter.last {
	border-right: none;
}


.eintrag_breiter img {
	margin: 3px 10px 10px 0px;
	border: 1px solid #CECECE;	
}


.block {
	display: block;
	margin: 8px 0;
	font-weight: bold;
}

/*.thumb {
	float: left;
	margin: 3px 10px 10px 0px;
}*/

a.thumb img {
	float: left;
	
}

.border_hellgrau {
	border: 1px solid #CECECE;
}

/*.border_grau {
	border: 1px solid #CCCCCC;
}

.border_schwarz{
	border: 1px solid #000000;
}

.border_dunkelgrau {
	border: 1px solid #999999;
}*/

a.border_grau img {
	border: 1px solid #CCCCCC;
}

a.border_schwarz img {
	border: 1px solid #000000;
}

a.border_dunkelgrau img {
	border: 1px solid #999999;
}

.linie_grau {
	border-top: 1px solid #D1D1D1;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-bottom: 8px;
}

.linie_grau2 {
	margin-bottom: 8px;
	margin-top: 8px;
}

/*+++++++++++++++++++++++++++++++++++++++
			FOLGESEITE
+++++++++++++++++++++++++++++++++++++++*/

#sidebar {
	position: relative;
	width: 265px;
	margin-top: 256px;
	float: left;
}

.inhaltbox {
	margin-bottom: 10px;
}

.inhaltbox img{
	border: 1px solid #CECECE;
}


.inhaltbox a {
	font-weight: bold;
}

.inhaltbox .oben {
	background: url(_images/schatten_inhaltbox_oben.jpg) no-repeat top left;
	width: 265px;
	height: 6px;
}

.inhaltbox .mitte {
	background: url(_images/schatten_inhaltbox_seite.jpg) repeat-y;
	width: 243px;
	padding: 5px 11px;
	font-size: 11px;
}

.inhaltbox .headline {
	width: 249px;
	height: 24px;
	padding: 5px 12px 0px 12px;
	background: url(_images/bg_headline_box_blau_schmal.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.inhaltbox .headline2 {
	width: 249px;
	height: 24px;
	padding: 5px 12px 0px 12px;
	background: url(_images/bg_headline_box_blau_schmal2.jpg) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	
	text-transform: uppercase;
}


.bildchen img {
	padding-right: 10px;
	float: left;
	border: none;
	padding-bottom: 5px;
	
}


.inhaltbox .inhalt {
	background-color: #E7E7E7;
	width: 210px;
	padding: 12px;
	line-height: 15px;
}

.inhaltbox .unten {
	background: url(_images/schatten_inhaltbox_unten.jpg) no-repeat top left;
	width: 265px;
	height: 6px;
}

.formularbox {
	margin-bottom: 10px;
	margin-left: -6px;
}

.formularbox .oben {
	background: url(_images/schatten_formularbox_oben.jpg) no-repeat top left;
	width: 496px;
	height: 6px;
}

.formularbox .mitte {
	background: url(_images/schatten_formularbox_seite.jpg) repeat-y;
	width: 474px;
	padding: 5px 11px;
	font-size: 12px;
}

.formularbox .inhalt {
	background-color: #F5F4ED;
	width: 474px;
}

.formularbox .unten {
	background: url(_images/schatten_formularbox_unten.jpg) no-repeat top left;
	width: 496px;
	height: 6px;
}

#content {
	position: absolute;
	top: 128px;
	margin-bottom: 20px;
}

#inhalt_mitte {
	position: relative;
	background-color: #FFFFFF;
	width: 842px;
	top: 0px;
	float: left;
	/*left: 276px;*/
	left: 11px;
}

.text {
	width: 520px;
	padding: 30px 20px 15px 22px;
	float: left;
	overflow: hidden;
	min-height: 300px;
}


.text_profil{
	width: 750px;
	padding: 30px 20px 15px 22px;
	float: left;
	overflow: hidden;
	min-height: 300px;
}




.text img {
	border: 0px;
}

.text_breit {
	width: 800px;
	padding: 30px 20px 15px 22px;
	float: left;
	overflow: hidden;
	min-height: 300px;
}

.text2 {
	width: 785px;
	padding: 30px 20px 15px 22px;
	float: left;
}

#content .text p {
	margin: 0px;
	margin-bottom: 15px;
}

.text,.text_profil li {
	padding:0px;
	margin:0px;
	list-style-image: url(_images/list_but.jpg);
	margin-top:1px;
}

.text,.text_profil ul {
	padding:0px;
	margin: 30px 0px 0px 18px;

}

.text_profil table li {
	margin: 10px 0px;
}

.sidebar_right {
	width: 265px;
	margin-right: 8px;
	margin-top: 40px;
	float: right;
	overflow: hidden;
	font-weight: normal;
}

.sidebar_right a {
	color: #6299CA;
}

.sidebar_right ul{
	padding: 0px;
	margin-left: 5px;
}

.sidebar_right li{
	padding: 0px;
	background-image:url(_images/list_but_sidebar.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	margin-bottom:5px;
	padding-top:3px;
	padding-left: 15px;
	background-position: 0px 10px;
}

.interesse {
	background: url(_images/smily_interesse.jpg) no-repeat #E7E7E7 13px center;
	padding: 10px 20px 10px 70px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.interesse a {
	font-size: 11px;
	font-weight: bold;
}


table.tabelle_breit ul li{
	width: 310px;
	background: url('/supersisu/_images/bg_list_type_div_inhalt.gif') no-repeat top left;
	list-style-type:none;
	padding-left: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.abstand {
	margin-bottom: 10px;
}


/*+++++++++++++++++++++++++++++++++++++++
			       REFERENZEN
+++++++++++++++++++++++++++++++++++++++*/



div.referenzen_container{
	float: left;
	display: block;
	position: relative;
	width: 217px;
	height: 180px;
	margin: 15px;
	padding: 0px;
	padding-bottom: 0px;
	margin-right: 11px;
}

div.referenzen_container img{
	position: absolute;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 0px;
	
	
}

div.referenzen_container div{
	display: none;
	width: 196px;
        height: 110px;
	margin: 0px;
	padding: 10px;
        background-color: #e7e7e7;


}

div.referenzen_container span{
	display: block;
	bottom: 0px;
	margin: 0px;
	padding: 5px;
}

div.referenzen_container h2{
	border: 0px none;
}



/*+++++++++++++++++++++++++++++++++++++++
			FOOTER
+++++++++++++++++++++++++++++++++++++++*/

#footer {
	margin-top: 25px;
	width: 1573px;
	margin-left: -995px;
	padding-left: 981px;
	position: relative;
	bottom: 0px;
	background-color: #EDF7FE;

}

#footer_navi {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	color: #999999;
	width: 1573px;
	margin-left: -995px;
	padding-left: 995px;
	/*position: relative;*/
	background-color: #FFFFFF;
}

#footer_navi ul {
	margin: 8px 0px;
}

#footer_navi  li{
	display: inline;
}

#footer_navi a {
	color: #999999;
	text-decoration: none;
	margin: 0px 20px 0px 20px;
	font-weight: bold;
}

#footer_text {
	color: #999999;
	font-size: 10px;
	margin: 8px 20px 0px 20px;
	line-height: 18px;
	padding-bottom: 15px;
}

#footer_text a {
	color: #999999;

}

span.anfahrtsplan {
	background-image: url(_images/anfahrtsplan.png) no-repeat ;
	height: 12px; 
        width: 200px;
}

img.anfahrtsplan {
	padding-left: 5px;
	border: 0px none;
	vertical-align: middle;
}




/*+++++++++++++++++++++++++++++++++++++++
			SOCIAL LINKS
+++++++++++++++++++++++++++++++++++++++*/


div#sisuwrpr{
	text-align: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
padding-top: 10px;
	color: #0B5E9B;
	font-size: 12px;
	font-family: Arial, Verdana;
}


div#sisuwrpr ul{
	margin: 0px;
	padding: 0px;
	float: rleft;
}

div#sisuwrpr li{
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	padding-left: 10px;
}
div#sisuwrpr li img{
	border: 0px;
}



