*  {
	margin: 0;
	padding: 0;
}
body  {
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 75%;
	line-height: 1em;
	text-align:left;
	color: #666666;
	padding: 10px 0;
	background: #A9A9A9 url(pix/background.gif) repeat-x left top;
}
div {
   font-size: 1em;
}
img {
   border: 0;
}
a,
a:link  {
   background-color: inherit; 
   font-weight:bold;
   color: #2D5EB9; 
}
a:visited {
   background-color: inherit;
   color: #2D5EB9;
}
a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #2D5EB9;
}
a:active  {
		background-color: inherit; 
	  font-weight:bold;
	  color: #2D5EB9; 
}

/* HEADINGS */
h1 {
   font-size: 2em;
   line-height: 1em;
	 background-color: inherit;
   margin: 0;
}
h2 {
	color: #000000; 
	background-color: inherit;
	font-size: 1.5em; 
	text-align: left; 
	padding-bottom: 1px;
  line-height: 1.5em;
  margin: 0 0 0.1em 0;
}
h3 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0.2em 0 0.3em 0;
}
h4 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000000; 
	 background-color: inherit;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

hr  {
	height: 1px;
	border: 0;
	margin: 3px 15% 3px 12%;
	border-bottom: 1px solid #999999;
}
blockquote  {

}
cite  {
	font-style:italic;
	font-size: 95%;
}

span.searchword  {
	background-color: #658CCD;
	color: #FFFFFF;
}

#wrapper {
	width: 970px;
	margin:auto;
	position:relative;
	overflow:hidden;
}

p  {
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
}
input, select, textarea  {
	border: 1px solid #000000;
	width:auto;
	padding: 0 3px;
}
select  {
	padding-right: 0;
}
option  {
	width: 100%;
	padding-right: 50px;
}

/* ------------- Header ------------- */
#headerbar  {
	width: 840px;
	height: 10px;
	border-bottom: 2px solid #FFFFFF;
	background: #340F0E url(pix/headerbar.gif) repeat-x left top;
}
#headerbar .left  {
	width: 420px;
	height: 10px;
	background: transparent url(pix/headerbar_left_corner.gif) no-repeat left top;
}
#headerbar .right  {
	width: 420px;
	height: 10px;
	background: transparent url(pix/headerbar_right_corner.gif) no-repeat right top;
}

#header  {
	height: 120px;
	width: 840px;
	background: #D0D0D0 url(pix/alba_start.jpg) no-repeat left top;
	clear:both;
	position:relative;
	z-index:1;
}
#header h1 a  {
	position: absolute;
	top: 0;
	left: 15px;
	display: block;
	width: 235px;
	height: 120px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	background-color: transparent;
	overflow:hidden;
}

#colorBar  {
	width: 836px;
	height: 24px;
	background-color: #D0D0D0;
	border: 2px solid #FFFFFF;
}

#basket  {
	padding: 3px 5px;
	font-weight:bold;
	font-size: 100%;
	text-align:right;
}

#basket span  {
	position:relative;
	top:-2px;
}
/* ------------- END Header ------------- */

#footer  {
	color: #000000;
	background: #A9A9A9;
	width: 840px;
	height: 75px;
	clear:both;
	position:relative;
	z-index:1;
}
#footer a  {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#footer span.pipe  {
	font-weight: bold;
	color: #FFFFFF;
}

#footerbar  {
	width: 840px;
	height: 20px;
	border-top: 2px solid #FFFFFF;
	background: #340F0E url(pix/headerbar.gif) repeat-x left top;
}
#footerbar .left  {
	padding: 4px 0 2px 5px;
	height: 16px;
	width: 410px;
	background: transparent url(pix/footerbar_left_corner.gif) no-repeat left top;
}
#footerbar .right  {
	padding: 4px 5px 2px 0;
	height: 16px;
	width: 410px;
	background: transparent url(pix/footerbar_right_corner.gif) no-repeat right top;
}

#wrap {
	width:700px;
	float:left;
	background-color: #FFFFFF;
}

#background  {
	width:840px;
	float:left;
	background-color: #FFFFFF;
}

#content {
	position:relative;
	z-index:3;
	float:right;
	width:490px;
	margin-top:12px;
	margin-bottom: 2px;
	padding: 0 10px;
	overflow: hidden;
}
#content ul  {
	margin-left: 20px;
	margin-right: 20px;
}
#content ul li  {
	line-height:1.2em;
	margin-bottom:5px;
	text-align:justify;
}
#content dl  {

}
#content dt  {
	background-color: inherit;
	color:#000000;
	padding: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 1.2em;
}
#content dd  {
	margin-top: 0;
	padding-top: 0;
	padding-left: 20px;
	line-height: 1.2em;
	margin-bottom: 10px;
	text-align: justify;
}

