body {
	background: #eef2f8 url(img/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: 12px Arial, sans-serif;
}

a {
	color: #1b5ea5;
	text-decoration: none;
}

a:hover {
	color: #111;
}

p {
	color: #777;
	line-height: 16px;
}


h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
}


h2 {
	font-size: 20px;
}



div#page {
	margin: 0 auto;
	width: 920px;
	height: 100%;
}


/* ------------------ Box ------------------ */

div#box {
	float: left;
	margin-top: 40px;
}

div#box .top {
	background: transparent url(img/box_bg_top.png) no-repeat;
	width: 920px;
	height: 20px;
}

div#box .inner {
	background: transparent url(img/box_bg.png) repeat-y;
	width: 900px;
	padding: 0 10px;
	min-height: 400px;
	float: left;
}

div#box .bottom {
	background: transparent url(img/box_bg_bottom.png) no-repeat;
	width: 920px;
	height: 50px;
	float: left;
}

div#head {
	background: #fff url(img/head_bg.png) repeat-x bottom;
	width: 898px;
	height: 50px;
	float: left;
	margin-left: 1px;
}


/* ------------------ Header ------------------ */

div#head a.logo {
	color: #111;
	font-size: 20px;
	border-bottom: 1px solid #dbe5ef;
	padding-bottom: 7px;
	margin: 3px 0 0 30px;
	float: left;
}



/* ------------------ Navigation ------------------ */


.clear {clear:both} 
#nav1 {
    margin:0; 
    padding:0; 
    list-style:none;
    float: right;
    margin: 6px 30px 0 0;
}   
     
    #nav1 li {
        float:left; 
        display:block; 
        position:relative;
        z-index:500; 
        margin:0 1px;
    }
         
    #nav1 li a {
        display:block; 
        padding:8px 5px 0 5px; 
        font-weight:normal;  
        height:36px; 
        text-decoration:none; 
        text-align:left; 
        color:#1b5ea5;
        margin-left: 35px;
    }
 
    #nav1 li a:hover {
        color:#111;
    }
     
    #nav1 a.rex-current {
        color:#111;
        font-weight: bold;
    }
  #nav1 a.rex-active {
        color:#111;
        font-weight: bold;
    }    
        ul#nav2  {
            min-width:120px; 
            position:absolute; 
            left:0; 
            display:none; 
            margin:0 0 0 -1px; 
            padding:0; 
            list-style:none;
        	margin-left: 35px;
        }
         
        ul#nav2 li {
            width: 100%;
            float:left; 
            white-space: nowrap;
            border-bottom:1px solid #dbe5ef;
            background: #fff;     
			filter:alpha(opacity=90);
			-moz-opacity:0.9;
			-khtml-opacity: 0.9;
			opacity: 0.9;
        }
        
        ul#nav2 li:hover {
            background: #1b5ea5;
            color: #fff:   
        }
        
        ul#nav2 li a:hover {
            color: #fff;     
        }
         
        ul#nav2 a {
            display:block;  
            height:15px;
            padding: 8px 5px; 
       		margin-left: 0;
        }
         
*html ul#nav2 {
    margin:0 0 0 -2px;
}



/* ------------------ Eyecatcher ------------------ */


div#eyecatch .image {
	background: url(img/image.png) no-repeat;
	width: 473px;
	height: 200px;
	float: left;
}

div#eyecatch .headline {
	background: url(img/headline.png) no-repeat;
	width: 360px;
	height: 140px;
	float: left;
	padding: 25px 30px 35px 37px;
}


/* ------------------ Produkte ------------------ */


div#content {
	width: 840px;
	margin: 20px 30px 0 30px;
	float: left;
}

div#content h2 {
	width: 840px;
	float: left;
	border-bottom: 1px solid #dbe5ef;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}



/* ------------------ Produkte ------------------ */


div#produkte {
	background: url(img/produkte_bg.png) no-repeat center;
	width: 840px;
	float: left;
}


div#produkte a.adressbase {
	background: url(img/adressbase_logo.png) no-repeat;
	width: 131px;
	height: 26px;
	float: right;
	margin-top: -45px;
}


div#produkte .produkt {
	width: 210px;
	float: left;
	text-align: center;
	margin-top: 20px;
}

div#produkte .produkt a.produktbox {
	width: 131px;
	height: 138px;
	float: left;
	margin-left: 40px;
}

div#produkte .produkt a.produktbox img {
	border: none;	
}

div#produkte .produkt a.produktbox img:hover {
	margin-top: 5px;
}

div#produkte .produkt a.produktname {
	font-size: 16px;
}

div#produkte .produkt p.preis {
	font-size: 14px;
	color: #111;
	margin: 8px 0 0 0;
}

div#produkte .produkt p.mwst {
	font-size: 10px;
	color: #777;
	margin: 0;
}




/* ------------------ Infotexte ------------------ */


div#infotext {
	width: 840px;
	float: left;
	margin-top: 30px;
}

div#infotext .text {
	width: 400px;
	float: left;
}

div#infotext .text p {
	margin-top: 0;
}

div#infotext .text.left {
	margin-right: 40px;
}

div#infotext .text.right {
}






/* ------------------ Footer ------------------ */

div#footer {
	width: 840px;
	float: left;
	margin: 5px 0 0 40px;
	padding-bottom: 20px;
	
}

div#footer ul.footnav {
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
}

div#footer ul.footnav li {
	display: inline;
	list-style: none;
}

div#footer ul.footnav li a {
	color: #777;
	margin-right: 30px;
}

div#footer ul.footnav li a:hover {
	color: #111;
}

div#footer .copy {
	float: right;
	color: #777;
}





lar Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}


/* Was passiert wenn auf das Label geklickt wird? 
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}

*/

.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px dotted #600;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
	background-color: #F7FAFA;
	padding: 5px;
	font-family: Arial;
	font-size: 14px;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #F7FAFA;
	border: 1px solid #666;
	padding-left: 4px;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000;
	background-color: #FFF;
	color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}



/* Label */
.formgen label {
	width: 170px;
	clear: left;
	float: left;
	height: 25px;
	font-weight: bold;
	color: #000;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 250px;
	background-color: #FCFCFC;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 113px;
	text-align: center;
	float: left;
	color: #000;
	font-weight: bold;
	margin-left: 169px;
	background-image: url(img/btn_absenden.gif);
	background-repeat: no-repeat;
	height: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Sende-Button */
.formgen .formsubmit:hover
{
	width: 113px;
	text-align: center;
	float: left;
	color: #000;
	font-weight: bold;
	margin-left: 169px;
	background-image: url(img/btn_absenden-ho.gif);
	background-repeat: no-repeat;
	height: 26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #16A20B;
	font-weight: bold;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #600;
	font-weight: bold;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */



