

/************************************************************************************/
/* Generelle HTML Tags */

html, body
{
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
background-color: #fff;
background-image:url(../images/bg_layout.gif);
background-repeat: repeat-y;
background-position: top center; 
}

body {
text-align: center;
}

/********** IE 6 PNG FIX */
.pngfix { behavior: url(../scripts/iepngfix.htc) }



/************************************************************************************/
/* Div Layout    border: 1px solid #000; */

#divLayout
{
text-align: left;
padding: 0px;
width: 990px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
min-height: 100%;
position: relative;
display: inline-block;
}


/* IE6 Hack */
* html #divLayout
{
height: 100%;
}

/************************************************************************************/
/* Div Header  border: 1px solid #333; */

#divHeader
{
height: 283px;
width: 100%;
padding: 0px;
margin: 0px;
/* border: 1px solid #333;
background-color: #fff;*/
background-image:url(../images/bg_header.gif);
background-repeat: repeat-x;
}



/************************************************************************************/
/* Div Content    background-color: #CCC;   */

#divContent
{
width: 100%;
margin: 0;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 40px;
padding-left: 0px;
float: left;
position: relative;
}



/************************************************************************************/
/* Div Foot     border: 1px solid #000;    */


#divFoot
{
background-color: #F6F6F6;
padding: 0px;
height: 40px;
width: 990px;
position: absolute;
bottom: 0px;
left: 0px;
/*margin: -40px auto 0 auto;
background-image:url(../images/bg_foot.png); 
background-repeat: repeat-x;*/
}

/* IE6 Hack */
* html #divFoot
{
margin-top: -40px;
}




/************************************************************************************/
/* Header Divs   background-color: #FFF; transparent   */

#HeaderdivPic {
z-index: 20;
position: absolute; 
margin-top: 77px; 
margin-left: 180px; 
padding: 0px; 
width: 410px; 
height: 200px; 
background-color: transparent;
}

#HeaderdivSlogan {
z-index: 20;
position: absolute; 
margin-top: 277px; 
margin-left: 180px; 
padding: 0px; 
width: 410px; 
height: 75px; 
background-color: #7AB800;
}

#HeaderdivLogoSlogan {
position: absolute; 
margin-top: 32px; 
margin-left: 24px;
z-index: 100;

}

#HeaderdivLogo {
position: absolute; 
right: 50px;
margin-top: 14px; 
}

#HeaderdivSprache {
position: absolute; 
right: 20px;
top: 80px;
z-index: 99;
}

#HeaderdivSprache a{
color: #5F6D78;
}

#HeaderdivSprache a.active{
color: #7AB800;
}

#HeaderdivSprache a:hover{
color: #7AB800;
background-color: transparent;
}

/************************************************************************************/
/* Content Divs   background-color: #FFF; transparent   */

#ContentdivNav {
position: relative;
padding-left: 15px;
padding-top: 9px;
margin: 0px;
width: 165px;
float: left;
}

/* org breite 410px */
#ContentdivCenter {
position: relative;
margin-top: 75px;
padding: 9px 15px 15px 15px;
width: 380px;
min-height: 350px;
float: left;
}

/* org breite 400px */
#ContentdivRight {
position: relative;
margin: 0px;
padding: 0px 15px 15px 15px; /* 0px oben (boxen) */
width: 370px;
float: left;
}



/************************************************************************************/
/* Foot Divs   background-color: #FFF; transparent   */

#FootdivShadow {
top: -6px; 
position: absolute; 
padding: 0px; 
margin: 0px;
}

#FootdivAdresse {
position: absolute; 
width: 100%;
margin: 0px;
padding-top: 14px; 
padding-left: 15px;
}

/************************************************************************************/
/* logout Box  */

#divLogout {
	position: absolute;
	top: 7px;
	right: 15px;
}

.shop {
	padding: 30px 0 0 37px;	
}




