/* Klassen für den Layout-Rahmen und Menüs */
/* ======================================= */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(/navpics/bg_top.gif);
	background-repeat:no-repeat;
	height:100%;
}

td {
	font-family: Arial, Helvetica, sans-serif; font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif; text-align:left; font-size:12px;
}

a 	{color:#CC0033;}

p {font-size:12px;}

h1 {font-size:12px; color:#DF1731; padding-top:10px; margin-top:0px; margin-bottom:8px;}
h2 {font-size:12px; color:#DF1731; padding:20px 0 5px 0; margin-top:0px; margin-bottom:12px; font-weight:bolder; display:block; border-bottom:1px dotted #DF1731; width:400px;}

span.rot {color:DF1731}

div#top_logo 		{position:absolute; left:21px; top:9px; width:28px; height:70px; z-index:3}
div#top_logo_print 	{position:absolute; left:21px; top:9px; width:28px; height:70px; z-index:2; visibility:hidden;}
div#top_menue 		{position:absolute; left:91px; top:0px; width:674px; height:22px; z-index:4}
div#top_menue_print	{position:absolute; left:91px; top:0px; width:300px; height:22px; z-index:3}
div#main 			{position:absolute; left:21px; top:107px; width:553px; z-index:2}
div#main_start		{position:absolute; left:21px; top:107px; width:553px; z-index:2}
div#main_breit		{position:absolute; left:21px; top:107px; width:600px; z-index:2}
div#flaggen     	{position:absolute; left:784px; top:6px; width:201px; height:22px; z-index:5; text-align:right;}

div#flaggen img {margin-bottom:4px}

/* Kasten Main (links mit rotem, abgerundetem Rahmen */

div.main_reiter_rahmen 		{width:540px; height:27px; margin-top:20px;}
div.main_reiter_bg_left 	{background-image:url(/navpics/rahmen/kasten_main_reiter_left.gif); width:10px; height:27px; float:left;}
div.main_reiter_bg_right	{background-image:url(/navpics/rahmen/kasten_main_reiter_right.gif); width:59px; height:27px; float:left}

div.main_reiter_ueberschrift {
	background-image:url(/navpics/pixel_rot.gif); 
    /* !!! Muss für IE 5.0 PC 6px höher gemacht werden: */
	height:21px; 
	float:left; 
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:6px;
}


div.main_bg_top {background-image:url(/navpics/rahmen/kasten_main_top.gif); width:553px; height:8px}
div.main_bg_bot {background-image:url(/navpics/rahmen/kasten_main_bottom.gif); width:553px; height:8px}

div.main_inhalt {
	padding-left:10px;
	background-image:url(/navpics/rahmen/kasten_main_center.gif); 
	background-repeat:repeat-y; 
	width:553px;
}

div.main_inhalt p {margin-top:0px;margin-bottom:0px;}
div.main_breit_inhalt p {margin-top:0px;margin-bottom:0px;}
div.main_weiss_inhalt p {margin-top:0px;margin-bottom:0px;}
div#main_text_schmal p {width:390px; padding-bottom:20px;}

div.main_bg_breit_top {background-image:url(/navpics/rahmen/kasten_main_breit_top.gif); width:600px; height:8px}
div.main_bg_breit_bot {background-image:url(/navpics/rahmen/kasten_main_breit_bottom.gif); width:600px; height:8px}

div.main_breit_inhalt {
	padding-left:10px;
	background-image:url(/navpics/rahmen/kasten_main_breit_center.gif); 
	background-repeat:repeat-y; 
	width:600px;
}

div#main_breit_inhalt_nopadding {
	padding-left:1px;
}

div.main_bg_weiss_top {background-image:url(/navpics/rahmen/kasten_main_weiss_top.gif); width:600px; height:8px}
div.main_bg_weiss_bot {background-image:url(/navpics/rahmen/kasten_main_weiss_bottom.gif); width:600px; height:8px}
div.main_bg_grau_top {background-image:url(/navpics/rahmen/kasten_main_grau_top.gif); width:600px; height:8px}
div.main_bg_grau_bot {background-image:url(/navpics/rahmen/kasten_main_grau_bottom.gif); width:600px; height:8px}


div.main_weiss_inhalt {
	padding-left:10px;
	background-image:url(/navpics/rahmen/kasten_main_weiss_center.gif); 
	background-repeat:repeat-y; 
	width:600px;
	height:400px;
}


div#main_weiss_inhalt_statisch {
	height:auto;
}

div#main_weiss_inhalt_statisch p {
	padding-top:5px;
	padding-bottom:13px;
	padding-right:40px;
}

