body {
text-align: center; 
background: #fff;
color: #fff;
min-width: 700px;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 100%;
line-height: 1.5;
}

a {color: #fff; padding: 0 2px;}
a:hover {background: #ccc; color: #000;}

#center a {color: #CC0000;}
#center a:hover {background: #cc0000; color: #fff;}

h1, h2, h3, h4, p,   {margin: 1em 0;}

ol {margin: 1em 5em;}
li{
	padding-bottom: 0.5em;
}
ul li{
	list-style: none;
}
table{
	font-family: verdana, tahoma, arial, sans-serif;
font-size: 100%;
color:black;
}
h3 {
	border-left: 8px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	padding-left:3px;
}
h4 {
	border-left: 5px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	padding-left:2px;
}
h5{
	color:white;
	border-left: 4px solid white;
	border-bottom: 1px solid white;
	padding-left:2px;
}
/***************************************************************/
/**************** Layout CSS begins ****************************/

#wrapper { /* also holds the left "sliding" tab */
background: #fff url(bilder/sidebar-l.gif) repeat-y 0 0;
text-align: left;
width: 92%; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
border: 1px solid #4a1c21;
font-size: 80%;
}

#header, #subnav, #footer {
clear: both; 
width: 100%;
}



#header {
background: #cc0000; 
color: #fff; 
text-align: right;
font-weight: bold;
height: 170px;
}
#header .news {
text-align: left;
float:left;

}
#header h3 {font-size: 1.2em;}


#subnav {
background: #ccc; 
color: #000; 
border-width: 1px 0; 
border-style: solid; 
border-color: #4a1a21;
}

#footer {
text-align: center;
color: black;
background: #ccc url(bilder/blfoot.gif) no-repeat 0 0px;
}
#footer div {
padding: 1px 0;
background: url(bilder/brfoot.gif) no-repeat 100% 0px;
}

#contentfloatholder {/* also makes the right "sliding" tab */
background: url(bilder/sidebar-r.gif) repeat-y 100% 0;
float: left;
width: 100%;
position: relative;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad {
margin: 0 185px;
}

#center {
  color: #000;
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

#left {
  float:left;
  width: 170px;
  text-align:right;
   margin-left: -7.5%; /* the difference to make the left colum appear flush left */

}
.line {
background-image: url(bilder/linie.gif);
background-repeat:no-repeat;
font-size:1px;
margin:0 0 3px 0
}
#menue .oberpunkt {
text-align:left;
color:#ccc;
font-size:0.95em;
font-weight:bold;
margin: 10px 5px;
}
#menue a {
display: block;
padding: 2px;
text-decoration:none;
width:135px;
font-size:0.95em;
font-weight:bold;
text-align: right;
margin-bottom: 0.5px;
}
#menue a:hover{
	color:#cc0000;
}
#menue a .pfeil {
display: none;
}
#menue a:hover .pfeil {
display: inline;
color: #cc0000;
}
#right {
  float:right;
  width: 170px;
  text-align:center;
   }

#right a {
display:block;
padding: 2px;
text-decoration:none;
font-size:0.95em;
font-weight:bold;
margin-bottom: 0.5px;
}
#right a:hover{
	color:#cc0000;
}

/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

#left h3, #left p,
 
{
padding: 0 20px; 
}

/***** General formatting ****/
 /* tanfa logo/link */
#pagetop {
position: relative;
width: 100%;
padding-top: 1em;
height: 7em;
color: #000;
}

#pagetop h1, #pagetop h2, #pagetop h3 {
margin: 0.3em 220px;
font-family: georgia, serif;
padding: 0;
}

#pagetop h1 {font-size: 1.4em;}
#pagetop h2 {font-size: 1.2em;}
#pagetop h3 {font-size: 1em;}

a#toplink {
width: 300px;
height: 8em;
background: #fff url(bilder/skizze.jpg) no-repeat 0px 0px;
position: absolute;
top: 0;
right: 5px;
}

a#toplink:hover {
background-position: 0 0;
}

#wrapper {
position: relative;
z-index: 500;
}
#menue ul{
	list-style: none;
}

.mitte {
	margin:auto;
	text-align:center;
	margin-bottom:1em;
}
.ObjLi
	{
	margin-right: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: left;
		}

.ObjRe
	{
	margin-left: 8px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: right;
	}
	
.hinweis {
	font-size:90%;
	font-style: italic;
}	
 #abteilungsleitung .rand { 
margin: 0px 0px 20px 0px; 
padding: 0px;
 border: 1px solid #cc0000;
  line-height: 19px; 
  width: 100%;
  }

 #abteilungsleitung td {
	vertical-align: middle;
	height: 50px;
	padding-left: 10px;
	width: 33%; 
	         
   }
	
	
#abteilungsleitung .oben p { 
margin: 0px; 
padding: 1px 10px 1px 10px;
 border-bottom: 1px solid #cc0000;
  background: #cc0000;
  font-weight: bold;
   color:white;
	}
	
#abteilungsleitung .links  { 

text-align: left;

   }
#abteilungsleitung .mitte  { 
text-align: center;

  }
  
 #abteilungsleitung .rechts  { 
text-align: right;
   padding-right: 10px;
   }
	
	.kopffarbe{
	background-color: #cc0000;
} 
.breite15 {
	width: 15%;
}
#preisliste table{
	width:100%;
	text-align:center;
	margin-bottom:2.5em;
	
}
#preisliste td{
	height:2.5em;
	width:25%;
	
	}
#preisliste .navtab{
	background-color:#cc0000;
	font-weight:bold;
	color:white;
}
#preisliste .inhalt{
	background-color:#cccccc;
}

img       { 
border: 0px; 
}
.tabelle table{
	border-collapse:collapse;
	width:100%;
	border:1px solid #cc0000;
	margin-bottom:2em;
}
.tabelle td, th{
	border: 1px solid #cc0000;
	height: 2em;
	}

.tabelle .kopf{
	text-align:center;
	background-color:#cc0000;
	color:white;}
.tabelle .nobord{
	border:none;
}
.tabelle .pdf{
	text-align:center;
}


.rot{
	background-color:#bbbbbb;
}
.hellgrau{
	background-color:#cccccc;
}
.grau{
	background: #cccccc;
}
#belegung table{
	width:100%;
	border-collapse:collapse;
	background-color: #cccccc;
	border:1px solid #cc0000;
}
#belegung td{
	border: 1px solid white;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	height:2em;}

#belegung .kopf12{
width: 12%;
background-color:#cc0000;
color:white;}

#belegung .kopf{
background-color:#cc0000;
color:white;}

#legende table{
	border-collapse:collapse;
	margin-bottom: 2em;
}

#legende td{
	border: 1px solid white;
	width: 5em;
	height:2em;
}
.bold{
	font-weight: bold;
}

.breite630{
	width:100%;
	max-width:630px;
}
.breite679{
	width:100%;
	max-width:679px;
}
#bericht { /* für berichte*/
text-align: left;
width: 92%; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
border: 1px solid #cc0000;
font-size: 80%;
 background-color: White;
 color: Black;
}
#bericht h3,p {
	padding-left:8px;
	padding-right: 8px;
	}
