DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}
body {
	margin:0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('/images/topbodybg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}

.shaded {
	color: #888888;
}


a {
	text-decoration: underline;
	color: #444444;
}
a:HOVER {
	text-decoration: none;
	color: #9999BB;
}


#maincontainer {
	background-image: url('/images/bodybg_s.gif');
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #FFFFFF;
	width: 853px;
	margin-left:auto; margin-right:auto;

	height: 100%;
}

.s#maincontainer { background-image: url('/images/bodybg_s.gif'); }
.i#maincontainer { background-image: url('/images/bodybg_i.gif'); }
.p#maincontainer { background-image: url('/images/bodybg_p.gif'); }
.o#maincontainer { background-image: url('/images/bodybg_o.gif'); }

#pagecontainer {
	position: relative;
	background-image: url('/images/headbg_s.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 853px;
	text-align: left;

	height: 100%;
}
.s#pagecontainer { background-image: url('/images/headbg_s.jpg'); }
.i#pagecontainer { background-image: url('/images/headbg_i.jpg'); }
.p#pagecontainer { background-image: url('/images/headbg_p.jpg'); }
.o#pagecontainer { background-image: url('/images/headbg_o.jpg'); }

#tab_i {
	position: absolute;
	width: 104px; height: 52px;
	top: 0px; left: 491px;
	background-image: url('/images/tab_i_normal.jpg'); background-repeat: no-repeat;
	text-align: center;
	padding-top: 34px;
	font-size: 12px; font-weight: bold; color: #FFFFFF;
}
.selected#tab_i {
	background-image: url('/images/tab_i_selected.jpg'); background-repeat: no-repeat;
	padding-top: 14px;
}

#tab_p {
	position: absolute;
	width: 104px; height: 52px;
	top: 0px; left: 601px;
	background-image: url('/images/tab_p_normal.jpg'); background-repeat: no-repeat;
	text-align: center;
	padding-top: 34px;
	font-size: 12px; font-weight: bold; color: #FFFFFF;
}
.selected#tab_p {
	background-image: url('/images/tab_p_selected.jpg'); background-repeat: no-repeat;
	padding-top: 14px;
}

#tab_o {
	position: absolute;
	width: 104px; height: 52px;
	top: 0px; left: 711px;
	background-image: url('/images/tab_o_normal.jpg'); background-repeat: no-repeat;
	text-align: center;
	padding-top: 34px;
	font-size: 12px; font-weight: bold; color: #FFFFFF;
}
.selected#tab_o {
	background-image: url('/images/tab_o_selected.jpg'); background-repeat: no-repeat;
	padding-top: 14px;
}

.tablink {
	font-size: 12px; font-weight: bold; color: #FFFFFF;
	text-decoration: none;
}
.tablink:HOVER {
	font-size: 12px; font-weight: bold; color: #DDDDDD;
	text-decoration: none;
}

#languagesel {
	position: absolute;
	width: 204px; height: 20px;
	top: 50px; left: 35px;
	font-size: 12px; font-weight: bold; color: #FFFFFF;
}

.languagesellink {
	font-size: 12px; font-weight: bold; color: #999999;
	text-decoration: underline;
}
.languagesellink:HOVER {
	font-size: 12px; font-weight: bold; color: #999999;
	text-decoration: none;
}

#logohomelink {
	position: absolute;
	width: 134px; height: 105px;
	top: 69px; left: 25px;
}


#leftframe {
	position: absolute;
	width: 190px;
	top: 234px; left: 0px;
	z-index: 2;
}


#mainframe {
	position: absolute;
	width: 638px;
	top: 295px; left: 215px;
	z-index: 1;
}


.homecontactdiv {
	padding-left: 6px;
	font-size: 13px; font-weight: normal; text-decoration: none;
	height: 24px;
}
.impressumdiv {
	padding-left: 6px;
	font-size: 13px; font-weight: normal; text-decoration: none;
}

.leftblacklink {
	color: #000000;
	text-decoration: none;
}
.leftblacklink:HOVER {
	color: #666666;
	text-decoration: none;
}

.tabblacklink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}
.tabblacklink:HOVER {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}


#navigationdiv {
	position: relative;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 7px;
	font-size: 13px; font-weight: bold; text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.sel_i#navigationdiv { background-color: #F8E2E2; }
