 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 4px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -4px 0px 0px 0px; }
.borderBR { margin: -4px 0px 0px 0px; }

/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.roundcontent {
    margin: 0px;
    padding: 0px;
    border: 1px solid #E8800B;
	background-color: #F1AB4E;
		
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
	width: 160px;
	
}

.contentWrapperMain {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;


}

.roundcontentMain {
    margin: 0px;
    padding: 0px;
	margin-top: 5px;
    border: 1px solid #E8800B;
	background-color: #F1AB4E;
	background-color: #FFFFE8;	
		background-image:url(../images/ehbimg/roundtop.gif);
	background-repeat: repeat-x;
	background-position: top;

}



/* Richtet die Seite ohne Ränder und zentriert aus */
body {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	text-align: center;	
	text-align: left;
	background-image:url(../images/ehbimg/mainbg.gif);
	background-repeat:repeat-x;
	background-color:#F4F5E9;

}

.clear {
clear: left;
line-height: 0px;
}

#topabstand {
height: 20px;
}
/* Legt die Breite und innere Ausrichtung des gesamten Inhalts fest*/
#hilfsebene {

	position: relative;
	text-align: left;

	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#contentbody {

width:835px;


}

#loginbox {
padding-left: 10px;
padding-bottom: 10px;
}

#loginbox form {
margin: auto;
padding-top: 4px;
}

#loginbox input {
border-width:1px;
background-color:#FFFFFF;
border-color: #990000;
border-style:solid;
padding:1px;
margin: 2px;
font-size:9px;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

#topbg {
	position:relative;
	background-color: #FED389;
	height: 84px;

	float:left;
}

#mobilelogo {
    display: none;
	}
	
#akposition {
	position:relative;
	background-color:#000000;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	border: 0;
	margin-left: 0px;
	padding-left: 10px;
	
	color:#CCCCCC;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	width:590px;


}

#logo {
	position:relative;
	background-image: url(../images/ehbimg/logo.gif);
	background-repeat:no-repeat;
	top: 0px;
	left: 0px;
	width: 156px;
	height:  84px;
	float: left;
}




#leftbox {
	float: left;
	width: 160px;
	position:relative;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

/* Navigationsbox Links*/
#navibox {
margin-top: 10px;
margin-bottom: 10px;
width: 150px;
	}

#navibox ul {

list-style-type: none;
 line-height: 22px;
	text-align: left;
	margin: 0;
	padding:0;

}

#navibox ul li {
margin-top: 1px;
}

#navibox .zwischentitel
{
margin-top: 10px;
background-color: #F1AB4E;
text-align: center;
color: #FFFFFF;
font-size: 14px;
	background-image: url(../images/ehbimg/zwischenreiter.gif);
background-repeat: no-repeat;
background-position: right top;
}

#navibox a, #navibox span , #navibox #firstline
{
display: block;
padding-left: 0px;
text-decoration: none;

background-color: #666666;
color: #FFFFFF;
}

#navibox ul li span a {
background-color: #FF9900;
color: #000000;
}


#navibox ul li ul li {
padding-left: 10px;
}


#navibox ul li ul li  a {
	padding-left: 10px;
}




#navibox ul li a {
	padding-left: 5px;

}


#navibox ul li ul a, #navibox ul li ul span
{
display: block;
padding-left: 0px;


}



a:link, a:visited, a:active {
text-decoration:none;
color:#000000;
}

#navibox a:hover, #navibox span a , #navibox span{
color: #FF9900;
text-decoration:none;
}

/* Newsletterbox*/
#newsletterbox {
	position:relative;
	padding-left: 5px;

	}
	
#newsletterbox form {
padding-top: 0px;
}

#newsletterbox input {
border-width:1px;
background-color:#FFFFFF;
border-color: #990000;
border-style:solid;
padding:1px;
margin: 1px;
font-size:9px;
font-family:Geneva, Arial, Helvetica, sans-serif;

}

#maintitel {
background-color: #DBC1A2;
height: 41px;
}


/* Newsbox*/
#newsbox {
	position:relative;
	padding-left: 5px;
	margin-top: 10px;
	
	}
	
#newsbox ul {
list-style: none;
padding: 0px;
margin: 0px;
font-size:11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:normal;
}	

#newsbox ul li {
margin-top: 5px;
} 
#newsbox ul span {
font-weight:bold;
}

