body {
	margin: 0px;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: white;
}

font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.top_navi_links:link,a.top_navi_links:visited,a.top_navi_links:hover,a.top_navi_links:active{
	color:white;
	text-decoration:none;
	font-size:10px;
	margin:5px;
	white-space:nowrap;
}
.navigation_senkrecht{
	border-right:1px solid #f5e5e6;
}
a.nav_senkrecht:link,a.nav_senkrecht:visited{
	color:#6b3467;
	line-height:25px;
	text-decoration:none;
}
a.nav_senkrecht:hover,a.nav_senkrecht:active{
	color:#000000; /*#8545A6;*/
	/*background-color:#F8a8a8;*/
	line-height:25px;
	text-decoration:none;
}
p{
	margin-top:11px;
	margin-bottom:8px;
}
a.sitemap:link,a.sitemap:visited{
	color:#6b3467;
	text-decoration:none;
}
a.sitemap:hover,a.sitemap:active{
	color:#000000; /*#8545A6;*/
	/*background-color:#F8a8a8;*/
	text-decoration:none;
}

a:link,a:visited{
	color:#0000CC;
	/*color:#6b3467;*/
	text-decoration:underline;
}
a:hover,a:active{
	color:#000000; /*#8545A6;*/
	/*background-color:#F8a8a8;*/
	text-decoration:underline;
}

input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6b3467;
}

label {
	font-weight: bold;
	color: black;	
}
label:hover{
	text-decoration:underline;
	cursor:pointer;
}

input,textarea,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	border: solid 1px rgb(150,150,150);
}

input.error,textarea.error,select.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: black;
	border: solid 1px #c80000;
}

a.black:link,a.black:visited{
	color:#6b3467;
	text-decoration:none;
}
a.black:hover,a.black:active{
	color:#000000;
	text-decoration:underline;
}
/* GrayBox Styles */
#gray_overlay{  
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 100%; 
	background-color: rgb(255,255,255);
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6;
} 
#gray_box{
	background-color: rgb(255,255,255);
	padding:10px;
	border:2px solid #6b3467; 
	text-align: center;
	vertical-align: top;
	z-index: 100;
} 
#close{
	position:absolute;
	top:-5px;
	right:-5px;
	cursor:pointer;
}

#gray_overlay2{  
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 140;
	width: 100%;
	height: 100%; 
	background-color: rgb(255,255,255);
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6;
} 
#gray_box2{
	background-color: rgb(255,255,255);
	padding:10px;
	border:2px solid #6b3467; 
	text-align: center;
	vertical-align: top;
	z-index: 150;
} 
#gray_overlay3{  
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	width: 100%;
	height: 100%; 
	background-color: rgb(255,255,255);
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity:0.6;
} 
#gray_box3{
	background-color: rgb(255,255,255);
	padding:10px;
	border:2px solid #6b3467; 
	text-align: center;
	vertical-align: top;
	z-index: 130;
} 

#inhalt{
	text-align:left;
}
#inhalt th{
	color:#6b3467;
	font-size:14px;
	padding-top:2px;
	padding-bottom:29px;
	height:14px;
}
#inhalt td{
	color:#000000;
	font-size:12px;
	line-height:18px;
	padding-left:15px;
	padding-right:5px;
	vertical-align:top;
}	

table.inhalt {
	text-align:left;
}

th.inhalt {
	color:#6b3467;
	font-size:14px;
	padding-top:2px;
	padding-bottom:29px;
	height:14px;
}

td.inhalt {
	color:#000000;
	font-size:12px;
	line-height:18px;
	padding-left:15px;
	padding-right:5px;
	vertical-align:top;
}

#hoverdiv {
	position: absolute;
	background-color: white;
	border: solid 1px #6b3467;
	z-index: 999;
}

#avdiv {
	position: absolute;
	background-color: rgb(255,255,255);
	border: solid 1px black;
	z-index: 998;	
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity:0.9;
	color: black;
	padding: 5px;
}

input.form_artikel_count{
	height:14px;
	width:35px;
}

div.subnavi {
	position:absolute;
	padding:0px;
	z-index:999;
	
}

td.subnavi {
	color: white;
	background-color: #6b3467;
	padding-top: 7px;
	padding-bottom: 7px;
	cursor: pointer;
}

td.subnavi_on {
	color: white;
	background-color: #8a2364;
	padding-top: 7px;
	padding-bottom: 7px;

	cursor: pointer;
}

