*{margin: 0; padding: 0;}

html{
	height: 100%; 
}	

body{
	height: 100%; 
	color: #000; 
	font-family: Verdana, Helvetica, Arial, sans-serif ;
	background: #fff url(../design/streifen.gif) repeat-y top left;
	text-align: center;
	}
	
.versteckt{
	text-indent: -999em; 
	visibility: hidden; 
	height: 0; 
	position: absolute; 
	top: 0; 
	left: 0;
	}
	
.clearer{
	width: 100%; 
	font-size: 0; 
	line-height: 0; 
	clear: both;  
	height: .01em; 
	}
	
.clearer2{
	width: 100%;  
	clear: both;  
	height: 2em; 
	}
	
a{
	text-decoration: none;
	}

#mantel {	
	clear: both;
	display: block;
	min-height: 100%;
        position: relative;
	width: 100%;
	}

	
/**************************************** KOPFBEREICH ****************************************************/

.kopf{
	width: 100%;
	background: url(../design/k1.gif) repeat-x top left;
	height: 9.5em;
	}
	
.kopfinnen{
	width: 60em;
	margin: 0 auto;
	text-align: left;
}
	
	
.kopf1{
	float: left;
	margin: 0 1.5em 0 0;
	}
	
.kopf2{
	padding: 2.2em 0 0 0;
	float: left;
	width: 12em;
	color: #0089B3;
	}
	
.kopf2 .t1{
	font-size: 1.4em;
	text-transform: uppercase;
	}
	
.kopf2 .t2{
	font-size: .8em;
	}
	
.kopf3 {
	padding: 1.5em 0 0 0;
	}
	
	
/**********************************************************************************************************************************************************/

/***************** KLICKMENU **************************/

#klickmenu{
	display: block;
	width: 100%;
	height: 1.5em;
}

#klickmenu ul{
	list-style-type: none;
	float: left;
}

#klickmenu p,
#klickmenu li,
#klickmenu li.passiv{
	font-size: 80%;
	line-height: 1.4em;
}


#klickmenu p{
	float: left;
}	

#klickmenu li{
	display: inline;
}	

#klickmenu li.passiv{
	font-weight: bold;
}	

#klickmenu a{
	font-weight: bold;
	color: #E1321F;
}

#klickmenu a:hover{
	font-weight: bold;
	color: #559DB3;
}

/***************** FUSS **************************/


#fuss {
	height: 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #559DB3;
}

#fussinnen {
	margin: 0 auto;
	width: 55em;
	color: #fff;
	text-align: left;
	padding: .3em 0 0 0;
}

#fussinnen .rechts{
	float: right;
}

#fussinnen .rechts a{
	font-size: 70%;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 2em;
}

#fussinnen .rechts a:hover{
	color: #E1321F;
}


#fussinnen p{
	font-size: 70%;
	float: left;
}