#newsbox ul a {
padding: 0;
padding-left: 1px;
padding-right: 1px;
margin: 0;
}
	
/* Navigationsbox unten */

#bottombox {
	position: relative;
	text-align: center;
	}	

#bottombox ul {
	padding: 3px 0;
	margin-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:19px;
	margin-left: 20px;
}

#bottombox ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#bottombox ul li a {
	padding: 1px 0.5em;
	margin-left: 5px;
	border: 1px solid #778;
	background: #FFFFFF;
	text-decoration: none;
}

#bottombox ul li a:hover {
	background: #F1AB4E;


	}
	
#zwischenlinie {
background-color: #FFB400;
height: 8px;
font-size: 1px;
}

/* Navigationsbox oben */

#topnavi {
	background-image: url(../images/ehbimg/topnavibg.gif);
	background-repeat: repeat-x;
	height: 21px;
	float: left;
}

#topnavileftfree {
	position:relative;
	top: 0px;
	left: 0px;
	width: 156px;
	height:  21px;
	float: left;
}

#topnavibox {
	position: relative;
	text-align: left;
	float: left;
	height: 21px;
width: 600px;
	}	

#topnavibox ul {

	padding: 0px 0;
	margin-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size:14px;
	font-weight: bold;

	line-height:21px;
	margin-left: 10px;
}

#topnavibox ul li {
	list-style: none;
	margin: -2px;
	display: inline;
}

#topnavibox ul li a {
	padding: 2px 0.5em;
	color:#FFFFFF;
	padding-left: 5px;
	padding-right: 10px;
	background: #666666;
	background-image: url(../images/ehbimg/reitergray.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
}

#topnavibox ul li .active, #topnavibox ul li a:hover {
	padding: 2px 0.5em;
	color:#000000;
	padding-left: 5px;
	padding-right: 10px;
	background: #FFB400;
	background-image: url(../images/ehbimg/reitercolor.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-decoration: none;
}



	

/* Homepagetitel */

h1 {
background-color: #DBC1A2;
padding:0px;
margin: 0px;
height: 41px;
line-height: 41px;
color: #990000;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
float: left;
}	

/* Rahmen für gesamten Inhalt */

#maintext {
	width: 530px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	padding-top: 10px;
	margin-left: 10px;
	position:relative;
	vertical-align: text-top;
	float:left;

	}	

#maincontent {

}

		
#imgbar {
	margin-top: 45px;
	padding: 10px;
	width: 102px;
	position: relative;
	height: 0px;
	float:right;
	}		

.bigimg {
z-index: 200;
visibility: hidden;
position: absolute; 
left: -400px;
}
	
.barimgstyle {
	margin-bottom: 10px;
	padding:1px;
	background-color:#990000;
	}



#copy, #copy a {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
font-size: 10px;
color: #FFFFFF;
}


.banner {

}

#banneroben {
width: 480px;
height: 60px;
margin: 10px;
background-color:#999999;
float: left;
}

#bannernavi {
width: 160px;
height: 160px;

}

#bannerright {
float: right;
height: 500px;
}

#rightbannerpos {
margin-top: 60px;
}



banneranzeige {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #990000;
}

#content {
float: left;
background-color:#FFFF99;
}


#banneranzeige a img {
border: none;
}


#maintext a {
text-decoration: underline;

}

#maintext form, input, select, textarea  {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 120%;
}
#maintext fieldset {
	color: #000000;

	border: solid 1px  #000000;


	padding: 10px;

}

#maintext fieldset legend {
font-weight: bold;

}

#maintext form {	
	width: 500px
}



#maintext input ,#maintext select ,#maintext textarea{
	display: block;
	font-weight: normal;
	float: left;
	width: 15em;
	border: 1px solid #F1B978;

	margin: 5px;
	padding: 2px;
}

.kontakttextarea {
height: 100px;
}

#maintext .hidden {
display: none;

}

#maintext .hinweis input {
width: auto;
padding-top: 0px;
margin-top: 0px;
}

#maintext form br { 
	clear: left;

}

#maintext input:focus, #maintext input:hover, #maintext select:hover , #maintext select:focus {
background-color: #ffffff;
border: 1px dashed #999;
font-weight: bold;

}

#maintext .submit, #maintext .reset { 
	background-color: #CFC994;
	background-color: #FF9900;
   	border: 1px dotted #000000;
		font-weight: bold;
 }
 
