body {
	background: #b81400 url("../images/bg.gif") repeat-x;
	margin: 0;
	font: normal normal normal 14px/1.25em Arial, sans-serif;
	color: white;
}

#visual {
	position: absolute;
	left: 0;
	top: 0;
}

#content {
	position: absolute;
	left: 297px;
	top: 0;
	float: left;
	min-height: 100%;
	padding: 58px 52px 58px 50px;
	width: 500px;
	background-image: url("../images/contentbg.gif");
	color: #655f50;
}

#content a {
	color: #b81400;
}

/* ====================================================================================

 der beitrag an sich */

h1,h2 {
	font: normal normal normal 1.1em/1.4em Courier,"Courier New",Arial,sans-serif;
	color: #00486e;
}

h1 {
    font-size: 1.4em;
}

#anmerkungen {
    border-top: solid 1px #655f50;
    margin-top: 2em;
    padding-top: 1em;
    font-size: 0.8em;
}

/* ====================================================================================

 podcast-balken */

 .podcast {
	position: relative;
	width: 473px;
	height: 20px;
	padding: 4px 0 0 27px;
	margin: 0 0 15px 0;
	background-image: url("../images/castbg.gif");
	font: normal bold normal 1em/1.2em Arial, sans-serif;
}

 .podcast .play {
	position: absolute;
	left: 0;
	top: 0;
}

 .podcast .download {
	position: absolute;
	right: 0;
	top: 0;
}

/* ====================================================================================

 kommentare */

 .kommentarhinweis {
	font: normal normal normal 1em/1.2em Arial, sans-serif;
	margin: 0 0 10px 0;
}

 .kommentar {
	flaot: left;
	padding: 5px 15px 15px 15px;
	margin: 1em 0 0 0;
	background: #eeeeee;
	width: 469px;
	border: solid 1px #adadad;
	border-width: 0 1px 1px 0;
	font: normal normal normal 1em/1.2em Arial, sans-serif;
}

 .kommentar h3 {
	padding: 15px 0 0 0;
	margin: 0;
}

 .kommentar p {
	padding: 5px 0 10px 0;
	margin: 0;
}

 .neuerkommentar {
    position: relative;
	flaot: left;
	padding: 5px 15px 15px 15px;
	margin: 1em 0 10px 0;
	background: #b81300;
	width: 469px;
	border: solid 1px #830e00;
	border-width: 0 1px 1px 0;
	font: normal normal normal 1em/1.2em Arial, sans-serif;
	color: white;
}

#captcha {
    position: absolute;
    left: 15px;
    bottom: 15px;
}

 .neuerkommentar h3 {
	padding: 10px 0 15px 0;
	margin: 0;
	color: white;
}

 .neuerkommentar label {
	clear: both;
	float: left;
	width: 120px;
	margin: 0 0 10px 0;
}



.eingabe {
	margin: 0 0 10px 0;
	width: 340px;
	padding: 2px;
	border: solid 1px white;
	border-color: #830e00 white white #830e00;
	background: #e5cbc8;
}

.absenden {
	padding: 2px 5px 2px 5px;
	border: solid 1px white;
	border-color: white #830e00 #830e00 white;
	background: #930700;
	font: normal bold normal 1em/1.2em Arial, sans-serif;
	color: white;
}

#navigation {
	position: absolute;
	left: 60px;
	top: 410px;
	color: white;
	font: normal bold normal 1em/1.2em Arial, sans-serif;
}

#navigation img {
    margin-top: 10px;
}

#navigation h3 {
    margin: 1.5em 0 0.5em 0;
    color: #d9c2bf;
}

#menue {
    margin: 10px 0 20px 0;
}

#topstories, #weiterebeitraege, #kategorien, #neuestekommentare {
    font: 0.8em Arial, Helvetica, sans-serif;
    clear: both;
    width: 220px;
}

#topstories a, #weiterebeitraege a, #neuestekommentare a {
    display: block;
    padding: 0.5em 0 0.5em 0;
}

#kategorien #liste {
    padding: 0.5em 0 0.5em 0;
    width: 16em;
    line-height: 1.6em;
}

#navigation {
    clear: both;
    z-index: 10;
}

/* ====================================================================================

 navigation */

#navigation p {
	margin: 0 0 3px 0;
	padding: 0;
}

#navigation a,a:visited {
	color: white;
	text-decoration: none;
}

#navigation a:hover {
	color: black;
	text-decoration: none;
}

/* ====================================================================================

 archiv */

#archiv a {
	font: normal normal normal 1em/1.2em Courier,"Courier New",Arial,sans-serif;
	color: #00486e;
}

#archiv .datum {
	font-size: 1em;
}

/* ====================================================================================

 mp3player */
 
 #mp3player{
 	clear: both;
 	float: left; 	
 }
