@charset "utf-8";
/* CSS Document */


a 
{	
	font-family:Georgia,serif; 
	font-size:large
}

a:link 
{
	color:#000000;
}

a:visited 
{
	color: darkblue;
}

a:hover 
{
	color: skyblue;
}

a:active 
{
	color: red;
}

body
{
	background-image: url(images/background.png);
	margin-left: 0px;
	margin-top: 0px;
}

.nachricht
{
	width: 75%;
}

.Content
{
	background-image: url(images/content.png);
	background-color:b7b7b7;
	width:540px;
	margin:0px auto;
	height:75%;
	border:3px solid #ffffff;
	position:relative; top:-73px; left:127px;
	
}
	
.login 
{
	border:0px solid #000000;
	padding:0px;
	width:239px;
	margin:0px auto;
	height:113px;
	background-image:url(images/login.png);
	position:relative; left:-282px; top:40px;
}

.header
{
	background-image:url(images/header.png);
	width:800px;
	height:93px;
	margin:0px auto;
	border:1px solid #ffffff;
	position:relative; top:20px;
}

.footer
{
	background-image:url(images/footer.png);
	width:800px;
	height:35px;
	margin:0px auto;
	border:1px solid #ffffff;
	position:relative; top: -55px;;
}

.navi
{
	background-image:url(images/navi_background.png);
	position:relative; top:20px;
	width:800px;
	height: 31px;
	margin:0px auto;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

