/* CSS für das Seitenlayout. */
#header {
	margin: 0 0 0 -16px;
	padding: 15px 0 0 16px;
	background-image: url("/images/background-top.gif");
	background-position: top;
	background-repeat: no-repeat;
}

#logo {
	margin: 0;
	padding: 25px 0 0 46px;
	width: 258px;
	border-left: 8px solid white;
	border-right: 8px solid white;
	float: left;
}

#spruch {
	margin: 0;
	padding: 20px 20px 0 30px;
	width: 380px;
	float: left;
}

#spruch p.autor {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.85em;
	font-size: 0.85em;
	text-align: left;
}

#trenneroben {
	margin: 0;
	padding: 0;
	width: 934px;
	height: 10px;
	clear: left;
	background-image: url(/images/roter-faden.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

#inhalt {
	margin-top: 0;
	padding: 0 32px 0 189px;
	border: none;	
}

/* braucht man nur, wenn links länger is als rechts */
#inhalt :after {
	/* content: clear; */
	clear: left;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#fuss {
	margin: 5px 0 0 -16px;
	padding: 12px 24px 0 0;
	height: 40px;
	width: 944px;
	clear: left;
	background-image: url(/images/fuss.gif);
	background-repeat: no-repeat;
	background-position: 0;
	text-align: right;
}

#fuss li {
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	color: white;
	display: inline;
	list-style: none;
	background-image: none;
}

#fuss img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}

#fuss a {
	color: white;
	font-weight: bold;
	background-color: inherit;
	text-decoration: none;
	text-transform: lowercase;
}

/* Abweichungen von base.css  */
#inhalt img {
	margin: 8px 0 0 0;
	padding: 0;
	float: left;
}

#inhalt img.one {
	margin: 6px 0;
	padding: 0;
	float: left;
}

#inhalt p img {
	float: none;
	margin: 0;
	padding: 0;
}

#inhalt div.news_right {
	float:left;
	width:385px;
	margin-left:35px;
}

.news_seite #inhalt p,.news_seite #inhalt h1,.news_seite #inhalt h2,.news_seite #inhalt h3,.news_seite #inhalt h4,.news_seite #inhalt h5,.news_seite #inhalt h6,.news_seite #inhalt table {
	margin-left: 0;
}

#inhalt p,h1,h2,h3,h4,h5,h6,table {
	margin-left: 343px;
}

#inhalt table.image-table {
	margin-left: 0px;
}

#inhalt table.image-table td img {	
	margin: 0;
	padding: 0 0 8px 0;
	border:0;
}

div#inhalt table.image-table td {
	margin:0;
	padding:0;
	border:0;
	vertical-align: middle;
}

div#inhalt table.image-table td p,td h1,td h2,td h3 {
	margin: 30px;
}

#inhalt ul {
	margin: 0.6em 0 0 350px;
}

#inhalt .news_archiv ul {
	 margin-left:10px;
} 

#inhalt table.inhalt-table {
    margin-left: 0px;
}

#inhalt table.inhalt-table td img {  
    margin: 0;
    padding: 0 0 8px 0;
    border:0;
}

div#inhalt table.inhalt-table td {
    margin:0;
    padding:5px 0;
    border:0;
    vertical-align: top;
}

div#inhalt table.inhalt-table td h1 {
	margin-top:0;
}

div#inhalt table.inhalt-table td h2 {
    margin-top: 10px;
}

div#inhalt table.inhalt-table td p,td h1,td h2,td h3 {
    margin-left: 30px;
}


div#inhalt .noBottomMargin {
    margin-bottom:0;
}
