body {
	padding: 0;
	margin: 0;
	
}
#pageContainer {
	background-color:#fff;
	border: 2px solid #999999;
	margin: 0px 0px 0px 0px;
	margin:auto;
	min-width: 30em;
	width: 800px;
	padding: 0px;
}
#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 14em #fff;
	border-right: solid 14em #fff;
}
#outerColumnContainer1
{
	/* Das ist der outer Container für die Kontakt Seite */
	border-left: solid 9em #fff;
	
}
#outerColumnContainer
{
	border-left-color:#FFFF99; 		/* left column background color */
	border-right-color: #FFFFFF;	/* right column background color */
	background-color: #fff;			/* set the background color for the middle column here */
}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#innerColumnContainer
{
	border-color: #565;
}
#innerColumnContainer1
{
	border-left: solid 1px #fff;
	border-width: 0 0px;
	margin: 0 -1px;		/* compensate for the borders because of 100% width declaration */
	width: 99%;
	z-index: 1;
}
#innerColumnContainer1
{
	border-color: #565;  /* Kontakt Seiten Conatiner*/
}
#navheader {
	background-color:#666666;
	border: 1px solid #fff;

}
/* ======= Navigation Links ANFANG =====*/
#navlistside
{
color:#FFF;
padding: 0 1px 1px 13px;
margin: 0px 0px 0px 5px;
font: 9px Verdana;
font-weight:bold;
width: 18em;
}

#navlistside li
{
color:#fff;
list-style: none;
margin-bottom:0px;
text-align: left;
text-decoration: none;
}

#navlistside li a
{
color:#fff;
display: block;
background-image:url(../_images/button_up.gif);
background-repeat:no-repeat;
text-decoration: underline;
padding-top:9px;
padding-left:10px;
height:29px;
}
#navlistside li a:link { color: #fff; text-decoration:none; }
#navlistside li a:visited { color: #fff; text-decoration:none;}

#navlistside li a:hover
{
background-image:url(../_images/button_a_down.gif);
background-repeat:no-repeat;
text-decoration:none;
}
/*===== AKTIVER NAVIGATIONSBUTTON ===========*/
 #navlistside1
{
color:#FFF;
padding: 0 1px 1px 13px;
margin: 0px 0px 0px 5px;
font: 9px Verdana;
font-weight:bold;
width: 18em;
}
#navlistside1 li
{
color:#000;
list-style: none;
margin-bottom:0px;
text-align: left;
}
#navlistside1 li a
{
color:#fff;
display: block;
background-image:url(../_images/button_a_down.gif);
background-repeat:no-repeat;
text-decoration: none;
padding-top:9px;
padding-left:10px;
height:29px;
}
#navlistside1 li a:link { color: #fff; }
#navlistside1 li a:visited { color: #fff; }

#navlistside1 li a:hover
{
background-image:url(../_images/button_a_down.gif);
background-repeat:no-repeat;
text-decoration:underline;
}
/* ======= Navigation Links ENDE ======= */

#divide{
	background-color:#fff;
	width:auto;
	height:50px;
}
#divide1{
	width:auto;
	height:15px;
}
#divide2{
	background-color:#fff;
	width:auto;
	height:8px;
}
/* ======= Bild Kategorie ======= */
#bildstart {
	background-image: url(../_images/top.jpg);
	background-repeat:no-repeat;
	text-align:left;
	width:auto;
	height:127px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:5px;
}
/* ======= Bild Kategorie Ende ======= */

.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}

* html #pageContainer {
	/* \*/
	
	/* verhindert float-Probleme beim IE/Win siehe Referenz zu float */
}
#header {
	margin:0; padding:0.5em 1em;
	background-image: url(../_images/logoheader.gif);
	width:auto;
	height:107px;
}
#main {
	border-left: 14em solid #FFFFCC;
	border-right: 14em solid #FFFFCC;
	background: #fff;
	margin: 0; padding: 10px 0px 0px 0px;
}
#img {
	text-align:left;
	background-image:url(../_images/notdienst.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:90px;
}
#middle h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006699;
	font-weight:bold;
	
}
#middle h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
	font-weight:bold;
	
}
#middle h3, #middle p, middle h2, #middle li {
	list-style-type:none;
	margin:0;
	padding: 0 4px;
}
#middle p{
font-size:12px;			/* Schriftgröße Inhalt*/
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
}
#middle table {
font-size:12px;			/* Schriftgröße Inhalt*/
font-family:Verdana, Arial, Helvetica, sans-serif;

}
#middle table img {
	border:0;
	margin:0;
	padding:0;
}
#middle img {

