/********Allgemeine Formatierungen*******/

*{
	margin: 0px;
	padding: 0px;	
}

html, body{
	background: #F9EFA4;
}
	
/********Typo*******/
	
body{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #FFF;	
}	

form{
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 16px;	
	font-weight: 700; 
	color: #FFFF00; 	
	position: absolute;
	z-index: 99;
	left: 320px;
	top: 293px;
	width: 500px;
	height: 100px;
	text-align: right; 
}

main {
	width: 1022px;
	height: 30px;
	background-color: #3b60f7;
	border-top: 15px solid #F9EFA4;
	padding-top: 6px;
	margin-left: 2px;
	float: left;	 
}
			  
nav, nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

nav ul li {
	width: 123px;
	float: left;
   position: relative;
	list-style-type: none;
}

nav ul li:hover ul {
	display: block;
}	

nav ul li a:link, nav ul li a:visited{
   position: relative;	
	width: 122px;
	height: 25px;
	display: block;
	background-color: #FFFABF;	
	color: #FF0000;
	font-family: 'Oswald', Arial;
	font-size: 15px;
	font-weight: 900;
	line-height: 25px;
	text-align: center;
	letter-spacing: 3.8px;
	text-decoration: none;
	float: left;
   border: 1.5px solid #13AFA2;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   behavior: url(css/PIE.htc);
   filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45,strength=2);
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;			
}

nav ul li a:hover{
	position: relative;	
	width: 126px;
	display: block;
	background-color: #FFF79F;		
	color: #00BF30;	
}
			
nav ul li ul {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #1F4072;
	top: 27px;
	left: 0px;
	display: none;
}

a:link{
	display: block;
	background-color: transparent;	
	color: #FFF;
	font-size: 15px;
	font-weight: 900;
	line-height: 27px;
	letter-spacing:3px;
	text-decoration: none;
 
   float: left;
}

a:visited{
	display: block;
	background-color: transparent;	
	color: #FFF58F;
	font-size: 15px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing:3px;
	text-decoration: none;
   	
}

/********Layout*******/

#navigation{	
	width: 1022px;
	height: 30px;
	color: #C20003;
	background-color: #3b60f7;
	border-top: 15px solid #F9EFA4;
	padding-top: 6px;
	float: left;	 

}

#titel{
	width: 1022px;
	height: 37px;
	border-top: 15px solid #fff;
	float: left;
}

#balken{
	width: 1022px;
	height: 4px;
	border-top: 1px solid #fff;
	float: left;	
}

#bild{	
	width: 1020px;
	margin-left: 2px;
	background-color: transparent;
	border: 1px solid #000;
	float: left;
}

#login{
	font-family: Arial, sans-serif; 
	font-size: 18px;
	font-weight: 800; 
	background: #F7E26E; 
	color: #FF0000; 
	width: 152px;
	height: 35px;
	margin-right: 197px;
   border: 1px solid #999;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   box-shadow: rgba(0,0,0,0.4) 2px 3px;
   behavior: url(css/PIE.htc);
   text-shadow: 1px -1px 1px #000000;
   filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45,strength=2);	
}

#fusszeile{
	width: 1021px;
	height: 32px;
	border: 1px solid #666666;	
	float: left;
}

#fusstext{	
	z-index: 3;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #153069;
	text-shadow: 1px 1px 0px #000000;
	letter-spacing: 1px;
	}		
#besucher{	
	position:absolute;
	z-index: 3;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	letter-spacing: 1px;
	margin-left: 450px;
	}		
