/*
 OneByte GmbH - e-Business & Webdesign - www.onebyte.ch
 
 Filename    : web.css
 Created by  : Serkan Tüten (tue@onebyte.ch)
 Purpose     : Stylesheet für Browserdarstellung
 Please note : 
 History     : 12.02.07 tue: Erstentwurf
*/

/* ---------------------------------------------------
   Inhaltsbereich der Seite
   =================================================== */

@import url("editor.css");

/* ---------------------------------------------------
   Global
   =================================================== */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #EEE5E0;
}

#webcontainer {
	width: 806px;
	margin: 0 auto;
	text-align: left;
}

/* ---------------------------------------------------
   Header zuoberst auf der Seite
   =================================================== */
#header { 
	height: 306px;
	width: 806px;
	background-image: url(../images/bildrahmen_bg_1.gif);
	background-repeat: no-repeat;
}

/* ---------------------------------------------------
   Stimmungsbild
   =================================================== */
#stimmungsbild {
	padding: 7px;
}
#stimmungsbild img {
	border: 0;
}

/* ---------------------------------------------------
   Main
   =================================================== */
#main {
	margin-top: 20px;
}	 

/* ---------------------------------------------------
   Left
   =================================================== */
#left { 
	float: left;
	width: 200px;
}	 
	 
/* ---------------------------------------------------
   Hauptnavigation
   =================================================== */
#mainnavi {
	height: 75px;
	line-height: 75px;
}
#mainnavi ul {
	margin: 0;
}
#mainnavi li { 
	list-style: none; 
	float: left; 
	
}
#mainnavi li a {  
	text-align: center;
	color: #725F50;
	text-decoration: none; 
	width: 150px;
	display: block; 
	font-size: 15px;
	letter-spacing: 0.2em;
	background: url(../images/nav_lo.gif) right center no-repeat;
}
#mainnavi li a:hover, #mainnavi li a.aktiv { 
	background: url(../images/nav_hi.gif) right center no-repeat;
	color: #fff; 
}

/* ---------------------------------------------------
   Subnavigation
   =================================================== */
#subnavi { 
	width: 200px; 
	border: 1px solid #DCD2C9;
	background-color: #E0D6CD;
	margin-bottom: 2em;
}
#subnavi ul { 
	list-style: none;
}
#subnavi ul a { 
	text-decoration: none;
	display: block;  
	padding-bottom: 5px; 
	padding-left: 15px;
	padding-top: 5px;
	color: #555; 
	font-size: 12px;
}
#subnavi ul a:hover,
#subnavi ul a:active {
	color: #333; 
	text-decoration: underline;
}
#subnavi ul a.aktiv {
	color: #222; 
}

/* ---------------------------------------------------
   Sub-Subnavigation
   =================================================== */
#subnavi ul ul a { 
	text-decoration: none;
	display: block;  
	padding-bottom: 5px; 
	padding-left: 25px;
	padding-top: 1px;
	color: #555; 
	font-size: 11px;
}
#subnavi ul ul a:hover,
#subnavi ul ul a:active {
	color: #333; 
	text-decoration: underline;
}
#subnavi ul ul a.aktiv {
	color: #222; 
}

/* ---------------------------------------------------
   Sub-Sub-Subnavigation
   =================================================== */
#subnavi ul ul ul a { 
	text-decoration: none;
	display: block;  
	padding-bottom: 5px; 
	padding-left: 40px;
	padding-top: 1px;
	color: #555; 
	font-size: 11px;
	font-style: italic;
}
#subnavi ul ul ul a:hover,
#subnavi ul ul ul a:active {
	color: #333; 
	text-decoration: underline;
}
#subnavi ul ul ul a.aktiv {
	color: #222; 
}

/* ---------------------------------------------------------------

	Hauptinhalt
	
	WICHTIG: Die Formatierung des Hauptinhaltes wird im editor.css
	         gemacht. Dadurch sind die Formatierungen im TinyMCE
					 auch korrekt ersichtlich.
	
--------------------------------------------------------------- */
#content {
	float: right;
	width: 550px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 30px;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

/* ---------------------------------------------------
   Footer zuunterst auf der Seite
   =================================================== */
#footer {
	background-color: #E0D6CD;
	border-color: #DCD2C9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	clear: both;
	width: 806px;
	height: 30px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* ---------------------------------------------------
   Webdesign OneByte zuunterst ausserhalb der Webpage
   =================================================== */
#copyright {
	line-height: 30px;
	margin: 0 auto 0 auto;
	color: #888;
	font-size: 11px;
	text-align: center;
}
#copyright a {
	text-decoration: none;
	color: #555;
	font-size: 11px;
}
#copyright a:hover, #copyright a:active {
	text-decoration: underline;
	color: #333;
}

/* ---------------------------------------------------
   Google Adwords
   =================================================== */
#adwords_200x600 iframe {
	background-color: #E0D6CD;
	width: 160px;
	padding: 20px;
	margin-bottom: 10px;
}