p,ul{
margin:0;
padding:0;
}


body {
	margin:0;
	padding:0;
	background-color:#ffefb4;	
	width:95%;		
	font-family:'Arial';
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 1em;
	color: #611111;

	
}

img,a {
		border-style:none;
	}

#mainWrapper {	
	text-align:left;
	margin-top:10px;
	width:100%;
	width: expression(document.body.clientWidth < 802 ? "800px" : "100%");	
	min-width:994px;	
	}

#headWrapper{	
	background-image: url(../bilder/hintergrund_oben.png);
	background-repeat:repeat-x;		
	}
	
#headHead {
	height:100px;
}



 /* height and width details */

#head {	
	background-color:transparent;
}

#leftColumn {
	width:200px;
	text-align:center;
	
}
#leftColumn img {
	margin-top:3px;
}
#middleColumn {		
	width:700px;
	vertical-align:top;
	text-align:center;	
	background-color:transparent;
	
	}
#middleColumn  img{
	padding-top:20px;
}


#menuBar {	
	width:100%;
	width:auto;
	height:30px;
	line-height:30px;
	background-color:#383838;
	vertical-align:middle;
	
}

#menuBar .menu-top{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:right;	
}
#menuBar .menu-top li{
	display:inline;
	margin-right:10px;
}
#menuBar .menu-top li a {
	text-decoration:none;
	color:white;
}

#menuBar .menu-top li a:link {
	color:white;

}

#menuBar .menu-top li a:visited {
	color:white;

}

#menuBar .menu-top li a:hover {
	color: lightblue;
}

#menuBar .menu-top li a:active {
	color:white;

}

#main {
	background-color:transparent;
	width:100%;	
	height:100%;	
	}


#leftContent {	
	width:200px;
	padding-top:10px;	
	padding-right:5px;
	margin-right:10px;
	margin-bottom:0x;
	height:100%;
	vertical-align:top;
}
#menu {
	width:190px;
	margin-bottom:10px;
	margin-top:20px;
}

#menuHead{
	height:25px;	
	background:url(../bilder/box_oben.png) repeat-x;
	color:white;
}

#menuHeadText{
	text-align:center;
	padding-top:2px;
	}

#menuTopics {
	background-color:#ffefb4;
	}
	
#menuTopics .menu-top{
	padding:0;
	margin:0;	
}
#menuTopics .menu-top li{
	display:block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	background-color:#383838;
	margin-bottom:1px;
}

#menuTopics .menu-top li a{
	display:block;	
	text-decoration:none;
	color:white;
}

#menuTopics .menu-top a:link {
	color:white;

}

#menuTopics .menu-top a:visited {
	color:white;

}

#menuTopics .menu-top li a:hover {
	color: lightblue;
}

#menuTopics .menu-top li a:active {
	color:white;

}


#content {
height:100%;
padding-top:10px;
vertical-align:top;

}

#mainContent{
	vertical-align:top;
	
}

#contentTable {
	width:100%;
	padding:0;
	margin:-2px;	
	}

#main #newsRight {
	float:right;
	width:250px;
	border-left:solid 1px #611111;/*#ffa957;*/
	border-bottom:solid 1px #611111;/*#ffa957;*/
	-moz-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomleft:10px;
	margin-top:-10px;
	margin-bottom:20px;
	padding-top:2px;
	padding-left:10px;
}

#main #newsRight h2{
	font-size:1em;
}
#main #newsRight p {
	font-size:0.8em;
	display:inline;
}

#main #newsRight p strong{
	font-size:1.2em;
	display:block;
}
#main #newsRight p a {
	margin-left:2px;
	font-size:0.7em;
}

#footer{
	text-align:center;	
	z-index:20;
}


#footerWrapper{
	background: url(../bilder/unten.png) repeat-x;	
	height:31px;
	width:100%;
	display:block;
}

#footerText{	
	padding-top:5px;	
	font-size:0.8em;
	color:white;
}

#footerText a {
	color:lightblue;
}

/*Suchbegriffshervorhebung */	
.highlight { background-color: #D0D0D0;}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: lightblue;
	text-decoration: none;
}

.post_title{
	font-size:1.5em;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;	
	
}

h4 {
	font-size:1.1em;	
	
}


