

/* layout ------------------------------------------------------ */


body {
	background-color:#211d19;
	background-image: url('../img/bg/bg2.png');
	background-repeat:repeat-x;
	color:#666666
  }


#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #ffffff;
	border-top:0px #666666 solid;
	border-left:0px #666666 solid;
  border-right:0px #666666 solid;
	border-bottom:0px #666666 solid;
  margin-top:0px;
	margin-bottom:60px;
  padding-top:0px;
	}

#main_navi { 
  margin:0px; width:980px; 
  height:35px;
  z-index:1;
  border-top: 0px solid #FFFFFF;
  border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF;
  border-bottom: 0px solid #F0F0F0;
  background: url('../img/buttons/navbg.png') repeat-x;
  padding-top:0px;
  text-align:center
  }

#header {
	background: url('../img/banner/header.png') no-repeat;
  width:980px;
	height: 110px;
	border-left: 10px solid #FFFFFF;
  border-right: 10px solid #FFFFFF;
	margin-top:10px
	}

/* enthält content und infobox */
.contentframe {
  background-color:#FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}


/* hier sind die texte und die banner-box enthalten */
#content {
	width: 770px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
  border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	border-bottom:0px solid #000000;
	min-height:600px;	
}

/* in der infobox stehen news, wetter, liftampel und sponsoren*/
#infobox {
  background-color:#FFFFFF;
	width: 200px;
	min-height:600px;
  margin-top:0px;
	margin-left:790px;
	padding-left: 0px;
	padding-top:0px;
	text-align: left;
	border-top:0px solid #000000;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	border-bottom:0px solid #000000;
}

/* steht in der infobox */
#news {
	border:1px solid #999999; padding:10px; background:#EEEEEE url('../img/bg/newsbg.png') no-repeat 0% 50%; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:10px; background-color:#EEEEEE
}


/* steht in der infobox */
#wetter {
	border:1px solid #999999; background:#EEEEEE url('../img/bg/newsbg.png') no-repeat 0% 50%; padding-top:10px; padding-left:0px; padding-right:10px; padding-bottom:10px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:10px; background-color:#EEEEEE
}


/* ist in content enthalten */
#banner {
	float: left;	
	width:750px;
	height: 300px;
	margin-top: 0px;
	margin-left: 0px;
	border-left: 10px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;	
}

.shop {
margin-left:50px;
height:700px;
}


/* ist in content enthalten*/
.einspaltig {
  background-color:#ffffff;
	width: 700px;
	float: left;
	margin-top: 0px;
	margin-left: 50px;
}

.zweispaltig {
  background-color:#ffffff;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

/* ist von der box zweispaltig umgeben */
.links {
	width: 320px;
	float: left;
	margin-top: 0px;
	margin-left: 50px;
}

/* ist von der box zweispaltig umgeben */
.rechts {
	margin-left: 410px;
	width: 320px;
	margin-top: 0px;
}

.fixontop {
	margin-top: 0px;
}


.footer {
  padding-bottom: 10px;
  padding-left:50px;
  color:#992630;
}
  
/* #############################################################
   			start Text
############################################################# */


p, ul {
	text-align:left;
	font-family:Arial;
	font-size:10pt;
	font-weight:lighter;
	line-height: 18px;
	color:#666666;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	}


b, strong {
	text-align:left;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	line-height: 18px;
  	color:#666666;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;  
}

/* #############################################################
   			end Text
############################################################# */
 

   
/* ############################################################
			IMAGES Start
   ############################################################ */

.contentfoto {
	margin:0px;
	padding:0px;
	border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

/* ############################################################
			IMAGES Ende
   ############################################################ */   
   
   
/* ############################################################
			start NAVIGATION
   ############################################################ */


ul.dropdown
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

ul.dropdown * ul
{
  list-style: none;
  margin:0;
  padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	width:196px;
}

ul.dropdown li
{
    float:left;
}

ul.dropdown li * li
{
    border:0px;
    float:none;
    position: relative;
    background-color:#FFFFFF;
	  /* background-image: url(../img/buttons/dropdownbg.gif); */
    padding-left:20px;
    padding-top:5px;
    padding-bottom:5px;
    border-top:#000000 solid 0px;
    border-left:#999999 solid 1px;
    border-right:#999999 solid 1px;
    border-bottom:#999999 solid 1px;
}

ul.dropdown ul * ul
{
    left:196px;
    top:0;

}

ul.dropdown a
{
    display:block;

}

ul.dropdown ul * a
{
    height:100%;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
    display:none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
    display:block;
}


a:link {
	font-family:Arial;
	font-size : 10pt;
	font-weight:lighter;
	text-decoration:none;
	color:#992630;
	}


a:visited {
	font-family:Arial;
	font-size : 10pt;
	font-weight:lighter;
	text-decoration:none;
	color:#992630;
	}


a:hover {
	font-family:Arial;
	font-size : 10pt;
	font-weight:lighter;
	text-decoration:none;
	color:#992630;
	}


a:active {
	font-family:Arial;
	font-size : 10pt;
	font-weight:lighter;
	text-decoration:none;
	color:#992630;
	}

/* ############################################################
			NAVIGATION Ende
   ############################################################ */  
   
   
   
/* ############################################################
			TABLES Start
   ############################################################ */    
/*   
table {
	text-align:left;
	font-family:Arial;
	font-size:10pt;
	font-weight:lighter;
	line-height: 18px;
	margin-top:0px;
	margin-left:50px;
	margin-right:0px;
	margin-bottom:0px;
	border:#666666 1px solid;
}
*/


table {
border:1px solid #666666;
font-family:Arial;
font-size:10pt;
font-weight:lighter;
line-height:18px;
margin:0 0 0 10px;
text-align:left;
}



th {
background-color:#992630;
color:#FFFFFF;
text-align:center;
}


td {
padding-left:5px;
}