.sel_p#navigationdiv { background-color: #E5F2E5; }
.sel_o#navigationdiv { background-color: #DEE6F7; }

.start_i#navigationdiv { background-color: #D65959; text-align: right; padding-right: 6px; }
.start_p#navigationdiv { background-color: #70B770; text-align: right; padding-right: 6px; }
.start_o#navigationdiv { background-color: #7295DC; text-align: right; padding-right: 6px; }

.navigationlink {
	color:#000000;
	font-size: 13px; font-weight: bold; text-decoration: none;
	text-decoration: none;
}
.navigationlink:HOVER {
	color:#880000;
	font-size: 13px; font-weight: bold; text-decoration: none;
	text-decoration: none;
}
.navigationlinkstart {
	color:#FFFFFF;
	font-size: 13px; font-weight: bold; text-decoration: none;
	text-decoration: none;
}
.navigationlinkstart:HOVER {
	color:#880000;
	font-size: 13px; font-weight: bold; text-decoration: none;
	text-decoration: none;
}
.subnavigationdiv {
	position: absolute;
	left: 184px; top: 0px; 
	text-align:left;
	width: 220px;
}
.subnavigationcell_i {
	font-size: 13px; font-weight: normal; text-decoration: none; line-height: 17px;
	padding: 8px;
	background-color: #F8E2E2;
}
.subnavigationcell_top_i { background-image: url('/images/layercurge_top_i.gif'); background-position: top left; background-repeat: no-repeat; }
.subnavigationcell_bottom_i { background-image: url('/images/layercurge_bottom_i.gif'); background-position: bottom left; background-repeat: no-repeat; }
.subnavigationcell_p {
	font-size: 13px; font-weight: normal; text-decoration: none; line-height: 17px;
	padding: 8px;
	background-color: #E5F2E5;
}
.subnavigationcell_top_p { background-image: url('/images/layercurge_top_p.gif'); background-position: top left; background-repeat: no-repeat; }
.subnavigationcell_bottom_p { background-image: url('/images/layercurge_bottom_p.gif'); background-position: bottom left; background-repeat: no-repeat; }
.subnavigationcell_o {
	font-size: 13px; font-weight: normal; text-decoration: none; line-height: 17px;
	padding: 8px;
	background-color: #DEE6F7;
}
.subnavigationcell_top_o { background-image: url('/images/layercurge_top_o.gif'); background-position: top left; background-repeat: no-repeat; }
.subnavigationcell_bottom_o { background-image: url('/images/layercurge_bottom_o.gif'); background-position: bottom left; background-repeat: no-repeat; }

.submenulink {
	color:#000000;
	text-decoration: none;
}
.submenulink:HOVER {
	color:#880000;
	text-decoration: none;
}


#newsboxtitle {
	width:190px; height: 24px; line-height: 24px;
	font-size: 12px; font-weight: bold; text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.s#newsboxtitle { background-image: url('/images/newsboxtitlebg_s.gif'); }
.i#newsboxtitle { background-image: url('/images/newsboxtitlebg_i.gif'); }
.p#newsboxtitle { background-image: url('/images/newsboxtitlebg_p.gif'); }
.o#newsboxtitle { background-image: url('/images/newsboxtitlebg_o.gif'); }

#newsboxcontent {
	width:190px;
}
#newsboxcontent div.inner {
	padding: 8px;
	font-size: 12px;
}
.s#newsboxcontent { background-color: #E4EBF5; }
.i#newsboxcontent { background-color: #F8E2E2; }
.p#newsboxcontent { background-color: #E5F2E5; }
.o#newsboxcontent { background-color: #DEE6F7; }


.shop_hr {
	color: #339933;
	height: 1px; size: 1;
}
.shop_image {
	float: right;
	margin-left: 5px;
}
.shop_producttitle {
	color: #339933;
	font-size: 12px;
	font-weight: bold;
}
.shop_input {
	border: 1px solid #339933;
	background-color: #FFFFFF;
}
.shop_error {
	font-weight: bold;
	font-size: 13px;
	color: #AA0000;
}

.shop_cell1 {
	border-top: 1px solid #339933;
	border-left: 1px solid #339933;
}
.shop_cell2 {
	border-top: 1px solid #339933;
	border-left: 1px solid #339933;
	border-right: 1px solid #339933;
}
.shop_cell3 {
	border-top: 1px solid #339933;
	border-left: 1px solid #339933;
	border-bottom: 1px solid #339933;
}
.shop_cell4 {
	border-top: 1px solid #339933;
	border-left: 1px solid #339933;
	border-right: 1px solid #339933;
	border-bottom: 1px solid #339933;
}
.shop_cell5 {
	border-top: 2px solid #339933;
	border-left: 1px solid #339933;
	border-bottom: 1px solid #339933;
}
.shop_cell6 {
	border-top: 2px solid #339933;
	border-left: 1px solid #339933;
	border-right: 1px solid #339933;
	border-bottom: 1px solid #339933;
}

.shop_hr {
	color: #339933;
	height: 1px;
}
.shop_input {

}


.usermenu {
	font-size: 12px;
	color: #002A51;
	text-align: center;
}
.usermenulink {
	color: #002A51;
	text-decoration: none;
}
.usermenulink:HOVER {
	color: #442A51;
	text-decoration: none;
}



.formtable {
	padding-bottom: 4px;
}

.page_title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 14px;
}
.text_title {
	font-size: 16px;
	font-weight:bold;
}
.text_text {
	line-height: 16px;
}


.gray {
	color: #CCCCCC;
}



.stdtable {
	background-color:#CCCCCC;
}
.stdheader {
	background-color:#E7EFF7;
}
.stdrow1 {
	background-color:#F7F7F7;
}
.stdrow2 {
	background-color:#E8E8E8;
}




.edit {
	color: #990000;
}




p { font-size: 12px; margin: 0; line-height: 16px; font-weight: normal; }

h1 {
	margin-top: 0px;
	font-size: 24px;
}

h2 {
	margin-top: 0px;
	font-size: 20px;
}

h3 {
	margin-top: 0px;
	font-size: 17px;
}





;---------------------------------------------------------
.bubble {
	color: #000000;
	font-size: 11px;
}


.small_input {
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
.small_button {
	background-color: #5A5A5A;
	color: #FFFFFF;
	font-weight:normal;
	border: 2px outset #9999FF;
	font-size: 10px;
}

.small_error {
	color: #BB3333;
	font-size: 11px;
	font-weight: bold;
}



.stdinput_blank1 {
  background-color: #F9EAEA;
  border: 1px solid #F9EAEA;
  font-weight:bold;
}
.stdinput_blank2 {
  background-color: #F1D0CF;
  border: 1px solid #F1D0CF;
  font-weight:bold;
}

.stdinput_editable1 {
  background-color: #FFFFFF;
  border: 1px solid #777777;
  font-weight:bold;
}
.stdinput_editable2 {
  background-color: #FFFFFF;
  border: 1px solid #777777;
  font-weight:bold;
}



.general_button {
	background-color: #B9CCE5;
	color: #333333;
	font-weight:bold;
	border: 2px outset #002A51;
	font-size: 11px;
}

.general_cancelbutton {
	background-color: #DACABC;
	color: #333333;
	font-weight:bold;
	border: 1px outset #3399FF;
	font-size: 11px;
}

.disabled_button {
	background-color: transparent;
	color: #EEEEEE;
	font-weight:bold;
	border: 1px solid #3399FF;
	font-size: 11px;
}

.general_input {
	background-color: #B9CCE5;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #002A51;
}

.general_input_tinymce {
	background-color: #B9CCE5;
	font-size: 12px;
	font-weight: normal;
	border: 1px outset #002A51;
}

.general_select {
	background-color: #B9CCE5;
	font-size: 12px;
	font-weight: normal;
	border: 1px outset #002A51;
}

.general_horizontalline {
	color: #002A51;
	height: 1px;
}



.general_formtitle {
	font-weight: bold;
}

.general_formlabel {
	font-weight: normal;
}

.general_formlabel_required {
	color: #550000;
	font-weight: bold;
}

.general_formnotice {
	color: #555555;
	font-size: 11px;
	font-weight: normal;
}

.general_error {
	color: #BB3300;
	font-size: 12px;
	font-weight: bold;
}

.general_actiondone {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.general_langspacerrow {
	background-color: #5A5A5A;
	color: #FFFFFF;
	font-size: 14px;
}