td.unterkunft_header {
	border-bottom: solid 1px #6b3467;
	color: #6b3467;
	font-weight: bold;
}
td.aussteller_s_block{
	background-color:#f8f9fa;
	font-weight:bold;
	border-bottom:1px solid #6b3467;
	padding-bottom:1px;
	background-image:url(../images/dot2.gif);
	background-repeat:no-repeat;
	background-position:6px 10px;
	padding-left:15px;
	cursor:pointer;
}
td.aussteller_s_block:hover{
	color:#000000;
	font-weight:bold;
}
td.aussteller_s_block2{
	padding:0px;
	border:1px solid #6b3467;
	border-top:none;
}
.suche_tbl{
	/*border:1px solid #e8e9ea;*/
	padding:4px;
}
.suche_tbl td{
	padding:4px;
}
.lila_bold{
	color:#6b3467;
	font-size:12px;
	font-weight:bold;
}
.lila_bold_norm{
	color:#6b3467;
	font-weight:bold;
}
.suche_result th{
	padding:2px;
	border-bottom:1px dotted #dddddd;
	font-weight:bold;
}
.suche_result_th{
	padding:2px;
	border-bottom:1px dotted #dddddd;
	font-weight:bold;
}
.suche_result td{

}
.bg0 {
	background-color:#ffffff;
}
.bg1 {
	background-color:#f3f4f5;
}

.bg_a_0 {
	background-color: #f0f3fc;
}

.bg_a_1 {
	background-color: #e5e9f3;
}

.bg2 {
	background-color:#ccffcc;
}
.bg3 {
	background-color:#e0f3e0;
}
th.profil_bestelluebersicht {
background-color: #f0f3fc;
}
td.profil_bestelluebersicht {
background-color:#ffffff;
border-bottom:1px solid #f0f3fc;
}
td.aussteller_register_aktiv {
	padding:0px;
	padding-top:2px;
	width:120px;
	background-repeat:no-repeat;
	background-image:url(../images/register_aktiv.gif);
	background-position:0px 1px;
	cursor:pointer;
	font-weight:bold;
	color:#000000;
}

td.aussteller_register_inaktiv {
	padding:0px;
	padding-top:2px;
	width:120px;
	background-repeat:no-repeat;
	background-image:url(../images/register_inaktiv.gif);
	background-position:0px 1px;
	cursor:pointer;
	font-weight:normal;
	color:#444444;
}
td.aussteller_register_inaktiv:hover {
	color:#000000;
	font-weight:bold;
}
table.languagebox{
	width:300px;
	padding-left:10px;
	padding-top:10px;
}

#languagebox th{
	font-size:16px;
	color:#6b3467;
	text-align:left;
	vertical-align:top;
	text-decoration:underline;
}
#languagebox td{
	font-size:13px;
	text-align:left;
	vertical-align:top;
	padding-left:5px;
	padding-bottom:10px;
}
#languagebox td:hover{
	font-size:13px;
	text-align:left;
	text-decoration:underline;
	cursor:pointer;
	vertical-align:top;
	padding-left:5px;
	padding-bottom:10px;
}

/* SPAW Styles */

.mm_magenta {
	color: #6b3467;
}
.mm_headline {
	color: #6b3467;
	font-size: 14px;
	font-weight: bold;
}
.mm_12px {
	font-size: 12px;
}
.mm_14px {
	font-size: 14px;
}
.mm_16px {
	font-size: 16px;
}

.thumbs_hover {
	background-color: #f2e6ed;
}


/* */
ul.navi_09{
	margin:0px;
	padding:0px;  
	list-style: none;
}
ul.navi_09 li {
	margin:0px;
	padding:0px;  
	float:left;
	position: relative;
	width: 178px;
}
ul.navi_09 li a{
	display: block;
}
ul.navi_09 li li{
	display: block;
	width: 100%;
}
ul.navi_09 li a.nav09_u{
	background-image:url(../images/icons/navl.gif);
	background-repeat:no-repeat;
	background-position:165px 8px;
}

ul.navi_09 ul {
	background-color:#eee;
	list-style: none;
	margin:0px;
	padding:0px;  
	display: none;
	position: absolute; 
	top: 0;
	left: 178px;
	width: auto;
	border:1px solid #6b3467;
	z-index:11000;
}
ul.navi_09 ul li{
	margin:0px;
	padding:0px;  
	background-color:#eee;
	display:block;
}
ul.navi_09 ul li:hover{
	background-color:#fcfcfc;
}
ul.navi_09 ul li a{
	padding-left:5px;
	padding-right:5px;
	display: block;
	white-space:nowrap;
	width:100%;
}
/*
li:hover ul{ display: block; }
*/
li.over ul{ display: block; }


#navi_09_shadow_1{
	background-image:url(../images/navi/oben_links_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}
#navi_09_shadow_2{
	background-image:url(../images/navi/oben_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}
#navi_09_shadow_3{
	background-image:url(../images/navi/oben_rechts_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}
#navi_09_shadow_4{
	background-image:url(../images/navi/links_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}
#navi_09_shadow_5{
	background-image:url(../images/navi/rechts_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}
#navi_09_shadow_6{
	background-image:url(../images/navi/unten_links_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}
#navi_09_shadow_7{
	background-image:url(../images/navi/unten_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}
#navi_09_shadow_8{
	background-image:url(../images/navi/unten_rechts_trans.png);
	width:auto;
	height:auto;
	position:absolute;
	line-height:1px;
	font-size:1px;
}