/*Styles fuer Layout-Zwecke

verwendet für die Site camping-vossmecke.de
by visiontech 2

*/

#centerhelp {
	width: 980px;
	margin-top: -490px;
	margin-left: -490px;
	padding: 0px;
	top: 490px;
	left: 49%;
	position: absolute;
	background-color: #FFFFFF;
  }

/* #content: Hier setzen wir die Breite der Seite */

#content {  
	width: 980px;
	position: absolute;
	margin: 10px;
	background-color: #FFFFFF;
}
/*
#content,
#width {
  /* max-width hack fuer MS IE, zerhaut die CSS-Validierung ! */ 
 /* width: expression(document.body.clientWidth > 1300 ? "1300px" : "94%");  
  max-width: 1298px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 98-%;
  height: auto;
}

*/
/*#header: Enthaelt den Seiten-Titel und evt. ein Header-Kachel-Image, wenn benoetigt. */

#header {
	position: relative;
	background-color: #FFFFFF;
  
}

/* Positioniert den Seitentitel und den Subtitel */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  padding: 5px;
  text-align: right;
}


#header h1 {
  margin: 0;
  padding: 0;  
  font: 700 3em "trebuchet ms", serif;
  letter-spacing: -2px;
  text-transform: lowercase;
  color: #000;
}

#header h2 {
	position: absolute;
	top: 96px;
	right: 488px;
	margin: 0;
	padding: 0;
	font: 500 1.5em "trebuchet ms", serif;
	text-transform: lowercase;
	width: 324px;
	color: #FF0000;
}


/* Bestimmt wohin das Header-image gehen soll. 
Es koennen Grafiken im HTML eingefuegt werden, 
Ausrichtung dann links oder rechts per Klasse*/

#header img.left {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  }

#header img.right {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}


/*  #mainMenu: Das Hauptmenue unter dem Header-Bild, rechte Seite */

#mainMenu {
	float: left;
	border-bottom: 1px solid #000;
	color: #FFFFFF;
	text-align: left;
     height:25px;
     width: 100%;
     margin-bottom:1px;
	 background-color:#96C63E;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 3px 0.5em;
  font: 400 1.1em "verdana", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFFFFF;
}

#mainMenu li a:hover {
  color: #336600;
  background-color: #FFFFFF;
  }

/*die Klasse .hier fuer den gerade aktiven Seitenlink*/

#mainMenu li a.hier {
  color: #F8F8EC;
  background: #5C6070;
  }

#mainMenu li a.last {
  margin-right: 0;
}

/*Skip-Navigation fuer den Content, linke und rechte Spalte
normalerweise nicht sichtbar aus dem Viewport verschoben, 
bei Tabtasten-Druck erscheinen die Links, 
fuer Screenreader wird vorgelesen, da nicht auf unsichtbar gesetzt*/

.skip {
     position:absolute;
     left:-150px;top:-150px;
}

.skip li {
     font-size:0.8em;
     text-align:center;
     padding:0 5px;
}

/*bei on focus oder active des skip-Links sichtbar */

.skip li a:focus, .skip li a:active {
           position:absolute;
           top:300px;
           left:300px;
           white-space:nowrap;
           z-index:1; 
}

/* #trailerBild einstellen */

#trailerBild {
	padding-top:5px;
	}

/* leftMenu */
#leftMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color: #5C6070;
	padding: 10px 10px 5px 10px;
	vertical-align: top;
	margin-top:5px;
	margin-left:5px;
	margin-right:2px;
	text-align: left;
	width: 20%;
	}


/* #subMenu id fuer linke Navigationsleiste */

#subMenu ul {
	margin:0;
	padding:5px 5px;
	list-style: none;
}

#subMenu ul ul {
	padding-left:0px;
	}
#subMenu li {
	width: 95%;
	display: block;
	margin: 0;
	padding: 2px 0px;
	font:  1.0em "verdana", arial, helvetica, sans-serif;
	color: #000;
}

#subMenu li li {
	width: 100%;
	padding-left: 5px;
	background-color: #E6E6E6;
	}


#subMenu a {
	display:block;
	margin: 0;
	padding: 0;
	text-decoration:none;
	color:#5C6070;
    padding-left: 3px;
}

#subMenu ul li a:hover {
	color:#FFFFFF;
    background-color: #96C63E;
    border-left: 3px solid #5C6070;
}

#subMenu li a.hier {
  padding-left: 3px;
  color: #5C6070;
  border-left: 3px solid #5C6070;
  font-weight: bold;
  background-color: #E6E6E6;
}

/* suche konfigurieren */


/*Sprachmenue mit Background-Bildern auszeichnen */
.lang ul a {  
  margin:0;
  padding: 0;
  list-style: none;
  text-align:center;
  color: #FFCC66;
  font-weight: bold;
  text-decoration: none;
  width: 95%;  
  }

.lang ul li.german  {  
  padding-left: 25px;  
  display: inline;  
  background: url('../images/icons/flag_de.gif') no-repeat 3px 0px; 	
  }

.lang ul li.english  {
  padding-left: 25px;  
  display: inline;
  background: url('../images/icons/flag_uk.gif') no-repeat 3px 0px; 	
  }

