body {
	margin: 10px;
	font-family: Arial;
	background-color: #fff;
	font-size:12px;
	text-align: center;
}

#outer {

	margin:0 auto;
	text-align:left;
	width:774px;
	border: 1px solid black;
	background-color: white;
	position:relative;
}

#header {
	height: 150px;
	background: url(../bilder/top-links.jpg) left top no-repeat;
}

#logo1 {
	position:absolute; 
	z-index:1;
	top:27px; 
	left:461px;
	width:127px;
	height:117px;
	background: url(../bilder/top-rechts1.gif) left top no-repeat;
}

#logo2 {
	position:absolute; 
	top:27px; 
	left:588px;
	width:137px;
	height:79px;
	background: url(../bilder/top-rechts2.gif) left top no-repeat;
}

#bottom {
	clear:left; /*bild ist left gefloated, manchmal ist bild höher als text - dann gab es probleme mit bottom*/
	font-size:11px;
	height: 18px;
	background-color: #991a40;
	background: url(../bilder/tab_back_farbverlauf.gif) repeat-y left;
	border-top: 1px solid black;
}

#bottom h1 {
	display:none;
}

#bottom a {
	text-decoration:none;
	color:white;
}

#bottom a:hover {
	text-decoration:underline;
}

#bottom ul {
	padding: 0;
	margin: 2px 0 0 0;
	list-style: none;
}

#bottom ul li{
	float:left;
	margin: 0 15px 0 15px;
}

#bottom #nav1 {
	float:left;
}

#bottom #nav2 {
	float:right;
}

#bottom #nav2 a{
	color: black
}


/**************************************main-menu*****/
#main_menu {
	position:absolute;
	top: 106px;
	left: 0;
	padding:0;
	height:22px;
	width: 774px;
	background: url(../bilder/tab_back_farbverlauf1.gif) repeat-y left;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main_menu h1 {
	display:none;
}

#nav_drop, #nav_drop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav_drop {
	position:relative;
	_position:static; /*fix for ie6: gab einen unschönen rand unten, der so hoch war wie die farbigen rahmen - position:relative hat zwar die ul nach oben verschoben, aber eben den rand gelassen*/
	text-align:left;	/*fixes problem in ie - childs were centered as well; alignment of first level is achieved by applying it to a-(block)-elements*/
	margin:0 auto;	/*centers first level bar everything*/
	color:white; /*nicht bei #nav_drop a*/
}

#nav_drop a, #nav_drop span {
	display:block; /*see #nav_drop*/
	text-align:center; /*see #nav_drop*/
	text-decoration:none;
	font-weight:bold;
	padding: 4px 13px 3px 13px;
	border-left: 1px solid #991a40;
}
/*
#nav_drop span.first_main:hover {
	border-left: 1px solid #D1C6C9;
}*/

#nav_drop a:hover, #nav_drop span:hover {
	color:#B2244F;
	text-decoration:underline;
	background-color:#D1C6C9;
	/*border-left: 1px solid #991a40;*/
}



#nav_drop span:hover {
	text-decoration:none;
}

#nav_drop span.pointer {
	cursor:default;
}
	
#nav_drop li.firstlevel {
	float: left;
}


#nav_drop li.firstlevel:hover, #nav_drop li.active{
	color:#B2244F;
	background-color:#D1C6C9;
}




/*snd level*/

#nav_drop li:hover ul, #nav_drop li.sfhover ul {
	left: auto; /*macht left -999em wieder rückgängig*/

}

#nav_drop li ul {
	position: absolute;
	left: -999px;
	font-weight:normal;
	background-color: #D1C6C9;
	padding:5px 0 5px 0 ;	/*makes white gap between 1st und 2nd level and at the very bottom of seceond level list*/
	border: 1px solid black;
}

#nav_drop li ul.first{
	border-left:0;
}

#nav_drop li ul li {
	/*height can not be specified here as IE6 shows ul then*/
	/*margin-top:1px; makes border between entries*/
	border-top: 1px solid #fff;
}



#nav_drop ul li a {
	display:block;
	padding: 3px 10px 3px 10px;
	text-align:left;
	text-decoration:none;
	color:black;
	_width:205px; /*ie6 needs width*/
	border-left:0; /*hebt definition von #nav_drop a auf*/
}

