/* Farben

rot = #ab0707
rot hell = #ff0000

*/

html, body, div, p, h1, span, a, table, td, form, img {
   margin: 0;
   padding: 0;
   font-family: Trebuchet MS, Arial, Helvetica, Geneva, sans-serif;
   	font-size: 11px;
	line-height: 17px;
}
body {
	background-image: url(img/hinten.gif);
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
#logo {
	position:absolute;
	left:173px;
	top:100px;
	z-index:1;
}
#blog {
	position:absolute;
	left:124px;
	top:490px;
	z-index:1;
}

/* -------- navigation --------  */

#nav1 {
	position:absolute;
	left:51px;
	top:269px;
	z-index:9;
}
#nav2 {
	position:absolute;
	left:613px;
	top:466px;
	height:21px;
	z-index:10;
}


/* -------- inhaltsbereich --------  */

#bild {
	position:absolute;
	left:46px;
	top:294px;
	z-index:6;
	width: 908px;
	height: 164px;
}
#inhalt {
	position:absolute;
	left:220px;
	top:494px;
	width:375px;
	z-index:5;
}
#inhalt p {
	color: #000;
	margin: 0;
}
#inhalt a {
	color: #FF6600;
}
.willkommen {
	font-weight: bold;
	color: #BE0808;
}

