html { 
   height: 100.2%; 
   margin-bottom: 1px; 
} 

BODY {
	margin: 0;
	padding: 0;
	color: #afafaf; /*Achtung: Das Plugin Abstimmung reagiert auf diese Farbe und die font-size Angabe*/
	font-size: 100%; 
	background: #5F5F5F url(../images/pcback.jpg) left top repeat-x; 
}

#wrapper {
	margin-top: 20px;
	margin-left: auto; 
	margin-right: auto;
	width: 980px; 
	text-align: left;
	border: 5px solid #800000;
	background: url(../images/pwrapback.gif) repeat-y;
}

#logo{
	background: url(../images/plogo.jpg); 
	width:980px; 
	position:relative;
  	height: 250px; 
	border-bottom: 5px solid #800000;
}

#content {
	float: left; 
	position: relative; 
	width: 544px; 
	min-height: 500px;
	padding: 0 20px 10px 24px;
	border-right: 5px solid #000000;
	border-top: 5px solid #000000;
	background: #202020;
	border-top: 5px solid #000000;
}

.picture {
	padding: 7px 0 7px 0;
	margin: 0;
	background: #202020;
	color: #afafaf;
	text-align: center;
}

.picture p {
	color: #afafaf !important;
}

#footer {
	background : url(../images/pfooterback.gif); 
	clear: both; 
	text-align: center;
	padding: 20px 3px 10px 3px;
	height: 15px;
	color: #ffffff;
	text-decoration: none; 
	font-size: 90%; 
}

#footer a {
	color: #afafaf;
	padding: 8px 0 0 0;
	margin: 0;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#nav {
	width:100%; 
 	float:left; 
 	position:relative;
	overflow: hidden; 
	background: url(../images/button01n.gif); 
	border-bottom: 5px solid #800000;
}

#nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
	float: right;
}

#nav li {
	display: inline;
}

#nav a {
	display: block; 
	font-weight: bold !important;
} 

#nav a#current {
	color: #ffffff;
	background: url(../images/button01c.gif); 
}

.maintopichome {
	float: left;
	position: relative;
	text-align: center;
	height: 35px; 
	line-height : 35px;
	color: #afafaf;
	text-decoration : none; 
	padding: 0 10px 0 10px; 
	letter-spacing: 0.1em;
	font-size: 100%;
	border-left: 2px solid #242424;
	background: url(../images/button01n.gif);
}

a.maintopichome:hover{
	color: #ffffff;
	text-decoration : none; 
	background : url(../images/button01h.gif);  
}

.maintopichomesel {
	float: left;
	position: relative;
	text-align: center;
	height: 35px; 
	line-height : 35px; 
	color: #ffffff;
	text-decoration : none; 
	padding: 0 10px 0 10px; 
	letter-spacing: 0.1em;
	font-size: 100%;
	border-left: 2px solid #242424;
	background: url(../images/button01c.gif);
}

.maintopic {
	float: left;
	position: relative;
	text-align: center;
	height: 35px; 
	line-height : 35px; 
	color: #afafaf;
	text-decoration : none; 
	padding: 0 10px 0 10px; 
	letter-spacing: 0.1em;
	font-size: 100%;
	border-left: 2px solid #242424;
	background: url(../images/button01n.gif); 
}

a.maintopic:hover {
	color: #ffffff;
	text-decoration : none;
	background: url(../images/button01h.gif);  
}

#leftcols {
	width:196px; 
	float: left; 
	position:relative; 
	background: #000000;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: center;
}

.counter {
	width: 190px;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #afafaf;
	border-top: 1px solid #202020; 
}
* html .counter { margin: 0 7px 0 0; width: 190px;}

#commonpages {
	float: left;
	width: 190px;
	overflow: hidden;
	margin: 0 5px 0 0;
	padding: 0;
	display: block; 
	text-align: center;
	border-right: 1px solid #202020; 
	border-bottom: 1px solid #202020;
}
* html #commonpages { margin: 0 7px 5px 0; width: 190px;} 

#commonpages a {
	display: block; 
	text-decoration: none;
	line-height : 80%; 
	color: #afafaf;
	font-size : 85%;
	letter-spacing: 0.1em;
	padding: 7px 0 7px 0;
} 

#commonpages a:hover {
	color: #ffffff;
	font-weight: bold;
}

