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


/* 
Farben:
Zürcher Magenta: #E10070
Dunkelgrau: 8B8D9E
*/

/* - - - - - - - - - - - - - CSS Reset - - - - - - - - - - */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/*	vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* - - - - - - - - - - - - - Basics - - - - - - - - - - */


html, body {
	height:101%;
}
body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../images/sitedesign/hg.jpg);
	background-position: center 300px;
	background-repeat: no-repeat;

}


.clear {
	clear:both;
}

.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* - - - - - - - - - - - - - Layout Container - - - - - - - - - - */


#zentrierungscontainer { 
	margin:0px auto; 	
	width:950px; 
	}

/* - schatten #grundflaeche { 
	margin:0;
	background-color:#ffffff;
	box-shadow:0px 0px 12px rgba(100, 100, 100, 0.8);
	-ms-box-shadow:0px 0px 12px rgba(100, 100, 100, 0.8);
	-webkit-box-shadow:0px 0px 12px rgba(100, 100, 100, 0.8);
	-moz-box-shadow:0px 0px 12px rgba(100, 100, 100, 0.8) 
	}
	
	*/
	
	
	
#headcontainer { 
	margin: 0xp;
	width:950px; 
	height: auto;
	float: left;
	}
	
	
#balkenrot   { 
	width:870px; 
	height: 20px;
	margin-left: 40px;
	clear: both;
	float: left;
	background-color:#E10070
	}



#logo { 
	float: left;
	margin:32px 0px 30px 0px;
	width: 263;
	height: 102px;	
	}

#navicontainer { 
	float: right;
	margin:32px 0px 30px 0px;
	width: 630px;
	height: 102px;
	
	}

#navicontainer .innen { 
	padding: 40px 0px 0px 0px;
	}

.verlaufsbalken { 
	float: left;
	width: 950px;
	height: 46px;
	}

.verlaufsbalken .innen { 
	padding-left: 40px;
	}



#contentcontainer, #footcontainer { 
	clear:both;
	float: left;
	width: 950px;
	height: auto;
	}
	
#contentcontainer { 
	padding-bottom: 30px;
	padding-top: 20px;
	}
	
#contentcontainer_innen, #footcontainer_innen { 
	padding: 0px 40px 0px 40px;
	}
	

#footcontainer { margin-top: 5px; }

.bildbalken { 
	height: 44px;
	background-image:url(../images/sitedesign/verlaufsbalken.png);
	background-position: left top;
}

.animation { margin-top: 20px; }

.anigrafik { 
	background-color: #F93;
	margin: 0;
	padding: 0;
}

.anigrafik img { 
	margin: 0;
	padding: 0;

}

.bildbalken { 
	margin: 0;
	padding: 0;

}


.slogan { 
	margin: 0;
	padding: 0;
}

			
			

/* - - - - - - - - - - - - - Spalten - - - - - - - - - - */

.Aspalte1                     {float:left;width:280px;}
.Aspalte2                     {float:left;width:590px;}

.Aspalte1 .innen               {padding-right:50px}
.Aspalte2 .innen               {padding-right:10px}
.Aspalte2 .innenOhnePadding               {padding-right:0px}



.footAdressSpalten1                    {float:left;width:150px;}
.footAdressSpalten2                    {float:left;width:130px;}
.footAdressSpalten3                    {float:left;width:150px;}
.footAdressSpalten4                    {float:left;width:130px;}
.footMetanaviSpalte                    {float:right;width:250px;text-align:right;}


.Spalte100                     {float:left;width:870px;}




/* - - - - - - - - - - - - - Hauptnavigation - - - - - - - - - - */


#navigation ul { 
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#navigation li { 
	float:left;
	margin:0;
	padding:0;
	}
	
	
#navigation a { 
	display: block;
	padding: 0px 8px 0px 8px;
	margin: 0px;
	border-right: 1px solid #8B8D9E;
	font-size: 15px;
	line-height: 18px;
	text-decoration:none;
	}
	
#navigation a.erster { 
	padding: 0px 8px 0px 0px;
	}
	
#navigation a.letzter { 
	padding: 0px 0px 0px 8px;
	border-right: none;
	}

#current {
	color: #E10070;
	text-decoration: none;
	}

/* - - - - - - - - - - - - - Basics Schriften - - - - - - - - - - 

Zürcher Magenta: #E10070
Dunkelgrau: 8B8D9E   
*/


html, body {
	text-align:left;
	font-family: 'Open Sans', Arial, Sans-serif;	
	font-size: 14px;
	line-height: 20px;
	color: #8B8D9E;
}


p {
	margin-bottom: 14px;
	line-height: 24px;
	}

