body.print {
	background-color: #FFFFFF;
	scrollbar-3dlight-color : #F2F2F2;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #F2F2F2;
	scrollbar-darkshadow-color : #F2F2F2;
	scrollbar-face-color : #F2F2F2;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #F2F2F2;
	font-family:Tahoma;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	font-size: 12px;
}

body.online {
	background-color: #E7EBEC;
	scrollbar-3dlight-color : #F2F2F2;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #F2F2F2;
	scrollbar-darkshadow-color : #F2F2F2;
	scrollbar-face-color : #F2F2F2;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #F2F2F2;
	font-family:"Comic Sans MS";
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url(img/hg_g.gif);
	background-repeat: repeat;
}

body.cms {
	background-color: #F3E0BA;
	scrollbar-3dlight-color : #F2F2F2;
	scrollbar-arrow-color : #999999;
	scrollbar-base-color : #F2F2F2;
	scrollbar-darkshadow-color : #F2F2F2;
	scrollbar-face-color : #F2F2F2;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #F2F2F2;
	background-image: url(img/hg_cms.gif);	
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.ba_bg {
	background-image:  url("img/banner_120.gif");
	background-repeat: no-repeat;
}


.mp_gs_bg1 {
background-image:    url("img/anis/banane.gif");
background-repeat: no-repeat;
}

.mp_gs_bg2 {
background-image:    url("img/anis/birne.gif");
background-repeat: no-repeat;
}

.mp_et_bg {
background-image:    url("img/etyp/wkugel.jpg");
background-repeat: no-repeat;
}

.mp_es_bg {
background-image:    url("img/sortiment/sort.gif");
background-repeat: no-repeat;
}

a {
	font-weight:bold;
	text-decoration: none;
	color: #D2996F;
}

a.wk {
	color: #2DBC25;
	font-size: 11px;
	font-weight: bold;
}

a:hover, a:focus {
	color: #990000;
}

a.wk:hover, a.wk:focus {
	color: #006600;
}

td { text-align:left }

form {
	margin:0;
	padding:0;
}
form .silent {
	display:none;
}
form .aside {
	float:left;
	clear:left;
	width:30%;
}
form textarea {
	width:90%;
}

img {
border: 0;
}


.border_01 {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}
.border_02 {
	background-color: #FEFCE7;
	left: 0px;
	top: 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.border_03 {
	left: 0px;
	top: 0px;
	border: 1px none #CCCCCC;
	background-color: #F3E9C5;
}

.border_04 {
	left: 0px;
	top: 0px;
	border: 1px solid #999999;
	background-color: #E1E8F7;
}

.border_05 {
	left: 0px;
	top: 0px;
	border: 1px solid #999999;
	background-color: #F2EED7;
}

.border_06 {
	left: 0px;
	top: 0px;
	border-top: medium dashed #333333;
	border-right: medium none #333333;
	border-bottom: medium none #333333;
	border-left: medium none #333333;
}

.border_07 {
	left: 0px;
	top: 0px;
	border: 1px solid #CC9933;
	filter: Alpha(Opacity=80, FinishOpacity=80, Style=0);
	background-color: #FFFFCC;
}

.border_08 {
	left: 0px;
	top: 0px;
	border: 1px dashed #C7C6A7;
	filter: Alpha(Opacity=80, FinishOpacity=80, Style=0);
	background-color: #FAF9F5;
}

.bg_grey_01 {
	background-color: #F2F2F2;
}
.bg_white_01 {
	background-color: #FFFFFF;
}
.bg_orange_01 {
	background-color: #EB9500;
}
.bg_yellow_01 {
	background-color: #FDF8BB;
}
.bg_blue_01 {
	background-color: #CDE0F3;
}
form img.aside { /* Need to deprecate this */
	float:right;
	clear:none;
	width:20px
}
/* --/Generic classes-------------------- */

/* --Forms------------------------------- */
div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top:2px
}
html>body input.text, html>body input.button html>body select { /* Just doesn't work */
	height:1.35em
}
*:root input.text, *:root input.button, *:root select {
	height:auto
}
input.text, input.button, textarea, select {
	font:8pt "Tahoma","Arial","Helvetica",sans-serif;
	font-weight:normal
}
input.button {
	border:1px solid #000;
	padding:0 .1em;
	cursor:pointer;
	color:#000;
	background-color:#FFFFFF;
	border-radius:.4em
}
input.button:hover, input.button:focus {
	background-color:#C1CBC1
}
input.button:active {
	background-color:#EEE
}
input.button[disabled] {
	border-color:#CCC;
	color:#FFF;
	background-color:#FFF
}
input.text, textarea, select {
	border:1px solid #666;
	color:#000;
	background-color:#FFFFFF;
	letter-spacing:0px
}

input.text:hover, input.text:hover, textarea:hover, select:hover {
	background-color:#EEEEEE
}
input.text:focus, input.text:focus, textarea:focus, select:focus {
	background-color:#FFFFFF
}
/* --/Forms------------------------------ */

/*---MENU--- */
.menu_sel {
font-size:15px;
color: #330099;
}

.menu_unsel {
font-size:15px;
color: #CFAB8B;
}

.smenu_sel {
font-size:13px;
color: #000000;
}

.smenu_unsel {
font-size:13px;
color: #999999;
}
/*---/MENU---*/

.tab_wd {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	background-color: #FFFFCC;
	text-align:center;
		left: 0px;
	top: 0px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

.tab_wed {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	background-color: #EBCFB1;
	text-align:center;
		left: 0px;
	top: 0px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}

.text_01 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.text_02 {
	font-size: 12px;
	color: #0066CC;
	font-weight: lighter;
}
.text_03 {
	font-size: 12px;
	color: #537DEE;
	font-weight: bold;
}

.text_md_01 {
	color: #333333;
	font-size: 12px;
}

.text_md_02 {
	color: #333333;
	font-weight: bold;	
	font-size: 13px;
}
.text_md_03 {
	color: #421F00;
	font-weight: bold;	
	font-size: 13px;
}
.text_md_04 {
	color: #FFF4E8;
	font-weight: bold;	
	font-size: 13px;
}
.text_sm_01 {
	color: #333333; 
	font-size: 10px; 
}
.text_sm_02 {
	color: #333333; 
	font-size: 11px; 
}
.text_sm_03 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.text_sm_04 {
	color: #000066;
	font-size: 12px;
}

.text_sm_05 {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
}
.text_sm_06 {
	color: #BB8337;
	font-size: 11px;
	font-weight: bold;
}
.text_sm_07 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
.text_sm_08 {
	color: #33CC00;
	font-size: 11px;
	font-weight: bold;
}
.text_sm_09 {
	color: #330066;
	font-weight: normal;	
	font-size: 12px;
}
.HL_LBLUE_01 {
	font-size: 12px; 
	font-weight: bold; 
	color: #4F9D9D; 
}
.HL_LBLUE_02 {
	font-size: 15px;
	color: #5B82E6;
	font-weight: bold;
	font-style: normal;
}

.HL_ORANGE {
    color: #FF9900; 
	font-weight: bold; 
	font-size: 15px; 
}

.HL_DORANGE {
    color: #FF6600; 
	font-weight: bold; 
	font-size: 16px; 
}

.HL_BLUE {
	font-size: 14px;
	color: #3333CC;
	font-weight: bold;
}
.HL_RED {
	font-size: 16px;
	color: #990000;
	font-weight: bolder;
}
.HL_BLACK {
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
}