#intro  {
	margin-bottom:15px;
	line-height: 1.2em;
}

/* ------------- Navigation ------------- */
#leftNav  {
	position:relative;
	top:0;
	z-index:3;
	width:188px;
	float:left;
	margin-left: 2px;
	overflow: hidden;
}

ul.nav  {
	list-style: none;
	line-height: 16px;
	margin: 0;
	margin-top: 10px;
	background-color: #FFFFFF;
}
ul.nav li  {
	border-bottom: 1px solid #FFFFFF;
	width: 189px;
	background-color: #556467;
}
.nav li a  {
	display: block;
	height: 16px;
	width: 176px;
	font-weight: normal;
	font-size: 110%;
	text-decoration: none;
	margin-left:6px;
	border-left: 1px solid #FFFFFF;
	background-color: #556467;
	padding: 6px 0 6px 5px;
	color: #FFFFFF;
}
.nav li a:hover, .nav li a:active  {
	color: #FFFFFF;
	text-decoration: none;
}
ul.nav li a b  {
  font-weight: normal;
}
ul.nav li ul  {
	border-top: 1px solid #FFFFFF;
	background-color: #D0D0D0;
	text-indent: 0;
	padding: 5px 0;
	margin: 0;
}
ul.nav li ul li  {
	border: 0;
	padding: 0;
	width: 188px;
	height: 22px;
	background-color: #D0D0D0;
	border: 0;
}
ul.nav li ul li a  {
	padding: 3px 0 4px 25px !important;
	margin-left: 5px;
	color: #000000;
	width: 155px;
	height: 16px	!important;
	font-weight: normal;
	text-decoration: none;
	border: 0;
	background: #000000 url(pix/arrow-right.gif) no-repeat left -3px;
}
.nav li ul li a:hover  {
	color: #000000;
	text-decoration: none;
}
ul.nav li ul li a b  {
  font-weight: bold;
}
.nav a.selected  {
	background: #FFFFFF url(pix/bullet_link.gif) no-repeat 4px 3px;
}

#spacer  { /* Yes, this is here for IE only. Bloody bastard! */
	height: 1px;
	background-color: #D0D0D0;
	overflow:hidden;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
#Muskelaufbau, ul.nav li#Muskelaufbau ul li a  {
	background-color: #A72C2A;
}
#Muskelaufbau:hover  {
	border-top: 2px solid #A72C2A;
	border-bottom: 2px solid #A72C2A;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Muskelaufbau.menu_sel  {
	border-top: 2px solid #A72C2A;
	width: 189px;
	margin-top: -1px;
}
#Muskelaufbau.menu_sel ul  {
	border-top: 2px solid #A72C2A;
}
#Muskelaufbau:hover a, #Muskelaufbau.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #A72C2A;
}

#Di_t___Figur, ul.nav li#Di_t___Figur ul li a  {
	background-color: #f7882E;
}
#Di_t___Figur:hover  {
	border-top: 2px solid #f7882E;
	border-bottom: 2px solid #f7882E;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Di_t___Figur.menu_sel  {
	border-top: 2px solid #f7882E;
	width: 189px;
	margin-top: -1px;
}
#Di_t___Figur.menu_sel ul  {
	border-top: 2px solid #f7882E;
}
#Di_t___Figur:hover a, #Di_t___Figur.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #f7882E;
}

#Low_Carb, ul.nav li#Low_Carb ul li a  {
	background-color: #EFC500;
}
#Low_Carb:hover  {
	border-top: 2px solid #EFC500;
	border-bottom: 2px solid #EFC500;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Low_Carb.menu_sel  {
	border-top: 2px solid #EFC500;
	width: 189px;
	margin-top: -1px;
}
#Low_Carb.menu_sel ul  {
	border-top: 2px solid #EFC500;
}
#Low_Carb:hover a, #Low_Carb.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #EFC500;
}

#Vitamine___Gesundheit, ul.nav li#Vitamine___Gesundheit ul li a  {
	background-color: #BACB47;
}
#Vitamine___Gesundheit:hover  {
	border-top: 2px solid #BACB47;
	border-bottom: 2px solid #BACB47;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Vitamine___Gesundheit.menu_sel  {
	border-top: 2px solid #BACB47;
	width: 189px;
	margin-top: -1px;
}
#Vitamine___Gesundheit.menu_sel ul  {
	border-top: 2px solid #BACB47;
}
#Vitamine___Gesundheit:hover a, #Vitamine___Gesundheit.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #BACB47;
}

