body {
	margin:0;
	padding:0;
	background:url("../images/bg.gif") left top repeat;
	color:#000;
}

#blatt {
	background-color:#FFF;
	width:780px;
	margin:10px auto;
}

#header {
	height:130px;
	color:#EAE3D0;
	background:#7A1B00 url("../images/header.jpg") left top no-repeat;
	border-bottom:1px solid #FFF;
}

#header p {
	margin:0; 
	padding:10px 0 0 12px; 	
	font:11px verdana,arial,sans-serif;
}

#header h1 {
	margin:0;	
	padding:75px 0 0 12px;
	color:#EAE3D0;
	font:14px verdana,arial,sans-serif;
}

#footer {
	height:30px;
	background-color:#7A1B00;
	border-top:1px solid #FFF;
	line-height:30px;
	color:#FFF;
	padding:0 10px;
	text-align:center;
}

#mitte {
	border-top:3px solid #7A1B00;
	border-bottom:3px solid #7A1B00;
	padding:10px;
}

#container {
	width:100%;
	float:right;
	margin-left:-145px;
}
#content {
	margin-left:145px;
	border-left:1px dashed #7A1B00;
	padding:0 10px;
}



/* inhalt */
#content a {
	color:#000;
	text-decoration:underline;
	font:12px normal verdana,arial,sans-serif;
}
#content p, td {
	font:12px normal verdana,arial,sans-serif;
	text-align:justify;
}


/* liste im inhaltsfeld */
#content ul{
	list-style-image:url(../images/hacken_ok.gif);
	margin:0 0 0 15px;
	padding:0 10px;
	font:12px normal verdana,arial,sans-serif;
}


/* seitliche Navigation */
#sidebar { 
	width: 130px; 	
	font:12px normal verdana,arial,sans-serif;
}
#sidebar ul {
	margin-left: 0; 
	padding-left: 0;
	margin-top:0; 
	list-style-type: none; 
}
#sidebar a { 
	display: block; 
	padding: 4px; 
	width: 130px; 
	background-color: #98392E; 
	border-bottom: 1px solid #fff; 
}
#sidebar a, #sidebar a:visited, #sidebar a:active {
	color: #fff; 
	text-decoration: none; 
}
#sidebar a:hover {
	background-color: #7A1B00; 
	color: #fff;
	text-decoration: underline;
}



/* feld unter navi */
#navi_topic {
	padding: 4px; 
	width: 130px; 
	color:#FFFFFF;
	font: 12px bold verdana,arial,sans-serif;
	background-color:#7A1B00;
	border-bottom:1px solid #FFF;
}
#navi_content {
	background-color:#fff;
	padding: 4px; 
	width: 130px; 
}
#navi_content a, #navi_content a:hover {
	background-color:#fff;
	display:inline;
}

/* News */
div.eintrag {
	padding:10px;
	font:12px normal arial,sans-serif;
	border-bottom:1px solid #7A1B00;
}
div.eintrag span.datum {
	display: block;
	font-weight: bold;
	font-size:0.8em;
	color:#7A1B00;
	text-align:right;
}
div.eintrag span.titel {
	display: block;
	font-weight: bold;
	color:#7A1B00;
}
div.eintrag span.beschreibung {
	display: block;
	text-align:justify;
}
div.eintrag span.url {
	display: block;
}





/* bild immer rechts vom text umflossen */
img.floatleft {
	float:left;
	margin:0 8px 5px 2px;
}
/* bild immer rechts vom text umflossen */
img.floatright {
	float:right;
	border:1px #FFF solid;
	margin:2px 2px 3px 5px;
}

.newsItem {
	margin-bottom:5px;
	font-size:12px;
}

/* footerlinks */
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#FFF;
	text-decoration:none;
}

/* nötig für float construktionen in den news z.b. z.b. nächte und vorige news */
.splitcontentleft {float:left; width:51%; margin:0; padding:0;}
.splitcontentright {float:right; width:47%; margin:0; padding:0;}
.clearing {
	height:0;
	clear:both;
}




h1,h2,h3 {
	color:#7A1B00;
}

h1 {
	font-size:13px;
	margin:0;
}

h2 {
	font-size:15px;
	margin:10px 0;
	color:#7A1B00;
	display:inline;
}

h3 {
	font-size:15px;
	color:#7A1B00;
}

/* alle links als bild haben keinen ramen mehr */
a img {
	border:0;
}


/* die runden ecken für oben und unten */
b.rtop, b.rbottom{display:block;background: #EAE3D0}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #7A1B00}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