/* .sideMenu: eine Menubar links, Listenelemente mit Klasse subLinks 
erhalten einen Pfeil-Button */

ul .sideMenu  {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Fake-Gif wird nur fuer IE gebraucht, da es dort nicht mit list-style: none; funktioniert*/   
  list-style-image: url('foo.gif');
  
  /*Schrift fuer die Links im sideMenu */
  font-style:normal; 
  font-variant:normal; 
  font-weight:400; 
  font-size:1.3em; 
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;      
  text-decoration: none;
  color: #FFCC66;
  } 

.sideMenu li a:hover {
  color: #FFCC66;
  background-color: #320000; /*zusaetzlicher Hover-Effekt*/
}

/* Active menu item */
.sideMenu li.subLinks {
  display: block;  
  padding: 5px;
  color: #FFCC66;
}

/* Submenu fuer active menu item */
.sideMenu li.subLinks ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.subLinks ul li a {
  padding-left: 35px;
  color: #000;  
  background: url('../images/bg/bullet.gif') no-repeat 10px 3px; 
  font-style:normal; 
  font-variant:normal; 
  font-weight:400; 
  font-size:0.55em; 
  font-family:verdana, arial, sans-serif
}

.sideMenu li.subLinks ul li a:hover {
  color: #FFCC66;
  background: #320000 url('../images/bg/bullet.gif') no-repeat 10px 2px;
}

/*  #page: enthaelt den Hauptpage content */

#page {
  float: left;
  width: 100%;
  clear: both;  
  padding-bottom: 1em;
}

/* # hauptInhalt style-definition */

#hauptInhalt{
	float:left;
	width: 51%;
	padding: 10px 10px 10px 10px;
	margin-top:5px;
	margin-left:5px;
	margin-right:2px;
  }

#hauptInhalt a img {
 border: 0;
 }
#hauptInhalt a:link{
	color: #5C6070;
}
#hauptInhalt a:hover{
	color: #FFFFFF;
	background-color: #96C63E;
}
#hauptInhalt a:visited{
	color: #5C6070;
}
#hauptInhalt a:active{
	color: #A5A6B5;
}

/* rechteSpalte */
#rechteSpalte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #A5A6B5;
	padding: 10px 10px 5px 10px;
	vertical-align: top;
	margin-top:5px;
	margin-left:5px;
	margin-right:2px;
	text-align: left;
	float: right;
	width: 20%;
	}

/* aktuelles auf der rechten Seite - permanent */

#aktuelles, #subMenu, #linkList, #leftSearch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #5C6070;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	border: 1px dotted #A5A6B5;
	text-align: left;
	margin-bottom:5px;
	}

#aktuelles a img {
 border: 0;
 }
	
#aktuelles A:link {
	color : #A5A6B5;
	font-size:0.9em;
	text-decoration: none;
	font-weight: bold;
                }
#aktuelles A:visited {
	color : #A5A6B5;
	font-size:0.9em;
	text-decoration: none;
	font-weight: bold;
                 }
#aktuelles A:hover {
	color : #FFFFFF;
	font-size:0.9em;
	background-color: #96C63E;
	font-weight: bold;
                                 }
#aktuelles A:active {
	color : #5C6070;
	font-size:0.9em;
	text-decoration: none;
                }

/* #linkList Einstellungen */

	
#linkList a img {
 border: 0;
 }

#linkList A:link {
	color : #FFCC66;
	font-size:0.9em;
	text-decoration: none;
	font-weight: bold;
                }
#linkList A:visited {
	color : #FFCC66;
	font-size:0.9em;
	text-decoration: none;
	font-weight: bold;
                 }
#linkList A:hover {
	color : #FFFFFF;
	font-size:0.9em;
	background-color: #330000;
	font-weight: bold;
                                 }
#linkList A:active {
	color : #FFCC66;
	font-size:0.9em;
	text-decoration: none;
                }
	
/* #sponsors #footer: Fusszeile, bleibt unten, auch wenn nicht genug Content da ist.*/

#sponsors{
   background-color:#336600;
   height:50px;
   margin-bottom:8px;
   }

#footer {
	float: left;
	width: 965px;
	border: 0;
	background-color: #336600;
	color: #FFFFFF;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:0px;
	padding-right:10px;
}

#footer a img {
 border: 0;
 }

#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC99;
}
#footer a:active {
	color: #FFFFFF;
}


#footer img {
   margin-left: 2em;
}

/* Bestimmt die Breite der footer-Zeile */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.9em;  
}

#width {
	vertical-align: bottom;
  }

/*  Breiten fuer die Spalten: etwas ungrade, damit IE und Mozilla ungefaehr gleich liegen */

.width100 {
  width: 100%;
}

.width75 {
  width: 74.7%;
}

.width50 {
  width: 49.7%;
}

.width25 {
  width: 24.7%;
}

.width60 {
  width: 57.7%;
}

.width33 {
  width: 32.7%;
}

.width20 {
  width: 19.7%;
}


/* Ausrichtungsklassen */

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

/* Bildergalerie config */

#singlePicPopUp{
	width: 520px;
	height: 20px;
	background-color: #FFFFFF;
	margin-top: -20px;
	text-align:center;
	background-image: url(../images/bg/siteBack.jpg);
	color:#FFFFFF;
   }
   

