body {
	background-image: url(background.png);
	background-repeat: repeat;
	background-color:#111111;
	font-family:sans-serif, Arial, Verdana;
	font-size:100.01%;
	}

#container {
	width:850px;
	margin:0 auto;
	background-color:#111111;
	}

#logo {
	width:100%;
	margin:0 0 0 0,2em;
	padding:0;
	font-size:4em;
	font-style: italic;
	font-weight:lighter; 
	color:#ffA500;
	filter:Glow(color=#fa5000, strength=4)
	}

#navi1 {
	width:100%;
	margin:0;
	padding:3px 0px 3px 0; 
	background-color:#222222;
	font-size:0.8em;
	font-style: italic;
	color:#999999;
	}

#navi2 {
	width:165px;
	float:left;
	padding:15px 0 0 15px;
	}

.navi2_kopf {
	font-size:1.2em;
	font-style: italic;
	color:#ffA500;
	borderstyle:outset;
	}

#navi2 a{
	color:#999999;
	text-decoration:none;
	margin-left:1em;
	}

#navi2 a:hover{;
	border-left: 3px solid #ffA500;
	}

#inhalt {
	width:620px;
	float:right;
	padding:15px 20px 15px 20px;
	background-color:#111111;
	border-style:solid;
	border-top:0px;
	border-bottom:0px;
	border-left:2px;
	border-right:0px;
	border-color:#222222;
	}

h1 {
	font-size:1.8em;
	font-style: italic;
	color:#ffA500;
	text-indent:10px;
	}

p {
	color:#999999;
	text-size:1em;
	text-align: justify;
	}

a {
	color:#ffA500;
	text-decoration:none;
	}

a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

#fuss {
	width:100%;
	margin:0;
	padding:3px 0 3px 0;
	text-indent:15px; 
	background-color:#222222;
	font-size:0.6em;
	font-style: italic;
	color:#999999;
	clear: both;
	}