#Ausdauer, ul.nav li#Ausdauer ul li a  {
	background-color: #3AB93A;
}
#Ausdauer:hover  {
	border-top: 2px solid #3AB93A;
	border-bottom: 2px solid #3AB93A;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Ausdauer.menu_sel  {
	border-top: 2px solid #3AB93A;
	width: 189px;
	margin-top: -1px;
}
#Ausdauer.menu_sel ul  {
	border-top: 2px solid #3AB93A;
}
#Ausdauer:hover a, #Ausdauer.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #3AB93A;
}

#Nach_Hersteller___Marke, ul.nav li#Nach_Hersteller___Marke ul li a  {
	background-color: #0B77B4;
}
#Nach_Hersteller___Marke:hover  {
	border-top: 2px solid #0B77B4;
	border-bottom: 2px solid #0B77B4;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Nach_Hersteller___Marke.menu_sel  {
	border-top: 2px solid #0B77B4;
	width: 189px;
	margin-top: -1px;
}
#Nach_Hersteller___Marke.menu_sel ul  {
	border-top: 2px solid #0B77B4;
}
#Nach_Hersteller___Marke:hover a, #Nach_Hersteller___Marke.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #0B77B4;
}

#Top_Seller, ul.nav li#Top_Seller ul li a  {
	background-color: #9932CC;
}
#Top_Seller:hover  {
	border-top: 2px solid #9932CC;
	border-bottom: 2px solid #9932CC;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Top_Seller.menu_sel  {
	border-top: 2px solid #9932CC;
	width: 189px;
	margin-top: -1px;
}
#Top_Seller.menu_sel ul  {
	border-top: 2px solid #9932CC;
}
#Top_Seller:hover a, #Top_Seller.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #9932CC;
}

#Neue_Produkte___Angebote, ul.nav li#Neue_Produkte___Angebote ul li a  {
	background-color: #C71585;
}
#Neue_Produkte___Angebote:hover  {
	border-top: 2px solid #C71585;
	border-bottom: 2px solid #C71585;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Neue_Produkte___Angebote.menu_sel  {
	border-top: 2px solid #C71585;
	width: 189px;
	margin-top: -1px;
}
#Neue_Produkte___Angebote.menu_sel ul  {
	border-top: 2px solid #C71585;
}
#Neue_Produkte___Angebote:hover a, #Neue_Produkte___Angebote.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #C71585;
}

#Trainingszubeh_r, ul.nav li#Trainingszubeh_r ul li a  {
	background-color: #47B8F8;
}
#Trainingszubeh_r:hover  {
	border-top: 2px solid #47B8F8;
	border-bottom: 2px solid #47B8F8;
	width: 189px;
	height: 26px;
	margin-top: -1px;
}
#Trainingszubeh_r.menu_sel  {
	border-top: 2px solid #47B8F8;
	width: 189px;
	margin-top: -1px;
}
#Trainingszubeh_r.menu_sel ul  {
	border-top: 2px solid #47B8F8;
}
#Trainingszubeh_r:hover a, #Trainingszubeh_r.menu_sel a  {
	height: 15px;
	padding-top: 5px;
	border-left: 1px solid #47B8F8;
}

#leftNav .nav .menu_sel:hover  {
	border-bottom: 1px solid #FFFFFF;
	height: auto;
}
#leftNav .nav .menu_sel ul li a  {
	border: 0;
}

div.box  {
	width: 188px;
	background-color: #D0D0D0;
	margin-bottom: 10px;
	overflow: hidden;
}
div.box h2  {
	width: 180px;
	height: 26px;
	font-size: 140%;
	background-color:#757575;
	color: #FFFFFF;
	padding:2px 4px 2px 4px;
	margin: 0;
}

div.nav  {
	border-bottom: 0;
}

ul.subnav  {
	width: 138px;
	list-style: none;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

ul.subnav li  {
	width: 126px;
	height: 24px;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	padding-left: 10px;
	background-color: #2D5EBA;
}

ul.subnav li a  {
	display:block;
	width: 119px;
	height: 20px;
	padding: 4px 3px 0 3px;
	border-left: 1px solid #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #556467;
}

ul.subnav li a:hover  {
	/*font-weight: bold;*/
}

ul.subnav li:hover  {
	background-color: #3e81ff;
}

/* ---------------- Right column ---------------- */
#rightNav {
	position:relative;
	z-index:3;
	width:138px;
	float:left;
	padding-right: 2px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#rightNav div.box  {
	width: 138px;
	background-color: #D0D0D0;
	margin-bottom: 10px;
}
#rightNav div.box h2  {
	width: 130px;
	height: 26px;
	font-size: 140%;
	background-color:#757575;  /*#DAADCB*/
	color: #FFFFFF;
	padding:2px 4px 2px 4px;
	margin: 0;
}
#rightNav img  {
	margin-bottom: 10px;
}

