@charset "utf-8";
/* CSS Document */

html, body
{
height:100%;
margin: 0;
padding: 0;
font: 13px arial, hevetica, sans-serif;
text-align: left;
color:#888888;
background-image:url(images/body.jpg);
background-repeat:repeat;
background-color:#ededed;
}

#container
{
margin: 0 auto 20px auto;
padding: 0 25px;
width: 950px;
height:1610px;
text-align: left;
background-color: #FFF;
}

#containerindex
{
margin: 0 auto 20px auto;
padding: 0 25px;
width: 950px;
height:1720px;
text-align: left;
background-color: #FFF;
}


#containerdruck
{
margin: 0 auto 20px auto;
padding: 0 25px;
width: 950px;
height:1710px;
text-align: left;
background-color: #FFF;
}

#containerunternehmen
{
margin: 0 auto 20px auto;
padding: 0 25px;
width: 950px;
height:1740px;
text-align: left;
background-color: #FFF;
}

#containergestaltung
{
margin: 0 auto 20px auto;
padding: 0 25px;
width: 950px;
height:1650px;
text-align: left;
background-color: #FFF;
}

#containerkontakt
{
margin: 0 auto 20px auto;
padding: 0 25px;
width: 950px;
height:1800px;
text-align: left;
background-color: #FFF;
}

#containerverteilgebiete
{
margin: 0 auto 20px auto;
padding: 0 25px;
width: 950px;
height:2180px;
text-align: left;
background-color: #FFF;
}


/* ----------------- footer top ----------------*/

#footertop
{
margin:0;
height: 5px;
width:auto;
background-color: #42b7f9;
}


/* ----------------- Adresstop ----------------*/

#adresstop
{
font-size:9px;
text-align: right;
}

/* ----------------- logo ----------------*/




/* ----------------- Navigation ----------------*/

#nav
{
float: left;
width: 940px;
height: 33px;
padding: 0 10px 0px 0;
font-size: 13px;
background-image:url(images/navbackground.png);
background-position:right;
background-repeat:no-repeat;
}

#nav ul 
{ 
float:right;
list-style-type: none; }

#nav li { display: inline; }

#nav li a:link ,
#nav li a:visited 
{ 
padding: 8px 15px 4px 15px; 
color: #ffffff;
text-shadow: 1px 1px #09F;
text-decoration:none;
}

#nav li a:hover, a:active
{
background-color:#6cdafd;
text-decoration:none;
}




/* ----------------- Link ----------------*/

#more a:link, a:visited 
{
font-size:11px;
color: #888888;
text-decoration:none;
}

/* ----------------- Mainheader ----------------*/

#mainheader
{
float:left;
}


#mainheadershadow
{
float:left;
width:950px;
height:20px;
background-image:url(images/mainheadershadow.png);
background-position:center;
background-repeat:no-repeat;
}


/* ----------------- Line ----------------*/

#line
{
float:left;
width:950px;
height:2px;
padding:10px 0;
background-image:url(images/line.png);
background-position: center;
background-repeat:no-repeat;
}

#liney
{
float:left;
width:2px;
height:175px;
margin: 15px 13px 0 13px;
background-image:url(images/liney.png);
background-position: center;
background-repeat:no-repeat;
}




/* ----------------- Contentlogo ----------------*/

#contenticon
{
float:left;
width:200px;
height:200px;
padding: 10px 49px;
}


/* ----------------- Contenttext ----------------*/

#contenttext
{
float:left;
width:624px;
height:220;
padding-left: 28px;
}


/* ----------------- Schrift ----------------*/

h1
{
font-size:16px;
color:#555555;
}

.footer
{
font-size:12px;
}

p.blue
{
color:#82d2ff;
}







/* ----------------- ContentSmall ----------------*/


#contentonethree
{
float:left;
width:950px;
height:298px;
margin:15px 0;
}



#contentone
{
float:left;
width:278px;
height:158px;
padding:110px 10px 0px 10px;
background-image:url(images/contentonebackground.png);
background-position:top;
background-repeat:no-repeat;
}

#contenttwo
{
float:left;
width:278px;
height:158px;
margin: 0 28px ;
padding:110px 10px 0px 10px;
background-image:url(images/contenttwobackground.png);
background-position:top;
background-repeat:no-repeat;
}

#contentthree
{
float:left;
width:278px;
height:158px;
padding:110px 10px 0px 10px;
background-image:url(images/contentthreebackground.png);
background-position:top;
background-repeat:no-repeat;
}



#contentfoursix
{
float:left;
width:950px;
height:295px;
margin:15px 0;
}



#contentfour
{
float:left;
width:278px;
height:158px;
padding:110px 10px 0px 10px;
background-image:url(images/contentfourbackground.png);
background-position:top;
background-repeat:no-repeat;
}

#contentfive
{
float:left;
width:278px;
height:158px;
margin: 0 28px ;
padding:110px 10px 0px 10px;
background-image:url(images/contentfivebackground.png);
background-position:top;
background-repeat:no-repeat;
}

#contentsix
{
float:left;
width:278px;
height:158px;
padding:110px 10px 0px 10px;
background-image:url(images/contentsixbackground.png);
background-position:top;
background-repeat:no-repeat;
}



#contentshadow
{
width:298px;
height:15px;
margin-top:15px;
background-image: url(images/contentshadow.png);
background-position:center;
background-repeat:no-repeat;
}


/* ----------------- Footer ----------------*/


#footer
{
float:left;
height:150px;
}


#footermenu
{
float:left;
width:119px;
}

#footermenut
{
float:left;
width:149px;
padding-top:32px;
padding-right: 30px;
}

#footerfollow
{
float:left;
width:298px;
}

#footerkontakt
{
float:left;
width:298px;
}


#footer ul
{
list-style-type: none; 
font-size: 11px;
}

#footer li 
{ 
padding: 1px;
}

#footer li a:link ,
#footer li a:visited 
{ 
color: #888888;
text-decoration:none; 
}

#footer li a:hover,
{
font-weight:bold;
}

/* ----------------- Impressum ----------------*/



/* ----------------- AGB ----------------*/