div#main_weiss_inhalt_text {
	height:auto;
}

div#main_weiss_inhalt_text p {
	padding-top:5px;
	padding-bottom:13px;
	padding-right:40px;
}

div#main_weiss_inhalt_text ul {
	padding-top:5px;
	padding-bottom:13px;
	padding-right:40px;
}


div#main_weiss_inhalt_tabelle {
	padding-left:0px;
	height:auto;
}

div#main_weiss_inhalt_tabelle table {
	border-collapse: collapse; 
	margin-top:10px; 
	margin-bottom:10px;
	border:1px solid;
	border-color:#DF1730;
	border-right:1px solid;
	border-right-color:#ED818F; 
}

div#main_weiss_inhalt_tabelle td {
	vertical-align:top;
	border-width:1px;
	border-style:solid;
	border-color:#DF1730;
	border-collapse:collapse;
}


div#main_weiss_inhalt_tabelle p {
	font-size:11px;
	padding:5px;
	padding-left:8px;
	padding-bottom:12px;
}

a.pfeil_rot_klein {
	font-size:11px;
	padding-left:16px;
	padding-top:1px;
	color:#DF1730;
	background-image:url(/navpics/pfeil_rot.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	font-weight:bold;
	text-decoration:none;
	margin-left:-5px;
}

div#main_weiss_inhalt_tabelle img {
margin-bottom:-3px;}

div#main_weiss_inhalt_tabelle_text {
	width:100%;
	margin-top:10px;
	border-top:1px solid;
	border-top-color:#DF1730;

}

div.tabelle_uebersicht_zelle {position:absolute;}
div.tabelle_uebersicht_neuheit {position:absolute; left:153px; top:9px; width:38px; height:13px; z-index:8}

div#main_fuss {margin-top:20px; margin-left:68px}


/* Menü rechts oben*/

div.navi_right {
	position:absolute;
	left:870px;
	top:56px;
	width:115px;
	z-index:7;
	height: 181px;
}

div.navi_right p {
	margin-top:0px;
	margin-bottom:0px;
}

div.navi_right a {
	line-height:16px;
	font-size:12px;   
	text-decoration: none;
	display: block; 
	padding-top:0px;
	padding-bottom:1px;
	margin-top:0px;
	padding-left:16px;
	width:100px;
	color:#333333;
	border-bottom:1px solid;
	border-bottom-color:#FFFFFF;
	background-color:#E3E3E3;
	background-image:url(/navpics/pfeil_grau.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}

div.navi_right a:hover {
	background-color:#DF1730;
	background-image:url(/navpics/pfeil_weiss.gif);
	color:#FFFFFF;
}

div.navi_right a.aktiv {
	background-color:#999999;
	background-image:url(/navpics/pfeil_weiss.gif);
	color:#FFFFFF;
}



/* Menü links im roten Bereich */

td.navi_left {vertical-align:bottom;}

div#navi_left_uebersicht_rahmen {position:absolute; left:-424px; top:201px; width:127px; z-index:12}
div#navi_left_produkte_eingang_rahmen {position:absolute; left:446px; top:315px; width:127px; height:16px; z-index:6}
div#navi_left_detailseite_rahmen {position:absolute; left:446px; top:335px; width:314px; z-index:6;}

div#navi_left_detailseite_preis {position:absolute; left:459px; top:268px; width:119px; height:47px; z-index:8; color:#FFFFFF; font-weight:bold;}
div#navi_left_detailseite_preis p {margin-top:0px;margin-bottom:0px;}

div#navi_left_detailseite_alter_groesse {
	position:absolute; left:614px; top:264px; width:77px; height:56px; z-index:9; 
	background-image: url(/navpics/altergroesse/altergroesse_bg.gif);
}