#searchform, #newsletterform  {
	display: block;
	margin-bottom: 8px;
}
#searchform label, #newsletterform label  {
	text-indent: -999em;
	height: 1px;
	display: block;
	overflow: hidden;
}
#newsletterform label  {
	text-indent: 0;
	padding: 0 3px;
	margin-top: 8px;
	height: auto;
}
#searchform input, #newsletterform input  {
	margin: 8px 1px 0 2px;
	border: 1px solid #FFFFFF;
	width: 107px;
	float: left;
}
#newsletterform input  {
	margin: 2px 1px 0 2px;
}
#searchform select, #newsletterform select  {
	width: 134px;
	padding: 0;
	margin: 8px 2px 0 2px;
	border: 1px solid #FFFFFF;
}
#searchform select  {
	display: none;
}
input#searchSubmit  {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin-left: 0;
	padding: 0;
	overflow:hidden;
	text-indent: -999em;
	background: #FFFFFF url(pix/search.gif) no-repeat top left;
}
input#newsletterSubmit  {
	border: 0;
	cursor: pointer;
	width: 18px;
	height: 18px;
	margin-left: 0;
	padding: 0;
	overflow:hidden;
	text-indent: -999em;
	background: #FFFFFF url(pix/newsletter.gif) no-repeat 1px 1px;
}
#newsletterform p  {
	clear:both;
	margin: 0;
	padding: 2px 4px;
	line-height: 1em;
}

ul.promo  {
	padding: 0 2px 0 2px;
	margin-top: 5px;
	list-style: none;
	text-align:center;
	margin-bottom: 5px;
}

ul.promo li  {
	background: transparent url(pix/bullet_blue.gif) 1px 7px no-repeat;
	height: 28px;
	padding-left: 15px;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 2px
}
/* ---------------- End right column ---------------- */

#banner  {
	width: 120px;
	margin-left: 10px;
	overflow:hidden;
	float: left;
}

/* ------------- End Navigation ------------- */

#impressum, #impressum p  {
	text-align: center;
}

.left  {
	width: 49%;
	text-align: left;
	float:left;
}
.right  {
	width: 49%;
	text-align: right;
	float:left;
}
.clear  {
	visibility: hidden;
	clear:both;
	display: block;
}

/* ------------- Basket ------------- */
table.warenkorb  {
	width: 100%;
	border-collapse: collapse;
}
.warenkorb th  {
	background-color: #757575;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 3px;
}
.warenkorb td  {
	padding: 2px 3px;
	border: 1px solid #757575;
}
.warenkorb tfoot  {
	background-color: #D0D0D0;
	border-top: 1px solid #757575;
}
/* ------------- End Basket ------------- */

