html {	
	background-image: url(../pics/back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #4e1716;
	height: 100%;
	width: 100%;

	}
	
body {
	background-image: url(../pics/balken.png);
	height: 319px;
	width: 100%;
	margin-top: 100px;
	}

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

h1, h2, h3, h4, h5, h6 {}

a { 
	color:#FFFFFF; 
	text-decoration: none;
	}
a:link {}
a:visited {}
a:hover { 
	color: #999999;
	text-decoration: none;
	}
a:active {}

div#wrapper {width: 550px; margin: 1px auto;}

div#wrapcontent {}

div#logo {
	height: 425px;
	position: relative;
	background-repeat: no-repeat;
	}

div#footer {
	color: #FFFFFF; 
	margin-top: 20px;
	height: 50px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


div#extra {
	background: url(../pics/tomcat.png) no-repeat;
	width: 385px;
	height: 200px;
	position: absolute;
	margin: -420px 0px 0px 350px;
	}
	
div#bitteeinbit {
	width: 130px; 
	height: 53px;
	background: url(../pics/bitteeinbit.png) no-repeat; 
	position: relative;
	float: right;
	margin: 20px 0px 0px 0px;
}