h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #E10070;
	padding: 0px 0px 20px 0px;
	}
	

h2 { 
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	color: #E10070;
	padding: 0px 0px 20px 0px;
	}
		
	
h3 { 
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	}

h4 { 
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	}

h5 { 
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	}


a, a:link, a:visited, a:active {
	color: #8B8D9E;
	text-decoration: underline;
	}

a:hover {
	color: #E10070;
	text-decoration: underline;
	}

b, strong { 
	font-weight: bold;
	}
	
#footcontainer, #footcontainer p { font-size:12px; line-height:16px; color: #8B8D9E }

#footcontainer a, #footcontainer a:link, #footcontainer a:visited, #footcontainer a:active {
	color: #8B8D9E;
	text-decoration:none;
	}

#footcontainer a:hover {
	color: #E10070;
	}
	
	
	
	
/* - - - - - - - - - - - - - form - - - - - - - - - - 

Zürcher Magenta: #E10070
Dunkelgrau: 8B8D9E   
*/
	
	
	
.formulartabelle { background-color: #FFF; }	
.trgrau { background-color: #F3F3F3; }
.formulartabelle td { padding: 3px; }






















#metanavi { 
	float: right;
	}
	
#metanavi .innen { 
	padding: 16px 28px 0px 0px;
	}
	
#navigation { 
	float: left;
	}
	
#navigation .innen { 
	float: left;
	padding: 20px 10px 20px 0px;
	}
	
#content { 
	float: left;
	}
	
#content .innen { 
	float: left;
	}
	
	
#seitentitel { 
	float: left;
	display:block;
	width:940px;
	height:65px;
	background-image:url(../images_sitedesign/h1HG.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}

.col1_100, col1_100noBottomMargin, .col1_100grau, .col1_100gruen { 
	float:left;
	width:940px; 
	margin-bottom:20px;
	}

col1_100noBottomMargin { 
	margin-bottom:0px;
	}

.col1_33                     {float:left;width:313px;}
.col2_33                     {float:left;width:313px;}
.col3_33                     {float:right;width:314px;}

.col1_33_inner               {margin-right:13px}
.col2_33_inner               {margin-left:6px;margin-right:7px}
.col3_33_inner               {margin-left:14px}

.col1_33_inner, 
.col2_33_inner, 
.col3_33_inner, 
.col1_33a_inner, 
.col2_66a_inner, 
.col1_25_inner, 
.col2_25_inner, 
.col3_25_inner, 
.col4_25_inner, 
#folgeseiteB .col1_100, 
.col1_100grau { background-color: #EDEDED; }

#folgeseiteC .col1_33a_inner, 
#folgeseiteC .col2_66a_inner { background-color: #FFFFFF; }

.col1_100gruen { background-color: #3CB1B1; }


.colpadding { padding: 15px; }

#folgeseiteB .col1_100 .colpadding, 
.col1_100grau .colpadding { padding: 20px; }

#folgeseiteC .col1_100 .colpadding { padding: 0px; }




.col1_25                     {float:left;width:235px}
.col2_25                     {float:left;width:235px}
.col3_25                     {float:left;width:235px}
.col4_25                     {float:right;width:235px}

.col1_25_inner               {margin-right:15px}
.col2_25_inner               {margin-left:5px;margin-right:10px}
.col3_25_inner               {margin-left:10px;margin-right:5px}
.col4_25_inner               {margin-left:15px}




.col1_16                     {float:left;width:16.66%;}
.col2_16                     {float:left;width:16.66%;}
.col3_16                     {float:left;width:16.66%;}
.col4_16                     {float:left;width:16.66%;}
.col5_16                     {float:left;width:16.66%;}
.col6_16                     {float:right;width:16.66%;}

.col1_16_inner               {margin-right:17px;}
.col2_16_inner               {margin-left:3px;margin-right:14px;}
.col3_16_inner               {margin-left:6px;margin-right:11px;}
.col4_16_inner               {margin-left:10px;margin-right:7px;}
.col5_16_inner               {margin-left:14px;margin-right:3px;}
.col6_16_inner               {margin-left:17px;}


.col1_33a                     {float:left;width:313px}
.col2_66a                     {float:right;width:627px}

.col1_33a_inner               {margin-right:13px}
.col2_66a_inner               {margin-left:7px}

#folgeseiteB .col1_33a                     {float:left;width:293}
#folgeseiteB .col2_66a                     {float:right;width:586px}


#sliderwrapper { width:940px; height:300px; background-color:#E6E6E6; }



.hoehe300 { height: 300px; }
.hoehe350 { height: 350px; }
.hoehe400 { height: 400px; }
.hoehe500 { height: 550px; }
.hoehe600 { height: 600px; }
