body {
margin: 0;
padding : 0;
background: #ccc url(images/bg_allg.jpg) center repeat;
color: #555;
}
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font: 12px Arial;
	line-height: 1.8em;
	background: transparent;
	color: #333333;
}
			/*banner*/
#banner {
	padding: 0;
	margin-bottom: 0;
	height: 100px;
	color: #000;
	background-image: url(images/bg_head_top.jpg);
}
			/*navi oben*/
#navbar ul {

}


			/*inhalt*/
#content {
padding: 1em;
margin-left: 200px;
}

#content2 {
	padding: 5px 1em 1em 1em;

}

#sidebar {
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 1em 0 1em;
}
			/*navi seite*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
	display: block;
	color: #330066;
	background: inherit;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #F2F2F9;
}
			/*footer*/
#footer {
	clear: both;
	width:940px;
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	color: #000;
	background-color: #F0F0F0;
	line-height: 10pt;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
background : inherit;
color :  #fff;
}
			/*links*/
a:link {
	text-decoration : none;
	background : inherit;
	color : #003399;
	font-weight: bold;
}

a:hover {
	text-decoration : none;
	background : inherit;
	color :  #3333CC;
	font-weight: bold;
}
a:visited {
	text-decoration : none;
	font-weight:bold;
	
}
			/*schrift*/
.oben {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#FFFFFF;
font-weight:bold;
}	
			
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 3px;
}
h2 {
	margin-top: 10px;
	padding: 10px 0 10px 0;
	font-size: 120%;
	letter-spacing: 1px;
	background : transparent;
	color :   #660066;
}
h3 {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 160%;
	letter-spacing: 1px;
	background : inherit;
	color :  #666666;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #990000;
}
			/*klassen*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.HeadlineText {
color:#0E6A9C;
font-weight:bold;
font-size:110%;
text-transform:uppercase;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}

@media print {
.hideforprint {
display:none;
}
}