#nav_drop ul li a.last {
	border-bottom: 1px solid #fff;
}


#nav_drop ul li a:hover, #nav_drop ul  li a.active {
	background-color: #9F6C7B;
	font-weight:bold;
	color:#fff;
	border-left:0; /*hebt definition von #nav_drop a:hover auf*/
}


#warenkorb  {
	float:right;
	margin:0 15px 0 0;
	height: 22px;
	overflow:hidden; /*ie6*/
}

#warenkorb h1 {
	display:none;
}

#warenkorb-uebersicht {
	position:absolute; 
	left: 653px; 
	top: 135px; 
	z-index:2; 
	visibility: visible;
}



#warenkorb-uebersicht ul {
	font-size: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}


#content {
	padding: 20px 20px 20px 20px;
	line-height: 22px;
}


#content p {
	margin: 20px 0 10px 0;
	padding: 0;
}

#content h1 {
	font-size: 18px; 
	font-weight: bold; 
	color: #000000; 
	padding:0 0 0 0;
	margin: 0;
}


/*---------------------------Texte------------------------*/

.text
{
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
}

.text a
{
	color: #000000;
	text-decoration: underline;
}

.text a:hover
{
	color: #FF0000;
	text-decoration: underline;
}


.text_adresse
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	padding-left: 31px;
}

.text_adresse a
{
	color: #000000;
	text-decoration: none;
}

.text_adresse a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.text_adresse_ueberschrift
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

.text_adresse_adressuebersicht
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

.text_hinweis
{
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

.text_hinweis a
{
	color:  #000000;
	text-decoration: none;
}

.text_hinweis a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.text_fehler
{
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: red;
}

.text_adressdaten
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 5px;
}

.text_produktgalerie
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.hauptueberschrift
{
	font-family: Arial;
	font-size: 20px;
	color: #7E8D9C;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
	padding-top: 25px;
}

.adresstabelle
{
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #E7E1E3;
}
.adresstabelle a
{
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}

.adresstabelle a:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

/*---------------------------Menüsteuerung------------------------*/
.menue_mout
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	/*background-color: 991A40;*/
}


.menue_mover
{
	font-family: Arial;
	font-size: 11px;
	color: #B2244F;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #D1C6C9;
}

.menue_dummy
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.untermenue_mover
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color:  #9F6C7B;
	cursor: pointer;
}

.untermenue_mout
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #D1C6C9;
}

.untermenue_ende
{
	background-color: #D1C6C9;
}

/*---------------------------Listen-----------------------*/

.liste_fett
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
}

.liste_none
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 20px;
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom:19px;
	list-style-type: none;
}

.liste_abstand
{
	margin-bottom:15px;
}

.liste_none_abstand
{
	margin-bottom:12px;
}

.liste_errmsg
{
	font-family: Arial;
	font-size: 12px;
	color: red;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: square;
	list-style-color: #999999;
}

.liste_square
{



	line-height: 22px;
	text-align: left;
	padding: 0;
	margin: 0 0 0 30px;
	list-style-type: square;
	list-style-color: #999999;
}


/*---------------------------Bottom-----------------------*/
.bottom_link
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

.bottom_link a
{
	color: #FFFFFF;
	text-decoration: none;
}

.bottom_link a:hover
{
	color: #FF0000;
	text-decoration: none
}

.bottom_nav
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.bottom_nav a
{
	color: #000000;
	text-decoration: none;
}

.bottom_nav a:hover
{
	color: #FF0000;
	text-decoration: none;
}

.bottom_rand
{
	padding-top:30px;
}
.bottom_linie
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
/*---------------------------Formularfelder------------------------*/
.schaltflaeche_login
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	width: 106px;
	height: 18px;
	background-color: #E2C47F;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

.field_login
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	width: 106px;
	height: 16px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}





.field_warenkorb_menge
{
	font-family: Times;
    font-size: 11px;
    text-align: center;
    color: #000000;
    width: 20px;
    height: 20px;
    margin-right: 13px;
    margin-left: 0px;
}

