/* Style sheet */

@charset "utf-8";

*{
	margin: 0;
	padding: 0;	
}

html, body{
	hight:100%;
}


body {
	font-family: LuzSans-Book,Verdana, Geneva, sans-serif;
    font-size: 15px; 
 	background-color: #fff;
	color: #fff;
	font-style: none;
	padding-bottom: 10px;
}
/* additional style for Navigation */
#navi{	
	clear:both;
	text-align: left;	
	font-size: 16px;
	margin-left:12px;
}

#navi ul {
	padding: 0px;
	margin: 0px;

	margin-top: 20px; 
	margin-bottom: 30px;
	font-style: none;
}
#navi li:last-child {
	border-right: none;
}
#navi li:first-child {
	padding-left: 0px;
}

#navi a {
	color: #FFF; 
	text-decoration: none;
}
#navi a:hover {
	color: #ff3333;
}  

/* Titel -> font-size responsive css part */
#Titel{			
		clear:both;
		text-align: left;	
		color: #fff; 
		border-bottom: 2px;
		border-top: 20px;
		margin-left: 30px;
		margin-top: 20px;

		margin-left:12px;
}

#footer{
     clear: both;
     position: relative;
     height: 20px;
     margin-top: 10px;
	 font-size: 12px;
	 letter-spacing: 2px;
	 margin-bottom: 10px; 
	 margin-left: 12px;
}