@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {	
	min-height:100%;
	height: auto !important;
	width:100%;
	background-color:#565656;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
}
#main {
	min-width:1000px;
	min-height:590px;;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
#logo {
	position:relative;
	top:30px;
	left:45px;
}
#header {
	font-size:30px;
	font-weight:bold;
	position:absolute;
	top:132px;
	left:280px;
}
#content {
	width:700px;
	position:relative;
	top:60px;
	left:280px;
}

/* ### Aussehen der Links (Textlinks, Navigationslinks, selektierte Navigationslinks) ### */

a:link, a:link img			{
	text-decoration:none;
	color: #999;
	border:none;	
}
a:visited, a:visited img			{
	text-decoration:none;
	color: #999;
	border:none;
}
a:hover, a:hover img			{
	text-decoration:underline;
	color: #fff;
	border:none;
}


/* ### Sonstiges Aussehen ### */

p{
	font-size:0.9em;
	padding-bottom:5px;
}

h1{
	font-size:1.1em;
	padding-bottom:30px;
}

h2{
	font-size:1em;
	padding-bottom:10px;
	padding-top:45px;
}

.footer {
	font-size:0.6em;
	padding-top:50px;
}