div#navi_left_detailseite_alter_groesse p {margin-top:0px; margin-bottom:0px;font-size:11px;}

div.navi_left {
	padding-bottom:2px;
	margin-bottom:6px;
    /* !!! Muss für IE 5.0 PC schmaler gemacht werden: */
	width:116px;
}

div.navi_left p {margin-top:0px;margin-bottom:0px; color:#FFFFFF;}
div#navi_left_detailseite p {margin-top:0px;margin-bottom:0px; font-size:11px;}
div#navi_left_detailseite a.aktiv {	background-image:url(/navpics/pfeil_weiss_down.gif);}
div#navi_left_detailseite a.zurueck { background-image:url(/navpics/pfeil_weiss_zurueck.gif); margin-bottom:20px; border-bottom:1px solid; border-bottom-color:#FFFFFF; }


div.navi_left p.navi_ueberschrift {padding-left:16px; font-weight:bold; padding-bottom:10px;}

div.navi_left span {
	line-height:17px;
	text-decoration: none;
	display: block; 
	padding-top:0px;
	padding-bottom:1px;
	margin-top:0px;
	padding-left:16px;
	width:100px;
	color:#FFFFFF;
	border-top:1px solid;
	border-top-color:#FFFFFF;
	border-bottom:0px;
	background-color:#DF1730;
}


div.navi_left a {
	line-height:17px;
	text-decoration: none;
	display: block; 
	padding-top:0px;
	padding-bottom:1px;
	margin-top:0px;
	padding-left:16px;
	width:100px;
	color:#FFFFFF;
	border-top:1px solid;
	border-top-color:#FFFFFF;
	border-bottom:0px;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	background-color:#DF1730;
}

div.navi_left a:hover {
	background-color:#FFFFFF;
	background-image:url(/navpics/pfeil_rot.gif);
	color:#DF1730;
}

div.navi_left a.rot {
	background-color:#FFFFFF;
	background-image:url(/navpics/pfeil_rot.gif);
	border-top:1px solid;
	border-top-color:#DF1730;
	border-bottom:1px solid;
	border-bottom-color:#DF1730;
	color:#DF1730;
}

div#navi_left a.rot {
	background-color:#DF1730;
	color:#FFFFFF;
	background-image:url(/navpics/pfeil_weiss.gif);
}

div#navi_left a.rot {
	background-color:#DF1730;
	color:#FFFFFF;
	background-image:url(/navpics/pfeil_weiss.gif);
}

div.navi_left a.weiss {
	border-bottom:1px solid;
	border-bottom-color:#FFFFFF;
}

/* Kasten rot*/

div#kasten_rot_top 			{position:absolute; left:446px; top:56px; z-index:1; overflow: hidden; width:540px; height:180px; background-image:url(/navpics/pano/start.jpg); background-repeat:no-repeat; background-position:right top;}
div#kasten_rot_bot			{position:absolute; left:446px; top:236px; z-index:1; overflow: hidden; width:540px; height:360px; background-image:url(/navpics/pixel_rot.gif); color:#FFFFFF;}
div#kasten_rot_bot_start	{position:absolute; left:446px; top:236px; z-index:1; overflow: hidden; width:540px; height:360px; background-image:url(/navpics/pixel_rot.gif); color:#FFFFFF;}

div#kasten_rot_bot_foto_unten {position:absolute; left:280px; top:280px; z-index:3; }
div#kasten_rot_bot_foto_unten2{position:absolute; left:125px; top:264px; z-index:3; }
div#kasten_rot_bot_skyscraper {position:absolute; left:424px; top:0px; width: 116px; height: 360px; }
/* Kasten rot Text*/

