/*
 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: 12px;
}
html[xmlns^="http"] {	/* verhindert Mozilla-Zucken * > Firefox 1.5  */
	overflow-y: scroll;
}
html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	width: 100%;
	background: #fff;
	color: #003466;
}
#webcontainer {
	/* position: relative; needed for footer positioning*/
	margin: 20px auto 0 auto; /* center, not in IE5 */
	width: 960px;
	background: white;
	height: auto !important; /* real browsers */
	height: 500px; /* IE6: treated as min-height*/
	min-height: 500px; /* real browsers */
}

.clearer { /* ACHTUNG: IE8 macht mit <br class=clearer> 1px Abstand - Lösung: <span class="clearer" /></span> */
	clear: both;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* ---------------------------------------------------
   Header zuoberst auf der Seite
   =================================================== */
#header { 
	background: #fff url(../images/design/bg_header.jpg) repeat-x;
	height: 115px;
	width: 960px;
}
#logo {
	float: left;
	background: url(../images/design/bg_logo.png) no-repeat;
	width: 700px;
	height: 115px;
	padding: 40px 0 0 0;
}

#logo_f {
	float: left;
	background: url(../images/design/bg_logo_fr.png) no-repeat;
	width: 700px;
	height: 115px;
	padding: 40px 0 0 0;
}

#abholdienst {
	float: left;
	text-align: right;
	width: 245px;
	height: 65px;
	padding: 50px 15px 0 0;
}


#logo p {
	text-align: left;
	padding-left: 270px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 42px;
	font-style:italic;
	vertical-align:top;
}

 #logo_f p {
	text-align: left;
	padding-left: 300px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 42px;
	font-style:italic;
	vertical-align:top;
}




/* ---------------------------------------------------
   Hauptnavigation
   =================================================== */
#mainnavi {
	border-left: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	border-bottom: #cacaca 1px solid;
	padding: 5px 0 12px 0;
	width: 163px;
	
}
#mainnavi ul {
	text-align: left;
}
#mainnavi li {

	list-style: none;
	height: 20px;
	line-height: 20px;
}
#mainnavi li a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
	padding: 0 0 0 12px;
}
#mainnavi li a:hover, #mainnavi li a.aktiv, #mainnavi a:active {
	text-decoration: none;
	background: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* ---------------------------------------------------
   Subnavigation
   =================================================== */
#subnavi {
	border-left: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	border-bottom: #cacaca 1px solid;
	padding: 5px 0 12px 0;
	width: 163px;
}
#subnavi ul {
	text-align: left;
}
#subnavi ul li {
	list-style: none;
	line-height: 20px;
}
#subnavi ul a, #subnavi ul a:visited {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757575;
	padding: 0 0 0 12px;
}
#subnavi ul a:hover, #subnavi ul a:active, #subnavi ul a.aktiv {
	text-decoration: none;
	background: #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/* ---------------------------------------------------
   Sub-Sub Navigation
   =================================================== */
#subnavi ul ul a, #subnavi ul ul a:visited {
	padding-left: 30px;
}
#subnavi ul ul a:hover, #subnavi ul ul a:active, #subnavi ul ul a.aktiv {
	color: #000;
	padding-left: 30px;
}


/* ---------------------------------------------------
   Fussnavigation
   =================================================== */

#fussnavi {
	padding: 17px 0 0 0;
	color: #fff;
}


#fussnavi a:link, #fussnavi a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0 12px 0 12px;
}

#fussnavi a:hover, #fussnavi a.aktiv {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 0 12px 0 12px;
}



 
/* ---------------------------------------------------
   News Startseite
   =================================================== */
#newsuebersicht {
	border-left: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	border-bottom: #cacaca 1px solid;
	padding: 12px 0 12px 12px;
}

 

 
/* ---------------------------------------------------
   Main
   =================================================== */
#stimmungsbild {
	width: 938px;
	height: 193px;
	margin: 0 auto;
}
#content {
	width: 960px;
	margin: 0 auto 30px 0;
	overflow: hidden;
	background: #fff;
	min-height: 440px; 
	height: auto !important; 
	height: 440px;
}
/**+html #content {
	width: 919px;
	margin: 0 auto;
	padding: 0 13px 60px 6px;
}*/
#inhaltStart {
	height: auto !important; /* real browsers */
	height: 440px; /* IE6: treated as min-height*/
	min-height: 440px; /* real browsers */
	padding-bottom: 20px;
}
#inhaltNews {
	float: left;
	width: 380px;
	padding-top: 45px;
	padding-left: 55px;
}

#spalteLinks_start {
	background: url(../images/design/bg_mainnavi.gif) repeat-x top;
	padding: 0 0 30px 0;
	float: left;
	width: 165px;
}

#spalteLinks {
	background: url(../images/design/bg_mainnavi_filiale.gif) repeat-x top;
	padding: 0 0 30px 0;
	float: left;
	width: 165px;
}

#spalteRechts_start {
	background: url(../images/design/bg_mainnavi.gif) repeat-x top;
	padding: 0 0 30px 0;
/*	margin-top: 25px;*/
	float: left;
	width: 210px;
	}

#spalteRechts {
	background: url(../images/design/bg_mainnavi_filiale.gif) repeat-x top;
	padding: 0 0 30px 0;
	float: left;
	width: 210px;
	}

.abstand td {
	padding: 5px;
}


.titel_start {
	padding: 7px 0 8px 12px;
	height: 12px;
	color: #fff;
	font-weight: bold;
}

.titel {
	padding: 7px 0 8px 12px;
	height: 12px;
	color: #003466;
	font-weight: bold;
}


#inhaltsbereich {
	background: url(../images/design/bg_mainnavi.gif) repeat-x top;
	float: left;
	width: 525px;
	margin: 0 30px 30px 30px;
	overflow: hidden;
}


