/*
 OneByte GmbH - e-Business & Webdesign - www.onebyte.ch
 
 Filename    : web_default.css
 Created by  : Birgit Conzelmann (bc@onebyte.ch)
 Purpose     : Stylesheet für Browserdarstellung
 Please note : 
*/



/* ---------------------------------------------------
   Global
	 evt. anstelle von * nur diese verwenden damit es
	 weniger komplikationen gibt:
	 html, body, div, ul, ol, li, dl, dt, dd, h1, h2,
	 h3, h4, h5, h6, pre, form, p, blockquote, fieldset,
	 input
   =================================================== */
* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
html[xmlns^="http"] {	/* verhindert Mozilla-Zucken * > Firefox 1.5  */
	overflow-y: scroll;
	background: #fff url(../images/design/bg.gif) repeat-x;
}
body {
	background: none;
}

#webcontainer {
	width: 1000px;
	margin: 0 auto;
}

.clearer { /* ACHTUNG: IE8 macht mit <br class=clearer> 1px Abstand - Lösung: <span class="clearer" /></span> */
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------
   Header zuoberst auf der Seite
   =================================================== */
#header { 
	height: 142px;
	width: 999px;
	padding: 0 0 0 1px;
	background: url(../images/design/header.gif) no-repeat;
}

/* ---------------------------------------------------
   Hauptnavigation
   =================================================== */
#mainnavi {
	
}
#mainnavi ul {
	background-color: #FFF;
	margin: 0 20px;
	height: 30px;
	width: 960px;
	float: left;
}
#mainnavi li {
	list-style: none;
	float: left;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#mainnavi li a {
	display: block;
	text-decoration: none;
	font-family: "Arial narrow", Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
}
#mainnavi li a:hover, 
#mainnavi li a.naviaktiv , #mainnavi li a.naviaktiv:hover {
	text-decoration: none;
	font-family: "Arial narrow", Helvetica, sans-serif;
	font-size: 16px;
	color: #E4E4E4;
	background-color: #373737;
}



/* ---------------------------------------------------
   Main
   =================================================== */

#inhaltsbereich_kontakt {
	width: 870px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding: 65px 50px 75px 40px;
}

#inhaltsbereich {
	width: 390px;
	float: left;
	margin-left: 20px;
	padding: 65px 50px 75px 40px;
}

#spalterechts {
	width: 405px;
	float: right;
	padding: 65px 55px 75px 40px;
}

#bilderuebersicht {
	background-color: #f1f1f1;
	width: 355px;
	text-align: left;
	padding: 10px 15px 10px 30px;
}

#bilderuebersicht .BildRahmen {
	padding-right: 15px;
	padding-bottom: 15px;
}

#bilderuebersicht p {
	text-align: left;
	font-size: 12px;
	color: #373737;
}
h1 {
	color: #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

p {
	color: #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	padding-bottom: 10px;
}

#inhaltsbereich ul {
	padding-bottom: 10px;
}

#inhaltsbereich li {
	color: #3C3C3C;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style: inherit;
	margin-left: 15px;
	padding-top: 3px;
}

/* ---------------------------------------------------------------

	Hauptinhalt
	
--------------------------------------------------------------- */

#nachoben {
	margin-top: 1em;
	font-size: 11px;
}

/* ---------------------------------------------------
   Spalte ganz rechts auf der Seite
   =================================================== 
#spalte_rechts {
	width: 180px;
	float: right;
	padding-right: 20px;
	font-size: 11px;
}
*/

/* ---------------------------------------------------
   Footer zuunterst auf der Seite
   =================================================== */
#footer {
	width: 960px;
	background: url(../images/design/footer.gif) repeat-x;
	height: 75px;
	line-height: 50px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEFEFE;
	margin: 0 auto;
}

#adresse {
	width: 700px;
	float: left;
	padding: 10px 0 0 23px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FEFEFE;
	margin: 0 auto;
}

#adresse a:link, #adresse a:visited {
	color: #FEFEFE;
	font-size: 11px;
	text-decoration: underline;
}

#adresse a:hover, #adresse a:active {
	color: #FEFEFE;
	font-size: 11px;
	text-decoration: none;

}


/* ---------------------------------------------------
   Webdesign OneByte zuunterst ausserhalb der Webpage
   =================================================== */
#copyright {
	float: right;
	padding-top: 40px;
}
#copyright a {
	text-decoration: none;
	color: #CACACA;
	font-size: 11px;
}
#copyright a:hover, #copyright a:active {
	text-decoration: underline;
	color: #373737;
}