div.kasten_rot_text				{width:300px; padding-left:150px; padding-top:20px;}
div.kasten_rot_text_breit		{width:350px; padding-left:150px; padding-top:20px;}
div.kasten_rot_text_schmal		{width:170px; padding-left:280px; padding-top:10px;}
div.kasten_rot_text_neben_weiss	{width:200px; padding-left:200px; padding-top:10px;}

div.kasten_rot_ueberschrift_text 	{font-size:14px; font-weight:bold; color:#CC0033; visibility:hidden; height:0px; width:0px; overflow:hidden;}
div.kasten_rot_ueberschrift_grafik	{font-weight:bold; color:#FFFFFF;}

div#kasten_rot_bot a {
	text-decoration: none;
	display: block;
	padding-left:16px;
	color:#FFFFFF;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}

div#kasten_rot_bot_start a {
	text-decoration: none;
	display: block;
	padding-left:16px;
	color:#FFFFFF;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}

div#zubehoer_eingang_info_text a {
	text-decoration: none;
	display: block;
	padding-left:16px;
	color:#FFFFFF;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}

div#kasten_rot_bot a.zurueck {
	text-decoration: none;
	display: block;
	padding-left:16px;
	color:#FFFFFF;
	background-image:url(/navpics/pfeil_weiss_zurueck.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}


div#kasten_rot_bot li {
	list-style-type:square;
	margin-left:-25px;
	margin-bottom:10px;
}



/* Dropdown-Inhalte im Menü Left Detailseite*/

div.dropdown {width:245px;}

div.dropdown_bg_top {background-image:url(/navpics/dropdown/dropdown_top.gif); background-repeat:no-repeat; width:245px; height:5px;}
div.dropdown_bg_bot {background-image:url(/navpics/dropdown/dropdown_bot.gif); background-repeat:no-repeat; width:245px; height:5px; padding-bottom:3px;}

div.dropdown_inhalt {
	width:243px; 
	background-color:#FFFFFF; 
	border-left:1px solid; 
	border-left-color:#DF1730;
	border-right:1px solid; 
	border-right-color:#DF1730;
}

div.dropdown_inhalt p {margin-top:0px;margin-bottom:0px; padding-left: 15px; margin-right:10px;}
div.dropdown_inhalt ul {margin-top:0px;margin-bottom:0px;padding-bottom:3px;}
div.dropdown_inhalt li {list-style-image:url(/navpics/haekchen.gif); font-size:11px; margin-top:0px; padding-right:10px; margin-bottom:0px; margin-left:-12px;}
div.dropdown_inhalt a {
	text-decoration: none;
	display: block;
	width:200px;
	margin-left:-5px;
	padding-left:16px;
	color:#CC0033;
	background-image:url(/navpics/pfeil_rot.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}


div.dropdown_hidden {position:absolute; left:-1000px; top:-1000px; width:0px; height:0px; visibility:hidden;}


/* Fotos*/

.foto_detailseite {padding-top:10px;}

/* Detailseite Sonstiges*/

.farben_text {
	padding-top:7px; 
	padding-right:5px; 
	padding-left:6px; 
	color:#CC0033; 
	float:left;}

.preis_info {font-size:11px; color:#666666; display:block; padding-top:10px;}
.auszeichnungen {padding-right:200px; padding-top:0px; padding-bottom:0px;}
#preis_lieferung {font-size:11px; font-weight:100;}

a.pfeil_rot {
	text-decoration: none;
	display: block;
	margin-left:10px; 
	padding-left:16px;
	margin-top:7px;
	color:#CC0033;
	background-image:url(/navpics/pfeil_rot.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}

span.pfeil_rot_untertitel {
	display:block;
	margin-left:10px; 
	padding-left:16px;
}

a.pfeil_rot_im_text {
	text-decoration: none;
	width:auto;
	margin-left:10px; 
	padding-left:16px;
	color:#CC0033;
	background-image:url(/navpics/pfeil_rot.gif);
	background-position: left top; 
	background-repeat: no-repeat;
}

/* Produktübersicht*/

div.alter_groesse	{width:77px; height:59px; background-image: url(/navpics/altergroesse/altergroesse_bg.gif);}
div.alter_groesse p	{margin-top:2px; margin-bottom:0px; font-size:11px; text-align:center;}

.farben_uebersicht_text {
	padding-top:7px; 
	padding-right:5px; 
	padding-left:25px; 
	color:#CC0033; 
	float:left;}


/* Produkteingangsseiten*/

div#alter	{position:absolute; left:461px; top:255px; width:86px; height:43px; z-index:8}
div.details_varianten {padding-left:30px; padding-bottom:20px}
div#produkt_eingang_info_ueberschrift {position:absolute; left:580px; top:145px; width:180px; height:92px; z-index:9; color:#FFFFFF; line-height:15px;}
div#produkt_eingang_info_text {position:absolute; left:0px; top:110px; width:360px; z-index:9; padding-top:5px; padding-bottom:5px; background-image:url(navpics/pixel_rot.gif);}
div#zubehoer_eingang_info_text {position:absolute; left:0px; top:80px; width:267px; z-index:9; padding-top:5px; padding-bottom:5px; background-image:url(navpics/pixel_rot.gif);}


div.dropdown{/* Detailseiten - Dropdown (von Dennis) */

	display:none;
}
div.dropdown#dropdown_highlights{
	display:block;
}

div.picNeuListe {height:13px; margin-top:5px;}

/* Spezialformatierungen */

div.text_klein {font-size:11px;}
div.text_klein p {font-size:11px;}

/* Haendlersuche Formatierungen */

div.adresseLinks
	{
	width:400px; 
	margin:0px; 
	padding:0px 10px 0 0;}
	
div.linkleiste
	{
	padding:8px 0px 8px 0px;
	border-bottom:1px dotted #666666;
	margin-bottom:16px;
	display:block;
	clear:left;
	width:400px;
	}
	
a.buttonRot {background-color:#DF1730; text-decoration:none; padding:2px 4px 2px 4px; color:#FFFFFF;}
a.buttonGrau {background-color:#758FA4; text-decoration:none; padding:2px 4px 2px 4px; color:#FFFFFF;}


span.adresseBezeichner {width:2.8em; display:block; float:left;}
.logomap24 {padding-top:1px;}
.haendlerdruck {padding:80px 0 0 92px;}
.fehlermeldung {padding:5px; margin-bottom:5px; width:470px; border: 1px dotted #DF1730;}

div.bildrechtsimtext {float:right; margin:15px; text-align:center; font-size:10px}

img.tippszumkauf {margin-left:5px}

/* Startseite */
#teaser2008_start {
height:267px; 
}

#teaser2008_1 {
position:absolute;
left:1px;
top: 35px;
z-index:3; }

#lillifee_start {
height:196px; }

#lillifee1 {
position:absolute;
left:1px;
top: 62px;
z-index:3; }

#lillifee2 {
position:absolute;
left:94px;
top:232px;
z-index:3; }

#lillifee_text {
text-transform: uppercase;
position:absolute;
left:39px;
top: 32px;
z-index:4; }