#inhalt {
	width: 499px;
	float: left;
	border-left: #cacaca 1px solid;
	border-right: #cacaca 1px solid;
	border-bottom: #cacaca 1px solid;
	padding: 7px 12px 8px 12px;
}


#inhaltsbereich_start {
	background: url(../images/design/bg_mainnavi_filiale.gif) repeat-x top;
	float: left;
	width: 525px;
	margin: 0 30px;
	overflow: hidden;
}

#inhaltsbereich_start_index {
	float: left;
	width: 525px;
	padding: 0 30px;
	overflow: hidden;
}

#inhaltsbereich a, #inhaltsbereich_start a, #inhaltsbereich a:visited, #inhaltsbereich_start a:visited, #text a, #text a:visited {
	color: #757575;
	text-decoration: none;
	cursor: pointer;
}

#inhaltsbereich a:hover, #text a:hover, #box1 a:hover {
	color: #757575;
	text-decoration: underline;
	cursor: pointer;
}

.bottom_boxes{
	position: absolute;	
}

.bottom_boxes a:link {
	text-decoration:none;
}

#box1 {
	width: 133px;
	height: 108px;
	border: #cacaca 1px solid;
	float: left;
	padding: 10px 15px;
	color: #4c4c4c;
	font-size: 12px;
	line-height: 15px;
	background: #FFFFFF url(../images/warenabholung.jpg) bottom right no-repeat;
	cursor: pointer;
	}
	
.box2 {
	width: 163px;
	height: 128px;
	border: #cacaca 1px solid;
	float: left;
	margin-left: 14px;
	color: #4c4c4c;
	font-size: 12px;
	cursor: pointer;
	}


	
#box_re {
	position:absolute;
	width: 133px;
	height: 108px;
	border: #cacaca 1px solid;
	color: #4c4c4c;
	font-size: 12px;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 50;
	left:536px;
	}

	
.box_re a:link, .box_re a:visited  {
	color: #757575;
	text-decoration: none;
	}

.box_re a:hover, .box_re a:active  {
	color: #757575;
	text-decoration: underline;
	font-weight: normal;
	}

#bild {
	float: left;
	width: 62px;
}

#text {
	width: 87px;
	padding: 10px 7px;
	line-height: 15px;
	float: right;
}

.daten td {
	height: 18px;
	line-height: 18px;
}

/* ---------------------------------------------------
   Standort
   =================================================== */
#standort_li {
	float: left;
	width: 159px;
	line-height: 18px;
}

#standort_re {
	float: right;
	width: 340px;
/*	text-align: center;*/
}

/* ---------------------------------------------------
   2 Spalten
   =================================================== */
   
.links {
	float: left;
	width: 250px;
	padding: 12px;

}


.rechts {
	float: right;
	width: 213px;
	padding: 12px 12px 12px 0;

} 


/* ---------------------------------------------------
   Partner
   =================================================== */
#partnerbereich {
	padding: 12px 12px 24px 12px;
}   

.partner td {
	vertical-align: top;
	padding-bottom: 5px;
}

.name {
	font-weight: bold;
}


/* ---------------------------------------------------
   Formatierung Text
   =================================================== */
   
hr {
	color: #cacaca;
	background-color: #cacaca;
	margin: 12px 0;
}

.center {
	text-align: center;
}

.grau {
	color: #757575;
	text-decoration: none;
}


#inhaltsbereich_start h1 {
	color: #003466;
	padding: 7px 0 6px 12px;
	height: 14px;
/*	padding: 0 0 8px 0;
	height: 12px;*/
	font-size: 13px;	
}
 
   
h1 {
	color: #fff;
	padding: 7px 0 6px 12px;
	height: 14px;
	font-size: 13px;
}   


h2 {
	padding: 10px 0 5px 0;
	height: 14px;
	font-size: 13px;
	text-align: left;
}
h2.size2{
	font-size:17px;
}
#inhalt p {
	padding: 10px 0 5px 0;
}
   
.inhalt {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

#inhalt p.inhalt_ohneabstand {
	padding: 0 0 6px 10px;
	margin: 0 0 0 0;
}


.open td {
	height: 18px;
}

.open table {
	padding-bottom: 5px;
}

.rot {
	color: #ff0000;
}

.kursiv  {
	font-style: italic;
}


/* ---------------------------------------------------
   Footer zuunterst auf der Seite
   =================================================== */
#footerbanner{
	margin: 0 0 12px 15px;
	}

	 
#footer {
	clear: both;
	position: absolute;
	width: 960px;
	height: 39px;
	/*bottom: 0;  stick to bottom */
	background: #fff url(../images/design/bg_footer.gif) 0 100% repeat-x;
}
#footerinhalt {
	background: url(../images/design/footer_gvw.jpg) no-repeat;
	width: 940px;
	margin: 0 auto;
	height: 85px;
	padding: 0 10px;
}
#copyright {
	float: left;
	width: 400px;
	color: white;
	font-size: 11px;
	padding-top: 3em;
	padding-bottom: 1em;
	padding-left: 10px;
}
#mitgliedersuche form {
	float: right;
	width: 400px;
	color: white;
	text-align: right;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 1em;
	padding-right: 10px;
}
#mitgliedersuche input.textsuche {
	padding-top: 5px;
	height: 14px;
	background-color: #CCC;
	border: 1px solid #3d3d3d;
}
#mitgliedersuche input.button {
	position: relative;
	bottom: -2px;
}
#onebyte {
	clear: both;
	float: right;
	width: 200px;
	margin-top: 5px;
	text-align: right;
}
#onebyte a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#onebyte a:hover {
	text-decoration: underline;
}