#maintext .hinweis { 

	margin: 5px;
	margin-left:0px;
	padding: 5px;
	float:left; 
	text-align: right;
	font-weight: bold;
	color: #000;
}
 
#maintext .info {
text-align: left;
}

#maintext label { 
	width: 9em; 
	margin: 5px;
	padding: 5px;
	float:left; 
	text-align: right;
	font-weight: bold;
	color: #000;
}
/* Beispiel für Fehlermeldungen */
/* diese Klasse müsste per Javascript oder PHP zugewiesen werden */
#maintext input.formfehler { 
	border: 1px solid #f00;
	font-weight: bold; 
	background: #fff url(../images/achtung.gif) right no-repeat;
}

#pakettable {
table-layout: fixed;
font-size: 11px;
border: solid;
border-width: 1px;
border-color: #000000;

border-left: 0px;
border-top: 0px;
background-color:#FFFFFF;
border-collapse: separate;
}

#pakettable td, #pakettable th {
border: solid;
border-color: #000000;
border-width: 1px;

border-bottom: 0px;
border-right: 0px;
padding: 2px;
}

#pakettable td {
width: 100px;
text-align: center;
}

#pakettable #paketname
{
background-color:#FFCC00;
font-weight: bold;
}

#pakettable th {
border-top-color: #000000;
text-align: left;
vertical-align: top;
background-color:#FFCC00;
color: #000000;
width: 200px;
}





#werbeoverview, #angebotsoverview, #kdimgtable {
table-layout: fixed;
font-size: 11px;
border: solid;
border-width: 1px;
border-color: #000000;

border-left: 0px;
border-top: 0px;
background-color:#FFFFFF;
border-collapse: separate;
}

#werbeoverview td, #werbeoverview th, #angebotsoverview td, #angebotsoverview th, #kdimgtable th, #kdimgtable td {
border: solid;
border-color: #000000;
border-width: 1px;

border-bottom: 0px;
border-right: 0px;
padding: 2px;
}

#werbeoverview td, #angebotsoverview td {
width: 75px;
text-align: center;
}

#kdimgtable td {
text-align: left;


}

#werbeoverview #paketname
{
background-color:#FFCC00;
font-weight: bold;
}

#werbeoverview .statusok,#angebotsoverview statusok {
background-color: #009900;

}

#werbeoverview .statusmiddle, #angebotsoverview statusmiddle {
background-color: #FFCC00;
}

#werbeoverview .statusoff, #angebotsoverview .statusoff {
background-color: #999999;
}

#werbeoverview th, #angebotsoverview th, #kdimgtable th {
border-top-color: #666666;
background-color: #FF9900;
text-align: center;
vertical-align: top;
background-color:#D2D1B7;
background-color: #FF9900;
color: #FFFFFF;
width: 75px;
}

#kdimgtable th {
width: auto;
}
#kdimgtable .text {
width: 250px;
}

#kdimgtable .checkfeld {
width: 30px;

}


#kdimgtable .checkfeld input {
width: 24px;
}

#maintext form #angebotsoverview td input {
	width: 11px;

}

#maintext form #angebotsoverview td {
vertical-align: top;
}

#kdimgtable td {
vertical-align: top;
}

#maintext form #angebotsoverview td img {
margin: 0px;
padding: 0px;
}

#maintext form #angebotsoverview .checkspalte {
text-align: left;
font-weight: normal;
}


#assistentform {
width: 500px;
font-weight: normal;
}

#assistentform fieldset {
width: 475px;
float: left;
}

#maintext #assistentform  input ,#maintext #assistentform select ,#maintext assistentform textarea{
	font-weight: normal;
	float: left;
	width: 110px;
	margin: 2px;
	padding: 0px;
}

#maintext label { 
	width: 90px;
	margin: 2px;
	margin-left: 15px;
	padding: 3px;
	float:left; 
	text-align: left;
	font-weight: bold;
	color: #000;
}



#assistentform #doppelbox {
width: 224px;

}

#maintext #assistentform  #doppelbox input ,#maintext #assistentform #doppelbox select ,#maintext assistentform #doppelbox textarea{
	font-weight: normal;
	float: left;
	width: 70px;
	margin: 2px;
	padding: 2px;
}

#maintext #assistentform select {
font-size: 10px !IMPORTANT;
}

#maintext #doppelbox label { 
	font-weight: normal;
	width: 45px;
	margin: 2px;
	margin-left: 15px;
	padding: 3px;
	float:left; 
	text-align: left;
}