.field_warenkorb_menge1
{
	font-family: Times;
    font-size: 11px;
    text-align: center;
    color: #000000;
    width: 20px;
    height: 20px;
}






.field_textarea_artikel
{
	font-family: Arial;
    font-size: 11px;
    color: #000000;
    width: 465px;
    height: 40px;
}

.field_textarea_aktuelles
{
	font-family: Arial;
    font-size: 11px;
    color: #000000;
    width: 710px;
    height: 80px;
}

.field_tag {
    width: 25px;
    height: 20px;
}

.field_jahr {
    width: 40px;
    height: 20px;
}

.field_artikelnummer
{
	font-family: arial;
    font-size: 11px;
    color: #000000;
    width: 84px;
    height: 20px;
}
.field_produktbezeichnung
{
	font-family: Arial;
    font-size: 11px;
    color: #000000;
    width: 160px;
    height: 20px;
}

.field_datum_tag
{
	font-family: Arial;
    font-size: 11px;
    color: #000000;
    width: 20px;
    height: 20px;
}

.field_datum_jahr
{
	font-family: Arial;
    font-size: 11px;
    color: #000000;
    width: 33px;
    height: 20px;
}

/*--------------------------Warenkorb------------------------*/

.warenkorb_uebersicht_tabellenkopf
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #D1C6C9;
}

.warenkorb_text
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom: 5px;
}

.warenkorb_intocart
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	padding-left: 10px;
}

/*---------------------------sonstiges------------------------*/
#force-scrollbar
{
	position: absolute;
	top: 0;
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

.rand_abstand
{
	margin-right: 30px;
	margin-left: 34px;
	margin-top:1px; /*wegen Opera -> dort waren die Menüebenen einen Pixel zu weit unten. Deshalb wurde bei der Mausbewegung vom Hauptmenüpunkt in den Untermenüpnkt die Ebene ausgeblendet: Lösung, div-bereich (indem ausblenden() steht einfach eins nach unten setzen)*/
}

.seitentabelle
{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.rahmen_untermenue
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.rahmen_bildergalerie
{

	border-width: 1px;
	border-color: #DDDEC6;
	border-style: solid;
}

.border_image
{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}


.select
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.maindiv
{
height:400px;
width:200px;
border:1px dashed #900;
text-align:center;
}

.valigntext
{
vertical-align:middle;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

legend {
	display:none;
}


#rechnungsanschrift, #rechnungskontakt, #lieferanschrift, #rechnungsformular_sonstiges {
	float:left;
}


#rechnungsanschrift div, #rechnungskontakt div, #lieferanschrift div, #rechnungsformular_sonstiges div{
	width: 320px;
	background-color: #E7E1E3;
	border: 1px solid #ccc;
	padding: 10px;
}

#rechnungsanschrift div, #rechnungskontakt div {
	margin-right: 25px;
}

/*
#rechngsformular_sonstiges {
	float:left;
}

#bemerkungen, #lieferdatum {
	float:left;
}
*/

#rechnungsformular_submit_summary, #rechnungsformular_submit_order{
	clear:left;
	padding-top: 15px;
}


#rechnungsdaten input, #rechnungsdaten select{
	margin: 5px 5px 0 0;
	padding:2px 0 0 4px;
	font-size: 11px;
	height: 18px;
}

#rechnungsdaten select {
	height: 22px;
}

#rechnungsformular_submit_summary .schaltflaeche_schrift , #rechnungsformular_submit_order .schaltflaeche_schrift{
	font-size: 12px;
	padding: 3px;
	color: #fff;
	background-color: #7E8D9C;
	border: 1px solid #999;
	height: 25px
}

#rechnungsdaten h2, #bestellung_zusammenfassung h2 {
	font-size: 12px;
	font-weight: bold;
	margin:10px 0 0 0;
}

.field_email {
    width: 140px;

}

.field_plz {

    width: 36px;
}

.field_ort {
    width: 88px;
}

.field_textarea_warenkorb {
    width: 300px;
    height: 65px;
}


#rechnungsdaten #vorname, #rechnungsdaten #strasse, #rechnungsdaten #country, #rechnungsdaten #li_vorname, #rechnungsdaten #li_strasse, #rechnungsdaten #li_country  {
	margin-top: 20px;
}