/* ------------- Article Front Page ------------- */
.article  {
	position:relative;
	float: left;
	width: 150px;
	margin: 10px 5px 0 5px;
	height: 250px;
	text-align: center;
}
.article h4  {
	font-size: 100%;
}
.article p  {
	text-align: center;
	margin-bottom: 1px;
	font-size: 90%;
}
.article p.price  {
	position: absolute;
	bottom: 20px;
	left: 5px;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 1px;
	width: 100px;
	color: #2D5EB9;
}
.article p.price span.uvp  {
	font-size: 90%;
	color: #541A18;
	text-decoration: line-through;
}
.article p.price strong  {
	line-height: 1.5em;
}
.article p.price span.price  {
	font-size: 130%;
}
.article form  {
	position: absolute;
	bottom: 25px;
	right: 5px;
	display: block;
	width: 35px;
}
.article form fieldset  {
	display: block;
}
.article img  {
	width: 148px;
	border: 1px solid #556467;
}
.article .disclaimer, .disclaimer  {
	display: block;
	text-align: center;
	margin: 2px 0 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.3em;
	text-decoration: none;
}
.article .disclaimer  {
	text-decoration: underline;
}
.disclaimer a  {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
input.buyNow  {
	position: relative;
	top: 4px;
	border: 0;
	cursor: pointer;
	width: 33px;
	height: 31px;
	overflow:hidden;
}
/* ------------- End Article Front Page ------------- */

/* ------------- Article Details ------------- */
#articleImage  {
	width: 49%;
	float:left;
	display: block;
}
#articleImage img  {
	border: 1px solid #556467;;
}
#articleBonusImage  {
	width: 49%;
	float:left;
}
#brandImage  {
	text-align: right;
}
#detailImage  {
	text-align: center;
}
#awards  {
	text-align: left;
}
#orderBox  {
	border: 1px solid #757575;
	width: 206px;
	margin: 5px 10px;
	float: right;
}
#orderBox h3, #orderBoxOut h3  {
	background-color: inherit;
	background: #757575; 
	color: #FFFFFF;
	font-size: 120%;
	height: 22px;
	padding: 4px 5px 2px 5px;
	margin: 0;
}
#orderBoxForm  {
	padding: 0 6px;
}
#orderBoxForm label  {
	float: left;
	width: 45%;
	padding: 2px 6px;
	margin-top: 3px;
}
#orderBoxForm input  {
	margin-top: 2px;
}
#orderBoxForm #artikelnr  {
	display: block;
	margin-top: 5px;
}
#orderBoxForm #a_size, #orderBoxForm  #a_color  {
	width:185px;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
	height: auto;
}
#orderBoxForm #Submit  {
	width: 100%; 
	margin: 0;
	display: block;
	font-size: 80%;
	font-weight: bold;
}
#orderBoxLegend  {
	clear:both;
	margin-bottom: 16px;
}
#orderBoxLegend p  {
	font-size: 80%;
	text-align: left;
	margin-bottom: 4px;
}
#articleDescription  {
}
#orderBoxOut  {
	border: 1px solid #757575;
	background-color: inherit;
	width: 206px;
	margin: 5px 5px;
	float: right;
}
#orderBoxOutContent  {
	padding: 5px 6px 16px 6px;
	margin: 0;
	text-align: left;
}
table.nutrition  {
	border: 0px;
	color: #000000;
	width: 80%;
	margin: 5px auto;
	border-collapse: collapse;
}
.nutrition td, .nutrition th  {
	padding: 2px 3px;
}
.nutrition .highlight  {
	color: #000000;
	background-color: #9FC3FF;
}
/* ------------- End Article Details ------------- */

#loginForm  {
	width: 315px;
	margin-bottom: 5px;
}
#loginForm label  {
	float: left;
	display: block;
	width: 100px;
	margin-top: 3px;	
}
#loginForm input  {
	float: left;
	display: block;
	width: 100px;
	margin: 1px 10px 1px 1px;
}
#loginForm .buttongo  {
	margin-left:100px;
}
#sslImage  {
	float: right;
	width: 175px;
	text-align:center;
}

fieldset  {
	border:0;
	padding:0;
	margin:0;
}

.data div.box  {
	width:100%; 
	float:left; 
	border:0; 
	margin: 0;
	padding-bottom: 2px;
}

.data div.box label  {
	width:20%;
	padding-left: 3px;
	float:left;
	margin-top: 4px;
}

.data div.box input  {
	width:75%;
	margin: 1px 4px 1px 1px;
	float:left;
	margin-top: 1px;
	border: 0;
}

.data span.legend  {
	background-color: #757575;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 3px;
	display:block;
	width: 484px;
	height:24px;
}

/* ---------- Category pages ---------- */
.categoryText a  {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.categoryText a:hover  {
	text-decoration: underline;
}
/* ---------- END Category pages ---------- */

/* aus dem Shop-Template */

.eingabe {
	height: 14px;
	font-style: normal;
	color: #000000;
	border: 1px solid #000000;
	padding: 1px 2px;
	text-align: left;
	width: 240px;
}

.eingabe-warenkorb {
	height: 18px;
	font-style: normal;
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	width: 240px;
}

.eingabeohne { 
	height: 14px; 
	font-style: normal; 
	color: #000000; 
	border: 1px solid #000000;
	text-align: left; 
	margin-bottom:4px;	
}

.button {
	text-decoration: none;
}

.buttongo {
	border: 1px solid #2D5EB9;
	margin: 2px auto; 
}
.buttongo input {
	width: 100%;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight:bold; 
	text-align:center;
	background-color:#2D5EB9; 
	color: #FFFFFF;
}

.data div.box .eingabeland {
	height: 16px;
	font-style: normal;
	color: #000000;
	border: 0;
	padding: 1px 2px;
	text-align: left;
	width: 125px; 
}

.anmerkungen {
	width: 350px;
	border: 1px solid #000000;
	height: 70px;
	margin-top: 4px;
/*	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #859FB8;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
*/	
	color: #000000;
	margin-bottom:4px;
}

.landmenue {
	color: #000000;
	text-decoration: none;
}

.handcursor {
	cursor: pointer;
	position: relative;
	top: 1px;
	left: -3px;
}

.landmenubox {
	cursor: pointer;
	border: 0;
}