#maintext #assistentform  #longfieldset input ,#maintext #assistentform #longfieldset select ,#maintext assistentform #longfieldset textarea{
	font-weight: normal;
	float: left;
	width: 16px;
	margin: 2px;
	padding: 2px;
}
#maintext #longfieldset p{
font-weight: normal;
}

#maintext #longfieldset label { 
	width: 400px;
	margin: 0px;

	padding: 3px;
	float:left; 
	text-align: left;
}

#maintext #suchergebnis a {
text-decoration: none;
}

#maintext #suchergebnis {
width: 650px;
margin: 0px;
padding: 0px;

table-layout: auto;
border: none;


}

#maintext #followmetable {
width: 500px;
margin: 0px;
padding: 0px;

table-layout: auto;
border: none;

}

#maintext #minishop {

width: 100%;
background-color: #D2D1B7;
table-layout: auto;
border:none;
}

#maintext #suchergebnis th, #maintext #minishop th {
padding: 1px;
margin: 1px;
text-align: right;
height: 10px;

}


#maintext #followmetable th, #maintext #followmetable td{
padding: 1px;
margin: 1px;
text-align: left;
height: 10px;
text-align: right;
padding-right: 5px;
}

#maintext #followmetable td{
background-color: #FFDCB9;
font-weight: normal;
border-bottom: 1px solid white;
}

#maintext #followmetable .del{ 
background-color: #666666;
color: #990000;
width: 50px;
}
 
 
#maintext #followmetable a {
text-decoration: none;
}

#maintext #suchergebnis th a {
text-decoration: underline;
}

#maintext #suchergebnis td, #maintext #minishop td {
padding: 1px;
margin: 1px;

border-bottom: solid 1px #000000;

text-align: right;
font-size: 11px;
}

#maintext #suchergebnis .right, #maintext #minishop .right {

text-align: right;
}

.trusteddealer {
color: #006633;
font-weight: bold;
}







#maintext #suchkopf {
width: 660px;

table-layout: auto;

border-right: none;
border-left: none;
font-weight: bold;
}



#maintext #suchkopf td {
padding: 1px;
margin: 0px ;
width: 130px;

text-align: left;
}

#maintext #suchkopf .right {
text-align: right;
}

#maintext #suchkopf .center {
text-align: center;
vertical-align: middle;

}


#maintext #suchkopf .pfeil, #maintext #suchkopf .pfeil a {
width: 10px;
color: #990000;
}

#maintext #suchkopf .text {

width: 40px;
}

#maintext #suchkopf a {
text-decoration: none;
}

#maintext #angebotsspalte1 {
float: left;
width: 50%;
margin-right: 5px;
margin-left: 5px;
}

#maintext #angebotsspalte2 {

float: left;
width: 48%;
}

#maintext #angebotsspalte1 fieldset {

}

#maintext #angebotsspalte2 fieldset {

}

#maintext #details label, #maintext #details input, #maintext #details form textarea {
font-weight: normal;
font-size: 11px;
margin: 0px;
padding: 0px;
width: 70px;
}

#maintext #details form input, #maintext #details form textarea {
font-weight: normal;
font-size: 11px;
margin: 0px;
padding: 0px;
width: 150px;
margin-bottom: 3px;
}

#maintext #details .labelright {
font-weight: normal;
font-size: 11px;
float: left;
}

#maintext #details form {
width: 100%;
}

#bildliste {
background-color: #FFFFFF;
width: 450px;
overflow: auto;
height: 250px;
}

.minimiimg {
height: 35px;
width: 35px;
}

.minimiimg img {
margin: 1px;
}

#schnellspalte1 {
margin: 0;
width: 260px;

/*
float: left;
*/
}

#schnellspalte2 {
margin-left: 10px;
/*
float: left;
width: 260px;
*/

}

#schnellspalte1 fieldset {
margin: 0px;
padding: 3px;

/*
width: 230px;
padding: 0pX;
*/
}

#schnellsuche  label {
margin: 0px;
padding: 0px;
font-weight: normal;

width: 90px;
}

#schnellsuche  br {
clear: none;
} 
#schnellsuche  {
margin: 0;
padding: 0;
float: left;

}



#schnellsuche  select, #schnellsuche  input {
margin: 0px;

margin-left: 3px;
width: 100px;
font-size: 10px;
margin-bottom: 10px;
}

