@charset "ISO-8859-1";
/* CSS-Sytle Sanitaetshaus Woellzenmueller – copyright 2008 by Weisenberger Consulting. */

/************************************************/
/*                                              */
/*                                              */
/*         Aussencontainer fuer Layout          */
/*                                              */
/*                                              */
/************************************************/

.contentofitems #containerbig, #container, #containerbig_index, #container_index { 
	width: 74em;
	min-width:900px;
	background: #FFFFFF;
	text-align: left;
}
.contentofitems #containerbig, #container {
	margin: 0 0;
}
.contentofitems #container, #container_index { 
	border: 0.2em solid #F39910;
}
.contentofitems #containerbig_index, #container_index {
	margin: 0 auto;
}
/************************************************/
/************************************************/

/************************************************/
/*                                              */
/*                                              */
/*           Header – Drei an der Zahl          */
/*                                              */
/*                                              */
/************************************************/

.contentofitems #header { 
	background: #FFFFFF;
	color:#F39910;
	text-align:left;
	width: 100%;
	padding: 0 0px;
} 
.contentofitems #header2 { 
	background: #F39910; 
	padding: 0 2px;
	border: 0.5em solid #F39910;
	/*border: 12.84em solid #F39910;*/
	border-bottom:none;
	border-top:none;
	border-left:none;
	margin: 0px;
} 
.contentofitems #header3 { 
	background: #FFFFFF; 
	padding: 0 0em;
	/*border: 15.2em solid #FFFFFF;
	/*border: 13em solid #F39910;*/
	border-bottom:none;
	border-top:none;
	border-left:none;
	margin: 0em;
} 

/************************************************/
/* Sloganformatierung oben links auf der Seite  */
/************************************************/

.contentofitems #header h1 {
	font-size:16pt;
	font-weight:lighter;
	margin: 0em;
	padding: 10px 15px;
}

/************************************************/
/*       Top-Navigation in oranger Leiste       */
/************************************************/

.contentofitems #header2 p {
	text-align:right;
	color:#FFFFFF;
	margin: 0em;
	padding: 5px 0;
	border: 0.1em solid #F39910;
	border-top:none;
	border-left:none;
}
.contentofitems #header2 p a:link { text-decoration: none; color: #FFFFFF; }
.contentofitems #header2 p a:visited { text-decoration: none; color: #FFFFFF; }
.contentofitems #header2 p a:active { text-decoration: none; color: #CCCCCC; }
.contentofitems #header2 p a:hover { text-decoration: none; color: #DDDDDD; }

/************************************************/
/************************************************/

/************************************************/
/*                                              */
/*                                              */
/*          Maincontent – Hauptinhalt           */
/*                                              */
/*                                              */
/************************************************/

.contentofitems #mainContent {
 	margin: 0em 14em 0em 18em;
	/*border: 14em solid #F39910;*/
	border-bottom:none;
	border-top:none;
	border-left:none;
} 

/************************************************/
/************************************************/

/************************************************/
/*                                              */
/*                                              */
/*                Abschlussleiste               */
/*                                              */
/*                                              */
/************************************************/

.contentofitems #footer { 
	background: #FFFFFF; 
	padding: 0 0px;
	/*border: 13em solid #F39910;*/
	border-bottom:none;
	border-top:none;
	border-left:none;
	margin:0px;
} 
.contentofitems #footer p {
	color:#F39910;
	margin: 0em;
	padding: 10px 10px;
	padding-left:1em;
	
	border: 0.2em solid #F39910;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin-left:0em;
}

/************************************************/
/************************************************/

/************************************************/
/*                                              */
/*               Clearingcontainer              */
/*               !NICHT ENTFERNEN!              */
/*                                              */
/************************************************/

.cls { 
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

/************************************************/
/************************************************/