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

/* Innen- und Außenabstände von Block-Elementen entfernen*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
/* Link-Unterstreichungen entfernen */
a {
	text-decoration: none;
}
/* Rahmen von verlinkten Bildern entfernen */
a img {
	border: none;
}
/* CSS Start */
/* Seitenaufbau */

body {
	background-color: #fff;
}


#main {
	position:absolute;
	top: 0px;
	left: 0px;
	width:90%;
}

/* Navigation oben */

#oben {
	position:fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 30px;
}

#oben-links {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 165px;
	height: 20px;

}

#text {
	position:absolute;
	top: 15px;
	left: 20px;
	width:90%;
padding-bottom:150px;
}


#text-rechts {
	position:absolute;
	top: 210px;
	left: 520px;
	width:56%	;
padding-bottom:150px;
}



/* Deutsch / English */

ul.sprachen {
	position:absolute;
	top: 4px;
	right: 0px;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-right: 10px;

}

ul.sprachen li{
	color: #333;
	display: inline;
	margin-right: 8px;
}

ul.sprachen li a{
	color: #333;
	}

ul.sprachen li a:hover{
	color: #333;
	border-bottom: 2px solid #333;
	}
	

/* Navigation unten */

#unten {
	position:fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 75px;
	background-color:#e3004b;
}
#unten-rechts {
	position:fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	color:#FFF;
	bottom: 12px;
	right: 0px;
	width: 205px;
}



#unten-rechts2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	position:fixed;
	color:#FFF;
	bottom: 12px;
	right: 205px;
	width: 200px;
}

#unten-links {
	color:#FFF;
	position:fixed;
	bottom: 37px;
	left: 20px;
	width: 430px;
}

/* Typografie */
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999;
}

h1 a{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}

h1 a:hover {
	border-bottom: 3px solid #333;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-top: 0px;
	font-weight: bold;
	color: #222;
}

h2 a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #222;

}
h2 a:hover {
		border-bottom: 2px solid #222;
}

h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #999;
}

h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #555;

}

h4 a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #ccc;

}
h4 a:hover {
		color: #555;
		border-bottom: 2px solid #777;
}




p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;

	font-weight: bold;
	color: #333;
}

p a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
	border-bottom: 3px solid #333;

}
p a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
	
		border-bottom: 3px solid #fff;
}




/*Formatierungen*/

#image {
	position:inherit;
	z-index: 1;
	overflow:auto;
	width: 100%;
	left: 0px;
	top: 0px;
}


#logo a {
	position:fixed;
	background: url(../bilder/logo.png) no-repeat 0 0;
	bottom: 35%;
	right: 34%;
	width: 336px;
	height: 308px;
}
#logo a:hover {
	background: url(../bilder/nothing.gif) no-repeat 0 0;
}

p a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #fff;
}
p a:hover {
	text-decoration:underline;
}






#unten-rechts a{border-bottom: 1px solid #fff; color:#fff;}
#unten-rechts a:hover{border-bottom: 1px solid #e3004b; color:#fff;}

#unten-rechts2 a{border-bottom: 1px solid #fff; color:#fff;}
#unten-rechts2 a:hover{border-bottom: 1px solid #e3004b; color:#fff;}

ul#unten-ist-menu {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;
	list-style: none;
}

#unten-ist-menu li {
	color: #fff;
	display: inline;
	padding-right: 10px;
	
}
#unten-ist-menu li a {
	color: #fff;
}
#unten-ist-menu li a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.unterstrichen {border-bottom: 2px solid #fff;}

.unterstrichen-grau {border-bottom: 3px solid #999;}

.weiss{color:#fff;}

#farbtafeln { 
position:absolute;
	top: 220px;
	left: 0px;

	padding-bottom:150px;
}

#graueflaeche{
	padding:8px;
background-color:#f2f2f2;
margin-bottom:20px;

	}
	

	
#pdf a{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 40px;
	margin-bottom:90px;
	font-weight: bold;
	color: #333;

	padding-bottom:5px;
	border-bottom: 1px dotted #ccc;

}	

#pdf a:hover{
	
	border-bottom: 1px solid #333;

}

.strich {
	position:relative;
	float:left;
	width:100%;
	padding-bottom:5px;
	border-bottom:2px solid #777;	
	}
	
#trenner {
	position:relative;
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:2px solid #fff;	
	}