#lillifee_text2 {
position:absolute;
left:310px;
top: 62px;
z-index:4; }

#lillifee_produktlink {
position:absolute;
left:212px;
top:206px;
z-index:4; }

#ocean_start {
height: 196px; }

#ocean1 {
position:absolute;
left:1px;
top:296px;
z-index:3; }

#ocean2 {
position:absolute;
left:479px;
top:346px;
z-index:3; }

#ocean_text1 {
position: absolute;
top: 319px;
left: 308px;
z-index: 4; }

#ocean_text2 {
position: absolute;
top: 367px;
left: 308px;
z-index: 4; }

#ocean_produktlink {
position: absolute;
top: 430px;
left: 308px;
z-index: 4; }

/* PUKY Bär */
#baer {
position: absolute;
bottom: 70px;
right: -100px;
width: 100px;
height: 175px;
background: url(pics/puky-baer.jpg); }

/* Kasten unten rechts Startseite */
.wildthings {
position:absolute; 
top:625px;
left:661px; }

.textaufbild {
font-weight: bold;
position: absolute;
top: 140px;
left: 17px; }

div.allefahrzeugelinks {
	width: 380px;
	position: absolute;
	left: 208px;
	top: 256px;
	z-index:3; 
}


div.allefahrzeugelinks p {
	padding:0px;
	margin:0px;
	width:auto;
	float:left;
	background-image:url(/navpics/pfeil_rot.gif);
	background-position:0px 0px; 
	background-repeat: no-repeat;
	padding-left:14px;
	padding-top:1px;
	font-size:90%;
	
}

