/*  
bitblues webagentur - CSS
Tobias Grabmeier
Erstellt: 15.08.2009
*/

/*=== Setup ===*/

html {

	height: 100%;
	margin:  0px;
	padding: 0px;
	
}

body {

	font-family: Georgia;
	color: #87888a;
	position: absolute;
	height: 100%;
	width: 100%;
	margin:  0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	
	font-weight: normal;
	color: #87888a;

}
p {
	
	font-size: 10px;
	text-align: center;
}

/*=== Aufbau ===*/

#logo {
	
	margin: 100px auto;
	
	width: 185px;
	height: 70px;
	background-image: url("logo_klein.png");
	background-position: center 0px;
	background-repeat: no-repeat;
}

#kontakt {
	
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	
}

a:link, a:visited {
	
	color: #87888a;
	text-decoration: none;
	
}

a:hover {
	
	color: #87888a;
	text-decoration: underline;
	
}

a:active {
	
	color: #87888a;
	text-decoration: underline;
	
}

a img {
	
	border: 0;
}