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

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

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

a{	
	background-color: transparent;
	width: 151px;
	height: 32px;
	display: block;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 32px;
	text-align: center;
	letter-spacing: 1px;
	color: #FFFF00;
	text-decoration: none;
	float: left;
   position: relative;
   border: 1px solid #999;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   behavior: url(css/PIE.htc);
   text-shadow: 1.5px -1.5px 2px #000000;
   filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45,strength=2);
	-webkit-transition: all 600ms ease-in;
	-moz-transition: all 600ms ease-in;
	-ms-transition: all 600ms ease-in;
	-o-transition: all 600ms ease-in;
	transition: all 600ms ease-in;			
}

a:hover{
	background-color: #CCFFFF;
	-webkit-transition: all 600ms ease-in;
	-moz-transition: all 600ms ease-in;
	-ms-transition: all 600ms ease-in;
	-o-transition: all 600ms ease-in;
	transition: all 600ms ease-in;
}
					
/********Layout*******/

#navigation{	
	width: 1022px;
	height: 38px;
	border-top: 5px solid #000;	
	background:  #C2C2C2;; /* Old browsers */
	background: -moz-linear-gradient(top,  #666666 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #666666 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #666666 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #666666 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #666666 0%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */	
}

#titel{
	width: 1021px;
	height: 37px;
	border-left: 1px solid #000;
	float: left;
}

#balken{
	width: 1021px;
	height: 4px;
	border-left: 1px solid #000;
	border-top: 1px solid #DCDCDC;
	float: left;	
}

#bild{
	width: 1020px;
	height: 595px;
	border: 1px solid #000;
	float: left;
}

#login{
	font-family: Arial, sans-serif; 
	font-size: 18px;
	font-weight: 800; 
	text-shadow: 1px 1px 0px #000000; 
	background: #F7E26E; 
	color: #FF0000; 
	width: 150px;
	height: 35px;
	margin-right: 27px;
}

#fusszeile{
	width: 1020px;
	height: 2px;
	border: 1px solid #666666;	
	float: left;
}