#subnav {
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 0 5px 0 5px;
	display: block;
	border-right: 1px solid #202020; 
	border-bottom: 1px solid #202020;
	text-align: center;
}

* html #subnav { margin: 0 7px 5px 0; width: 180px; } 

#subnav a {
	display: block; 
	text-decoration: none;
	line-height : 80%; 
	color: #afafaf;
	font-size : 100%;
	letter-spacing: 0.1em;
	padding: 7px 0 7px 0;
}

#subnav a:hover {
	color: #ffffff; 
	font-weight: bold;
}

#subnav a#current2 {  
	color: #ffffff;
	font-weight: bold;
}

#subnav a#current3 {  
	color: #ffffff;
	font-weight: bold;
}

.topic {
	margin: 0;
}

.subtopic {
	letter-spacing: 0.5em; 
	font-size : 85% !important;
	padding: 7px 0 7px 0 !important;
}

a.subtopic:hover {
	color: #ffffff;
	text-decoration : none;
	font-weight: bold;
}

#twocols{
 	width:784px; 
 	float:right; 
 	position:relative; 
}

#rechts {
	width: 190px; 
 	float:right; 
 	position:relative; 
	background: #000000;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
	overflow: hidden;
	display: block;
	text-align: left;
}

#sidebar{
	background: #000000; 
	border-left: 1px solid #202020;
	border-bottom: 1px solid #202020;
}

#sidebar p {
	width: 178px;
	font-size: 90%;
	padding: 0 5px 5px 5px !important;
	margin: 0 0 0 0 !important;
	line-height: 160%;
	color: #afafaf;
	text-align: center;
}

* html #sidebar p { padding-top: 0 !important; }  
  
#sidebar a {
	color: #afafaf;
	text-decoration: underline;	
	font-weight: normal;
	margin: 0;
	padding: 0 !important;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar img {
	background: #000000;
	margin: 0 5px 5px 5px;
	padding: 5px 4px 5px 5px;
	border: #afafaf;
}

#sidebar iframe {
    margin: 5px !important;
    width: 184px !important;
}

.sidebarteaser {
	color: #afafaf;
	text-decoration: none;	
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
}

.sidebarteaser img { 
	margin: 3px 0 0 2px!important; 
} 
  	* html .sidebarteaser img { margin-bottom: -4px !important; } 
	*+html .sidebarteaser img { margin-bottom: -4px !important; } 

.sidebarteasercaption {
	margin: 0 5px 25px 5px;
	border: 1px solid #afafaf;
	background: #000000;
	padding: 5px;
}

.sidebarteasercaption p {
	width: 173px;
	padding: 5px 5px 10px 5px;
	margin: 0 5px 25px 5px;
	line-height: 160%;
	color: #afafaf;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	text-align: center;
}

* html .sidebarteasercaption p { padding-top: 0 !important; } 

.sidebarteasercaption a {
	color: #afafaf;
	text-decoration: underline;	
	font-weight: normal;
	margin: 0;
	padding: 0 5px 0 5px;
}

.sidebarteasercaption a:hover {
	text-decoration: underline;
}

.line {
	color: #afafaf !important;
}

.schrift1 {
	width: 100%;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 250%;
	color: #afafaf; 
	text-align: center;
}

.schrift2 {
	width: 100%;
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 150%;
	color: #afafaf; 
	text-align: center;
}

/*Kalender*/
a.callink { text-align: center;}
a.callink:link { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold; text-decoration:none; }
a.callink:visited { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold; text-decoration:none; }
a.callink:active { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold; text-decoration:none; }
a.callink:hover { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold; text-decoration:none; }
a.calhome:link { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; text-decoration:none; }
a.calhome:visited { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; text-decoration:none; }
a.calhome:active { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; text-decoration:none; }
a.calhome:hover { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; text-decoration:none; }
td.caltz { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold; }
td.calwt { color:#ffffff; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold; }
td.calat { color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; }
td.calht { color:#000000; background-color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold;}
td.calhe { color:#000000; background-color:#afafaf; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold;}
td.calwe { color:#ffffff; font-family: verdana,helvetica,sans-serif; font-size: 10px; font-weight: bold; }
table.caltab { width:155px; background-color:#000000;}
table.caltab1 { border:0px; padding:0px; margin:0px; }
table.caltab2 { border:0px; padding:0px; margin:0px; }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