float		:right;
margin-right:-10px;
}
#left, #middle, #right, #SOWrap {
	overflow: visible;
	position: relative;
}
#SOWrap {
	float: left;
	margin: 0 -1px 0 0;
	width: 96%;
	z-index: 3;
}
#middle {
	float: right;
	margin: 12px 0 0 -1px;
	width: 96%;
	z-index: 5;

}
#middle a:link{
	color:#006699;
	text-decoration:underline;
}
#middle a:visited{
	color:#006699;
}
#middle a:hover{
	text-decoration:none;
	color:#999999;
}	

.newscontainer{
	padding: 4px 0 4px 10px;
	
}

#left{
	float: left;
	margin: 0 1px 0 -10em;
	width: 11em;
	z-index: 4;
}
#right {
	float: right;
	width: 14em;
	margin: 0 -14em 0 1px;
	z-index: 2;
}

/* ========== Kontakt Container ==Anfang=========*/
.kontakt{
	font-size:11px;
	color:#666666;
	padding-left:3px;
	padding-bottom:6px;
	border: 1px solid #CCCCCC;
	background-color:#E5E5E5;
	margin-top:3px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:25px;
}

.kontakt a:link{
	color:#990000;
	text-decoration:underline;
}
.kontakt a:visited{
	color:#990000;
}
.kontakt a:hover{
	text-decoration:none;
	color:#21262A;
}
/* ========== Kontakt Container ==Ende=========*/

/*========== Footer ========*/

#footer {
	border-top: solid 1px #CCCCCC;
	margin:5px 0 0 0; padding: 0 0.5em;
	background:#fff;
}
.footertext{
font-size:x-small;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:right;
padding: 5px 0px 5px 0;
color:#FF0000;
}
.footertext a:link {
text-decoration:none;
color:#FF0000;
}
.footertext a:visited{
text-decoration:none;
color:#FF0000;
}
.footertext a:hover {
text-decoration:underline;
color:#006699;
}

/*========== Footer Ende ========*/

.subheader {
	border-left:10px solid #AAB;
	border-bottom: 1px solid #AAB;
	color:#990000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 4px;
	margin-left:4px;
	margin-top:15px;
	height: 20px;
	width: 200px;
}
.subinhalt {
	border-bottom: 1px dashed #666666;
	margin: 3px 4px 3px 4px;
	padding: 4px 0 15px 3px;
}


.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0; padding:0;
	background:transparent;
}
h1,h2 { 
	font-size: 1.7em;
	margin: 0; 
}
p { margin: 0.5em 0; }

.zurueck{
font-size:x-small;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
padding: 5px 0px 5px 0;
color:#CC9933;
}
.zurueck a:link {
text-decoration:underline;
color:#CC9933;
}
.zurueck a:visited{
text-decoration:underline;
color:#CC9933;
}
.zurueck a:hover {
text-decoration:none;
color:#990000;
}
.bild{
	float:left;
    padding: 0 4px 6px 3px;}

#validator { 
	background-color:	#FFFFFF;
	border-top		: 	1px solid #AAB;
	width			:	auto;
	padding			: 	5px;
	font-family		:	Verdana, Arial, Helvetica, sans-serif;
	color			:	#999999;
	font-size		:	9px;
}
#validator a:link {color:#FFFFFF}
#validator a:visited {color:#FFFFFF}
#validator a:hover{color:#FFFFFF}

.aligncenter p{
text-align:center;}

#foots {margin:5px 0px 5px 0px; background-color:#FF0000; width: 600px;height: 45px; min-width: 30em;
		width:100%;}
#foots div {background-color:#FF0000;}
#foots div div {
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:14px;
		text-align:center;
		padding-top:10px;
		background-color:#FF0000; 
		height: 40px;
		margin: 0 21px 0 17px;}
#foots div div div {background-color:#FF0000;}

#tops { margin-top:35px; margin:0px 0px 0px 0px; background-color:#FF0000;  width:100%;height: 80px; min-width: 30em;
		width: 100%;}
#tops div {background-color:#FF0000;}
#tops div div {background-image:url(../_images/toptop.gif); background-repeat:no-repeat; height: 80px; margin: 0 21px 0 17px;}
#tops div div div {background-color:#FF0000;}