div.allefahrzeugelinks p a {
	color:#4B4B4B;
	text-decoration:none;
}


div.rahmen_internettv_oben {background-image:url(/navpics/rahmen/kasten_tv_weiss_top.gif); width:188px; height:8px; margin-top:10px;}
div.rahmen_internettv_unten {background-image:url(/navpics/rahmen/kasten_tv_weiss_bottom.gif); width:188px; height:8px}

div.rahmen_internettv_verti {
	background-image:url(/navpics/rahmen/kasten_tv_weiss_verti.gif); 
	background-repeat:repeat-y; 
	width:169px;
	padding-left:19px;
}


div.rahmen_internettv_verti a img {
	border:0px;
	margin-top:3px;
	margin-bottom:10px;
}




div.rahmen_herbstwintern2010_all {
	background-image: url(/pics/produktbilder/start/herbst_winter2010.jpg); 
	background-repeat: no-repeat; 
	width: 188px;
	height: 168px;
	margin-top: 10px;
}


div.kasten_rot_internettv_rechts_unten {
	position:absolute; 
	left: 250px; 
	top: 210px;
	z-index:3; 
}



div.kasten_rot_internettv_rechts_unten a img {
	border: none; 
	background-image: none;
}


div.aktuelles_startseite {
	width:395px;
	position:absolute;
	left:202px;
	top:300px;
	z-index:3; 
}

div.aktuelles_startseite_oben {background-image:url(/navpics/rahmen/kasten_middle_weiss_top.gif); width:395px; height:8px; float:left;}
div.aktuelles_startseite_unten {background-image:url(/navpics/rahmen/kasten_middle_weiss_bottom.gif); width:395px; height:8px; float:left;}

div.aktuelles_startseite_verti {
	background-image:url(/navpics/rahmen/kasten_middle_weiss_verti.gif); 
	background-repeat:repeat-y; 
	background-color:#FFFFFF;
	width:395px;
	height:126px;
	float:left;
	overflow: hidden;
}

div.aktuelles_startseite_verti div {
	width: 250px;
	padding-left: 10px;
	float:left;
}

div.aktuelles_startseite_verti div p {
	width: 250px;
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
	float: left;
}

a.LogoJZD {
	width: 127px;
	height: 124px;
	padding: 0px;
	margin: 0px;
	float:left;
}

a.LogoJZD img {
	padding:0px;
	margin: 0px;
	border: 0px;
}


div.weissaufrotkleingedruckt{
	font-size:10px;
}

/*FEEDBACK ===========*/

div.Erfolg {
	padding-left: 50px;
	padding-top: 20px;
	width: 500px; 	
	height: 50px;
	background-image:url(/navpics/yesbutton.gif);
	background-position: 0px 20px; 
	background-repeat: no-repeat;
}

div.FeedbackBoxGesamt {
	width: 550px; 
	background-color: white;
}

#main_weiss_inhalt_text div.FeedbackBoxGesamt p {
	padding:0px;
	margin:0px;
	padding-bottom: 8px;
}