/*online-produkte*/


.thumbnails {
	float:left;
	border: 1px solid #ccc;
	margin: 0 10px 10px;
}

/*online-produkte-details*/
#produktdetails {
	margin-top:20px;
}

#produktdetails .back_link {
	font-size:12px;
	text-align:right;
}

.back_link {
	text-align:right;
}

.back_link  a {
	background: url(../bilder/pfeil_links.gif) no-repeat left ;
	padding: 0 0 0 20px;
	color:black;
}

#bildergalerie {
	float:left;
	width: 430px;

	/*background-color: yellow;*/
	text-align: center;
}

#bildergalerie #bild {
	border:1px solid #ccc;
		height: 300px;
}

#bildergalerie #navigation  {
	padding-top: 10px;
}

#bildergalerie #navigation  #picture_nr {
	width: 120px;
	background-color: yellow;
}

#bildergalerie #navigation  #next{
	width: 70px;
	text-align:right;
	background-color: yellow;
}

#bildergalerie #navigation  #back {
	width: 70px;
	text-align:left;
	background-color: red;
}

#bildergalerie #navigation a {
	color:black;
}
#bildergalerie #navigation a.forward {
	padding:0 17px 0 0;
	background: url(../bilder/doppelpfeil_schwarz_re.gif) no-repeat right;
}

#bildergalerie #navigation a.back {
	padding:0  0 0 17px;
	background: url(../bilder/doppelpfeil_schwarz_li.gif) no-repeat left;
}

#bildergalerie #navigation  span{
	margin: 0 30px 0 30px;
}

#produktbeschreibungen {
	float:right;
	width:290px;
	/*background-color: silver;*/
}

#produktbeschreibungen h2 {
	font-size: 12px;
	font-weight: bold;
}

#produktbeschreibungen ul {
	margin:0;
	Padding:0;
	list-style:none;
}

#produktbeschreibungen .intocart_menge {
    text-align: center;
	font-size:11px;
	padding: 3px 0 0 0;
    width: 20px;
    height: 17px;
    margin-right: 10px;
}

#produktbeschreibungen #intocart_submit {
	position:relative;
	left:10px;
	top:5px;
	top:5px;
}

/******************************* E-Mail-Formular***********************************/

#form_email p {
	float:none;
}

#message , #recaptcha, #email_absender, #name{
	padding: 5px 5px 5px 10px;
	margin: 0 10px 10px 0;
}

.error {
	font-weight: bold;
	color: red;
	margin: 20px 0 20px 0;
}

.ok{
	font-weight: bold;
	color: #009900;
	margin: 20px 0 20px 0;
	height:50px;
}

.err1 {
	background-color:#ff9999;
}

.err , .err0 {
	background-color: #E7E1E3;
}

	
#form_email #input_name, #form_email #recaptcha_response_field, #form_email textarea, #form_email #input_email_absender {
	border: 1px solid #cccccc;
	padding: 3px 3px 0 3px;
	font-size: 14px;
}


#input_name, #input_email_absender {
	width: 200px;
	height: 20px;
}

#input_message {
	width: 695px;
	height: 200px;

}


#form_email fieldset{
	padding: 0;
}

#form_email legend {
	display: none;
}

#form_email label {
	font-size: 1em;
}

#form_email .button {	
	font-size: 12px;
	padding: 3px;
	color: #fff;
	background-color: #7E8D9C;
	border: 1px solid #999;
	height: 25px
	
}

#form_email  .hinweis {
	font-size: 10px;
	color: #999;
}

/*captcha*/

#captcha_bild {
	float:left;
	margin: 3px 0 0 1px;
}

#captcha_alternativen {
	float:left; 
	margin: 3px 0 0 10px;
	font-size: 10px;
	width: 200px;
}

#captcha_alternativen  div{
	background-image: url(../bilder/pfeil_schwarz.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 13px;
	margin: 0 0 3px 0;
	line-height: 14px;
}

#captcha_alternativen  div a{
	color:black;
}

#captcha_antwort {
	clear:left; 
	margin: 10px 0 0 0;
}

#recaptcha_response_field {
	width: 290px;
	height: 20px;
}