/*BASICS*/
*{
padding: 0;
margin: 0;
}

html {height:100%}

body {
min-height: 101%;
font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
font-weight: normal;
line-height: 1.7em;
background: url(img/bg.gif) repeat-y center #eee;
}

#wrapper {
margin: 0 auto;
padding-bottom: 20px;
width: 900px;
font-size: 1.2em;
}

a:link {color: #56C127;}
a:visited {color: #56C127;}
a:hover {color: #FA6433;}
a:active {color: #FA6433;}

img {border: 0px;}

.clear {clear:both; height:0; line-height: 0px; visibility:hidden;}


/*HEADER*/
#logo {width: 320px; height: 130px; float: left;}

#anschrift{float: right; margin-top: 1em; margin-right: 1.5em; font-size: 0.9em;}

#navheader { clear: both; width: 900px; height: 300px; background: url(img/navheader_neu.jpg);}

#navheader2 { clear: both; width: 900px; height: 300px; background: url(img/navheader2.jpg);}

#navheader_produkte { clear: both; width: 900px; height: 300px; background: url(img/navheader_produkte.jpg);}

/*FONT*/
h1 {
display: block;
font-family: Verdana, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #222;
background: #FFEF3E;
text-align: center;
margin-bottom: 1em;
padding: 0.2em;
border-bottom: 2px solid #56C127;
}

h2{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 1em;
}

h4{
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
margin-bottom: 0.8em;
}

/*LAYOUT*/
p, address, ul {margin-bottom: 1.5em;}
address{font-size: 1.2em;}


#content{
width: 860px;
margin: 0 auto;
padding-top: 20px;
}

#content ul {padding-left: 2em; line-height: 1.5em;}

.leftcoloumn {
float:left;
width: 270px;
padding: 20px;

border: solid 0px black;
}

.leftservice {
float:left;
width: 260px;
padding: 20px;
padding-left: 0;

border: solid 0px black;
}

.leftservice img{border: solid 2px #56C127; padding: 2px; margin-bottom: 10px;}

.rightcoloumn {
float:right;
width: 426px;
padding: 20px 20px 20px 0;
border: solid 0px black;
}

.thumb {border: solid 2px #56C127; padding: 2px; margin-right: 10px;}

/* === NAVIGATION === */

#navlist { width: 200px; position: absolute; top: 176px;}

#navlist ul
{
margin-left: 0;
padding-left: 0;

font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
letter-spacing: 0.1em;
}

#navlist li {list-style-type: none;}

#navlist a
{
text-align: right;
display: block;
padding: 5px;
padding-right: 20px;
width: 160px;
background-color: transparent;
/* border-bottom: 1px solid #eee; */
}

#navlist a:link, #navlist a:visited
{
color: #1A370D;
text-decoration:none;
border-bottom: 1px solid #1A370D;
display: block;
}

#navlist a:hover
{
background-color: transparent;
color: #fff;
border-bottom: 1px solid #fff;
}

#navlist a:link#current, #navlist a:visited#current
{
background-color: transparent;
color: #fff;
border-bottom: 1px solid #fff;
}


#footer {clear: both; font-size: 18px; color:#555; margin: 7em 20px 0 20px; padding: 1em 0 0em 0; border-top: 1px #555 solid; line-height: 2em; text-align: center;}