* {
	margin: 0;
	padding:0;
}

html, body {
width:100%; 
height:100%;
}

body {
	font-family: "Garamond", Georgia, Courier New, Courier, monospace;
	font-size: 16px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0a0d13;
	color: #000;
	height: 100%;
}



/* Layoutstruktur */

#wrap{
	width: 968px;
	margin: auto;
	background: url(images/hg.jpg) repeat-y 70% 0;
	border: 2px solid black;
	border-bottom: none;
	border-top: none;
}

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

/*#navigation{
	background: black;
	color: white;
	height: 30px;
}
*/

#content{
	width: 70%;
	float: left;
	background-color: #fff;
}

#sidebar {
	float: right;
	width: 30%;
	background: transparent;
}


#footer{
	clear: both;
	background: black;
}





#navigation{
	float: left;
	background: black;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0px;
	list-style: none;
	border-bottom: 0px solid white;
}

#navigation div{
	margin: 0 0 0 23px;
	
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	list-style-type: none;
}

#navigation a{
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 4px 8px;
	color: white;
	background: #E75112 url(images/line.gif);
	text-decoration: none;
	border: 1px solid white;
	border-bottom: none;
}

#navigation a:hover{
	background: White;
	color: black;
	padding-bottom: 4px;
}

#navigation a:active{
	background: White;
	color: black;
}

#content div{
	padding:20px 40px 20px 10px;
}

#content h1{
	background: #99141C;
	color: white;
	font-size: 32px;
	margin-bottom: 15px;
	padding-left: 20px;
}

#sidebar div{
	padding: 30px 20px 30px 20px;
}

#sidebar img{
	border: solid white 2px;
}

#footer div{
	background: black;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	padding: 5px;
	text-align: center;
}