#schnellsuche #produkttyp select, #schnellsuche #produkttyp input {
width: 115px;
}

#schnellsuche  input {
font-size: 10px;
width: 60px;

}

#plzform {


margin: 0;
padding: 0;
border: none;
}

.plzkarte {
margin: 0 !IMPORTANT;
padding: 0 !IMPORTANT;
border: none !IMPORTANT;
background-color: #FFFFFF !IMPORTANT;
width: 531px !IMPORTANT;
height: 700px !IMPORTANT;
}

.plzkarte:hover {
background-color: #FFFFFF !IMPORTANT;
border: none !IMPORTANT;
}

.plzausschnitt {
border: 1px solid #000000;
}

#hspalte1 {
width: 200px;
float: left;

}

#hspalte2 {
margin-left: 20px;

width: 310px;
float: left;
}

#hspalte2 p {
margin: 0px;
padding: 5px;
background-color: #EAD9C6;
}

#gesuchsbox label {
width: 150px;
padding-left: 0px;
margin-left: 0px;
}

#gesuchsbox textarea {
width: 100%;
height: 200px;
overflow: scroll;
font-size: 11px;
font-weight: normal !IMPORTANT;
background-color: #FFFFFF;
border: 1px solid #000000 !IMPORTANT;
}

#gesuchsbox textarea:hover {
background-color: #FFFFFF;
border: 1px solid #000000;
font-weight: normal;
}

.astext {
border: none !IMPORTANT;
background-color: #EBE8D3 !IMPORTANT;
}

.checkbox {
width: 20px !IMPORTANT;
float: left;
background-color: #006699;
}

.gesuchGreen {
color:#009933 !IMPORTANT;
}

.gesuchRed {
color:#FF0000 !IMPORTANT;
}

.gesuchNew {
background-color:#FFFF00 !IMPORTANT;
}

.gesuchAktiv {
background-color:#00CC00 !IMPORTANT;
}

.gesuchWait {
background-color:#FF66FF !IMPORTANT;
}

.gesuchAdding {
background-color:#FF9933 !IMPORTANT;
}

.roundcontentMain fieldset {

border: none !IMPORTANT;
position: relative;
top: -19px;

	margin: 0px!IMPORTANT;
	padding: 0px!IMPORTANT;
padding-left: 10px!IMPORTANT;
}

.roundcontentMain fieldset legend {
background-color: #F1AB4E;
font-size: 14px;
color: #990000;
padding-top: 2px;
}

.roundcontentMain fieldset h5 {

font-size: 12px;
color: #990000;
margin: 0px;
padding: 0px;
margin-top: 10px;
}

.graphbtnlink {
	background-image:url(../images/ehbimg/stdbtn.gif);
	border: none !IMPORTANT;
	width: 88px !IMPORTANT;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 6px!IMPORTANT;
	padding-right: 6px!IMPORTANT;	
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;
	position: absolute;
	text-decoration: none !IMPORTANT;
}

.graphbtnlinklong_back {
	background-image:url(../images/ehbimg/stdbtnlarge_back.gif);
	border: none !IMPORTANT;
	width: 133px !IMPORTANT;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 15px!IMPORTANT;
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;
		padding-right: 10px;
			position: absolute;
	text-decoration: none !IMPORTANT;
}

.graphbtnlinklong {
	background-image:url(../images/ehbimg/stdbtnlarge.gif);
	border: none !IMPORTANT;
	width: 133px !IMPORTANT;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 15px!IMPORTANT;
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;
		padding-right: 10px;
			position: absolute;
	text-decoration: none !IMPORTANT;
}

.graphbtnlink_back {
	background-image:url(../images/ehbimg/stdbtndown_back.gif);
	border: none !IMPORTANT;
	width: 88px !IMPORTANT;
	background-color: #00FFCC;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 15px!IMPORTANT;
	padding-right: 10px;
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;
	position: absolute;
	text-decoration: none !IMPORTANT;
}


	
.graphbtn {
	background-image:url(../images/ehbimg/stdbtn.gif);
	border: none !IMPORTANT;
	width: 88px !IMPORTANT;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 4px!IMPORTANT;
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;

}

.graphbtn_back {
	background-image:url(../images/ehbimg/stdbtn_back.gif);
		border: none !IMPORTANT;
	width: 88px !IMPORTANT;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 10px!IMPORTANT;
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;
}

