body{
	width:975px;
}
.hide {
	display: none;
}
/* ################################### */
/* # Beginn Layout Header                                                        # */
/* ################################### */

#headerbg {
	background: transparent url("../img/Hintergrund/Hintergrund_Header.gif") repeat-x scroll 0px 147px;
	z-index: 100;
	height: 170px;
}
/* Schiebt die Logos 1 und 2 nach links */
#header #logo,
#header #logo2 {
	float: left;
	height: 170px;
	margin-top:10px;
}
/* Schiebt das Logo 1 wieder nach rechts */
#header #logo {
	z-index: 2;
	float: right;
	position: absolute;
	left: 20px;
}
#logo{
	margin-left:335px;
}
#logo img{
height: 135px;
}
/* ################################### */
/* # Ende Layout Header                                                           # */
/* ################################### */

/* ################################### */
/* # Beginn Layout Navigation                                                   # */
/* ################################### */
#navigation {
	background: transparent url("../img/Hintergrund/Hintergrund_navi.gif") repeat-x  ;
	background-color: #238f37;
	width: 200px;
	position:absolute;
	top: 200px;
	padding-top:20px;
	padding-bottom:20px;
}
#hauptnavigation {
	background-color: #77C673;
	width:170px;
	margin-left:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E3192;
	font-size: 1em;
}

#hauptnavigation ul, #hauptnavigation ul li {
	margin-left:0px;
	padding: 0;
	list-style: none;
}

#hauptnavigation a {
	text-decoration: none;
	display: block;
	color: #2E3192;
}

 * html #hauptnavigation a {
	width: 100%;
}

#hauptnavigation ul li {
	border-bottom: 4px solid #A9B0D7;
	font-weight: bold;
}

 * html #hauptnavigation ul li {
	height: 1em;
}

#hauptnavigation ul li a {
	padding: 6px;
}
#hauptnavigation ul li ul li{
	border-bottom: 0px solid #111111;
	font-weight:lighter;

}
#hauptnavigation ul li ul li a {
	text-decoration: none;
	display: block;
	color: #111111;
	font-size: 0.8em;
	margin-left:10px;


}
/* ################################### */
/* # Ende Layount Navigation                                                    # */
/* ################################### */

/* ################################### */
/* # Beginn Layout Inhalt                                                         # */
/* ################################### */
#hilfscontainer{
	min-height:530px;
}
#main {
	background: transparent url("../img/Hintergrund/Hintergrund_Hauptfenster.gif") repeat-x  ;
	background-color: #90ee90;
	z-index: 3;
	width: 750px;
	position:relative;
	margin-top: 20px;
	margin-left:215px;
	padding-top:25px;
	padding-right:10px;
	padding-bottom:20px;
}
#main h1, #main h2, #main h3, #main h4{
	margin: 0px 10px 5px 10px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 33px;
	color: #555555;
	font-weight: bold;
}
#main h2, #main h3, #main h4 {
	font-weight: normal;
	margin-top: .5em;
	font-family: Arial;
	font-size: 18px;
}
#main p{
font-family: 'Arial Narrow', Arial, sans-serif;
	margin-left: 10px;
	font-style: normal;
	font-size: 15px;
}
#main td{
vertical-align:top;
}
.produktbeschreibung{
	width:530px;
}
.produktbeschreibung td.h3{
	font-size:10px;
}
.produkt{
	background-color:#f0f0f0;
	width:700px;
	margin:10px auto;
	border-spacing:0pt;
	border:1px solid #000;
	color:#000;
	font-size:15px;
	line-height:1.3em;
}
.produktbild2{
	width:150px;
	position:relative;
	margin-top:5px;
	margin-right:5px;
}
.produktbild3{
	width:150px;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}
.produktbild4{
	width:400px;
	position:relative;
	margin:20px;
}
.verkaeufer{
	width:700px;
	margin-left:15px;
}
.header_verkaeufer{
	width:190px;
}
.verkaeufer_logo{
	width:180px;
	position:relative;
	margin-top:5px;
	margin-right:5px;
}
.daten_verkauefer{
	width:510px;
	margin-left:15px;
}
.linkesBild{
	width:360px;
	position:relative;
	margin-top:5px;
	margin-right:15px;
	margin-left:15px;
	float:left;
}
.linkesBild_klein{
	width:180px;
	position:relative;
	margin-top:5px;
	margin-right:15px;
/* 	margin-left:15px; */
	float:left;
}.linkesBild_sehrklein{
	width:150px;
	position:relative;
	margin-top:5px;
	margin-right:15px;
/* 	margin-left:15px; */
	float:left;
}
.rechtesBild{
	width:360px;
	position:relative;
	margin-top:5px;
	margin-right:15px;
	margin-left:15px;
	float:right;
}
.rechtesBild_mittel{
	width:290px;
	position:relative;
	margin-top:5px;
	margin-right:15px;
	margin-left:15px;
	float:right;
}
.rechtesBild_klein{
	width:180px;
	position:relative;
	margin-top:5px;
	margin-right:15px;
	margin-left:15px;
	float:right;
}
.rechtesBild_sehrklein{
	width:150px;
	position:relative;
	margin-top:5px;
	margin-right:15px;
	margin-left:15px;
	float:right;
}
.vollbild{
	width:730px;
	position:relative;
	margin-top:5px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:0px;
}
.vk_bild_klein{
	width:150px;
	position:relative;
}
}
.vk_text{
	width:500px;
}

/* ################################### */
/* # Ende Layout Inhalt                                                            # */
/* ################################### */

/* ################################### */
/* # Beginn Layout Footer                                                         # */
/* ################################### */
#footer{
	position:relative;
	top: 15px;
	min-height:40px;
	border-top:1px dashed #AAAAAA;
	padding: 0px;
	text-align: center;
	font-size: 14px;
}
#footer a {
	margin:20px;
	border-bottom: 1px dashed #AAAAAA;
	color: #AAAAAA;
}
/* ################################### */
/* # Ende Layout Footer                                                            # */
/* ################################### */

/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 120;
BORDER: 1 solid #000000;
PADDING: 3px;
MARGIN: 1Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #ffffff;
BACKGROUND-COLOR: ##77C673;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
COLOR: #3366ff;
BACKGROUND-COLOR: #FFFFFF;
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 120;
BORDER: 1 solid #FF0000;
PADDING: 3px;
MARGIN: 1Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
TEXT-ALIGN: left;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 120;
BORDER: 1 solid #3366ff;
PADDING: 3px;
MARGIN: 1Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
TEXT-ALIGN: right;
COLOR: #ffffff;
BACKGROUND-COLOR: ##77C681;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
COLOR: #3366ff;
BACKGROUND-COLOR: #FFFFFF;
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 120;
BORDER: 1 solid #FF0000;
PADDING: 3px;
MARGIN: 1Px;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
TEXT-ALIGN: right;
COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
}

