/***
font-family:'P22 Typewriter W00_0';
font-family:'Avenir Next LT W01 Bold';
font-family:'AvenirNextLTW01-Regular';
font-family:'Avenir Next W01 Light';

***/


/***************** Basics **********************/


*{
	margin:0px;
	padding:0px;
}

body,th,td,tbody,p,a{
	font-family:'AvenirNextLTW01-Regular', Arial, sans;
	font-size: 15px;
	line-height:24px;
	color: #000;
}

p{
	margin:0px;
	padding:0px;
}

a{
	text-decoration: none;
	color: #FF6400;
}

a:hover{
	color: #51524C;

}

a img{
	border: none;	
}



p ul li a:hover,
p ul li a:active{
	color: #000;	
}

h1,h2,h3,h4,h5{
	color: #838578;
	font-family:'P22 Typewriter W00_0';

}

h1{
	font-size: 25px;
	margin-bottom: 23px;
}

h2{
	font-size: 18px;
	margin-bottom: 16px;
}



h4{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

h5{
	margin-bottom: 15px;
	clear: both;
}

h5,
h4 {

}

/*************** Navi ****************/


#mainmenu ul li,
#footer ul li{
	list-style: none;
}



#mainmenu ul li a{
	font-size: 18px;
	line-height:normal;
	color: #838578;
	font-family:'P22 Typewriter W00_0';
}

#mainmenu ul li a:hover,
#mainmenu ul li.active a{
	color: #FF6400;
}



#footer p{
	color: #CBC2A4;
	font-size: 10px;
}

#footer ul li a{
	font-family:'P22 Typewriter W00_0';
	color: white;
	font-size: 13px;	
}

/**************** IE-Anpassung ***************/

.warning{
	background-color: #d30b29;
	width: 450px;
	margin-left: 100px;
	padding: 10px;	
}

.warning a,
.warning p{
	font-size: 14px;
}

.warning a{
	color: white;
	text-decoration: underline;
}