.graphbtnlarge {
	background-image:url(../images/ehbimg/stdbtnlarge.gif);
	border: none !IMPORTANT;
	width: 133px !IMPORTANT;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 4px!IMPORTANT;
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;

}
.graphbtnlarge_back {
	background-image:url(../images/ehbimg/stdbtnlarge_back.gif);
	border: none !IMPORTANT;
	width: 133px !IMPORTANT;
	height: 19px;
	text-align: left;
	margin: 0px;
	padding-bottom: 4px!IMPORTANT;
	padding-left: 10px!IMPORTANT;
	background-color: transparent!IMPORTANT;
	background-repeat: no-repeat;

}
.graphbtn:hover {
	background-image:url(../images/ehbimg/stdbtndown.gif);

}

.graphbtn_back:hover {
	background-image:url(../images/ehbimg/stdbtndown_back.gif);

}

.graphbtnlarge:hover {
	background-image:url(../images/ehbimg/stdbtndownlarge.gif);

}

.graphbtnlarge_back:hover {
	background-image:url(../images/ehbimg/stdbtndownlarge_back.gif);

}

#mainimg {
float: left;
border: none;
margin: 5px;
padding: 0px;

margin-top: 0px;
}

#mainimg a {

margin: 0px;
padding: 0px;
text-decoration: none;
}

#mainimg a img {
float: none;
margin: 0px;
padding: 0px;
border: 1px solid #F1AB4E;
}

.lupe {

border: none !IMPORTANT;
width:16px !IMPORTANT;
height: 21px !IMPORTANT;
}

.startangebot {

float: left;
width: 150px;
margin-right: 16px;
}

.startangebot img {
padding: 0!IMPORTANT;
margin: 0!IMPORTANT;
border: 1px solid #FF9900 !IMPORTANT;
}


.startangebot p {
margin: 0;
padding:0;
}

.startangebot form p {
padding-top: 10px;
padding-right: 10px;
color: #C97B13;
}

#shopinshop label
	{
	width: 85px !IMPORTANT;
	}
	
#shopinshop .short
	{
	text-align: right;
	padding-right: 10px !IMPORTANT;
	width: 50px !IMPORTANT;
	}	

.bold
	{
	font-weight: bold !IMPORTANT;
	}
	
#ImgeditorLayer {
position: relative;

cursor: crosshair;
	z-index:1;
	overflow: hidden;

}

#ausschnitt {
	position:absolute;

	z-index:5;

	border: 1px dotted #00CCFF;


}

.beobachten a {
color: #990000;
}

.beobachten {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-top: 15px;
text-align: right;
color: #990000;
font-size: 11px;
}

.agbbox	{
position: relative;
height: 150px;
width: 475px;
background-color: #FF9933;
border: 1px solid black;
padding: 5px;
overflow: auto;
}

#startnews {
margin:0;
padding:0;
background-image: url(../images/ehbimg/news.jpg);
background-repeat: no-repeat;
height: 300px;
width: 240px;
border: none !IMPORTANT;
}

#startnews h5 {
margin: 0;
padding: 0;
padding-top: 15px ;
padding-left: 15px ;
padding-bottom: 15px;
color: white;
font-size: 15px;
}

#startnews #startnewstext {
padding-left: 20px;
padding-top: 5px;
padding-right: 50px;
color:#000000;
font-weight: normal;
}

#startnews .graphbtn 	{
margin-left: 20px !IMPORTANT;
}

.gebietstable tr td, .gebietstable th {
vertical-align: top;
text-align: left !IMPORTANT;
}

.gebietstable td {
height: 50px;
padding: 5px !IMPORTANT;
}

.gebietstable td a {
text-decoration: none !IMPORTANT;
}

.gebietstable .sitright {
text-align: right !IMPORTANT;
}

#betastatus {
position: absolute; top: 30px; left: 650px;  width: 300px; overflow: hidden; height: 56px; font-size: 11px; border: 2px solid #FFFFFF; 
padding-left: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#betastatus:hover {
background-color: #FFFFFF !IMPORTANT;
height: 700px !IMPORTANT;
overflow: auto !IMPORTANT;
border: 2px solid #FF0000 !IMPORTANT;
left: 160px !IMPORTANT;
width: 900px !IMPORTANT;
font-size: 14px;
font-family: "Courier New", Courier, monospace;
background-image: url(../images/debug.gif);
background-position: top right;
background-repeat: no-repeat;
}