div.FeedbackExtern {
	width: 540px; 
	padding-left: 10px;
	border-bottom: 1px solid #DF1731;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

div.FeedbackExtern div.OhneBorder {
	border-bottom: 0px;
}


div.FeedbackIntern {
	width: 480px;
	padding-left: 70px;
	border-bottom: 1px solid #DF1731;
	padding-bottom: 5px;
	margin-bottom: 5px;	
}

div.FeedbackIntern OhneBorder {
	border-bottom: 0px;
}


.FontBold {
	font-weight: bold;
}

.ColorGR {
	color: #858384;
}

div.BeitragSchreiben {
	width: 118px; 
	color: #FFFFFF;
	position: absolute;
	top: 205px;
	left: 203px;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.BeitragSchreiben a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	padding-top: 1px;
}



/* FeedbackButton */

div.FeedbackButton {
	width: 201px;
	height: 71px;
	background-image:url(/navpics/feedback_button.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 179px;
}

.ColorW {
	color: #FFFFFF;
}


div#main div.FeedbackButton p {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 5px;	
}

div.FeedbackButton a {
	padding:0px;
	margin:0px;
	float:left;
	color: #FFFFFF;
	width: 130px;
	padding-left: 15px;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
}




div.FeedbackButtonImp {
	width: 201px;
	height: 71px;
	background-image:url(/navpics/feedback_button.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	position: absolute;
	top: 86px;
	left: 199px;
}


div#main div.FeedbackButtonImp p {
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 5px;	
}

div.FeedbackButtonImp a {
	padding:0px;
	margin:0px;
	float:left;
	color: #FFFFFF;
	width: 130px;
	padding-left: 15px;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
}


/* Feedback-Button neu */

div.FeedbackButtonNeu {
	width: 334px;
	height: 144px;
	padding-top: 8px;
	padding-left: 10px;
	background-image:url(/navpics/feedback_button_neu.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	position: absolute;
	top: 160px;
	left: 217px;
}

.ColorW {
	color: #FFFFFF;
}


div#main div.FeedbackButtonNeu p {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 140px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

div.FeedbackButtonNeu a {
	padding:0px;
	margin: 0px;
	margin-left:-5px;
	float:left;
	color: #FFFFFF;
	width: 130px;
	padding-left: 15px;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
}




div.FeedbackButtonImpNeu {
	width: 334px;
	height: 144px;
	padding-top: 8px;
	padding-left: 10px;
	background-image:url(/navpics/feedback_button_neu.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	position: absolute;
	top: 180px;
	left: 217px;
}


div#main div.FeedbackButtonImpNeu p {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 140px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
}

div.FeedbackButtonImpNeu a {
	padding:0px;
	margin: 0px;
	margin-left:-5px;
	float:left;
	color: #FFFFFF;
	width: 130px;
	padding-left: 15px;
	background-image:url(/navpics/pfeil_weiss.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
}

/*Blaettern ----- */

div.BlaetternGesamt {
	width: 550px;
	text-align: center;
}

div.BlaetternGesamt a img {
	border: 0px;
}

div.BlaetternGesamt span.Vorherige {
	width: auto;
	text-align:right;
	margin-top: 1px;
}

div.BlaetternGesamt span.Naechste {
	width: auto;
	text-align: left;
	margin-top: 1px;
}


/*EINTRAG =========== */

div.Fehler {
	padding-left: 30px;
	width: 500px; 	
	height: 70px;
	background-image:url(/navpics/achtung_1.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div.Fehler ul {
	padding-bottom: 30px;
}

div.EintragGesamt {
	width: 550px; 
}

div.EintragGesamt table {
	width:100%;
}

input.InputRedSizeM {
	width: 200px;
	border: solid 1px #DF1730;
}

input.InputRedSizeXL {
	width: 200px;
	height: 150px;
	border: solid 1px #DF1730;
}
textarea.InputRedSizeXL {
	width: 200px;
	height: 150px;
	border: solid 1px #DF1730;
}


/*Button -----------*/



div.ButtonS {
	width: 72px; 
	height: 16px;
	background-image:url(/navpics/buttonS.gif);
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 20px;
}

div.ButtonS a {
	color: #464646; 
	text-decoration: none; 
}

.SizeS {
	font-size: 11px;
}

.ColorHGR {
	color: #CCCCCC;
}