/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite, table, tr, td, tbody {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}

html {
	font-family: Verdana, Sans, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

body {
	background: #98C301;
	font-size: 1.2em;
	color: #323232;
	height: 100%;
}

.body {
	background: #FFFFFF;
	height: auto;
	width: auto;
	padding-bottom: 20px;
}

a {
	color: #0ABADF;
	outline: none;
	cursor: pointer;
}

a:hover {
	color: #2ADAFF;
}

#bg-left-wrapper {
	background:url("/images/left.jpg") no-repeat scroll 0 0 #FFFFFF;
	float:left;
	height: 585px;
	width: 255px;
}

#bg-right-wrapper {
	background:url("/images/right.jpg") no-repeat scroll 0 0 #FFFFFF;
	float:right;
	height: 585px;
	width: 256px;
}
/****************************** layout divs *******************/

#wrapper {
	width: 1500px;
	background: url("/images/wrapper-bg.gif") repeat-y 247px center #FFFFFF;
	margin: 0 auto;
/*	position: relative;*/
}


#bg-bottom {
	margin: 0 auto;
	background: transparent url(/images/bg-bottom.png) no-repeat bottom left;
	width: 918px;
	z-index: 2;
	height: 17px;
}

#header {
	background: #FFFFFF url(/images/top.jpg) no-repeat top left;
	z-index: 5;
	position: relative;
	float: left;
	padding-top: 22px;
	padding-bottom: 10px;
	width: 989px;
	min-height: 700px;
}

#adbanner {
	float: right;
	width: 700px;
	margin: 0;
	text-align: right;
	position: absolute;
	left: 245px;
	top: 31px;
	height: 100px;
	overflow: hidden;
}

#logo {
	width: 280px;
	margin: 0px 0px 0px 15px;
	text-align: center;
	display: block;
	float: left;
	z-index: 4;
}

#logo img {
	margin: 42px auto;
}

#main {
	z-index: 3;
	width: 990px;
}

#leftcolumn{width: 195px; float: left; margin: 10px 0 50px 0; overflow: hidden;}
#centercolumn{width: 548px; min-width: 548px; max-width: 548px; float: left; background: white; position: relative; bottom: 12px; z-index: 3; padding: 0 5px; border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF;}
#rightcolumn{width: 195px; float: left; position: relative; bottom: 5px; margin-bottom: 50px; overflow: hidden;}

.big{font-size: 1.1em;}

/******************* all other elements *******************/

#left-part {
	width: 280px;
	margin: 0px 0px 0px 15px;
	float: left;
	z-index: 4;
	_display: inline;
}

#left-part h2 {
	font-family: Verdana, Sans;
	color: #A2C500;
	font-size: 1.65em;
	line-height: 1.5em;
	border-bottom: #0ABCE0 solid 1px;
	margin-bottom: 5px;
}

#left-part h3 {
	font-family: Tahoma, Sans;
	color: #0ABADF;
	font-weight: normal;
	font-size: 0.8em;
	margin: 15px 0px 5px 0px;
	padding-bottom: 3px;
	border-bottom: #E9E9E7 dotted 1px;
}

#left-part a {
	font-family: Tahoma, Sans;
	color: #0ABADF;
	font-weight: normal;
	text-decoration: underline;
}

#left-part strong, #left-part b {
	font-family: Tahoma, Sans;
	color: #0ABADF;
	font-weight: normal;
}

#left-part table {
	margin: 10px;
	font-size: 0.75em;
}

#left-part td {
	font-family: Tahoma, Sans;
	color: #A9A9A9;
	font-weight: normal;
	padding: 2px 5px;
}

#left-part p {
	font-family: Tahoma, Sans;
	color: #A9A9A9;
	font-weight: normal;
	font-size: 0.75em;
	text-align: left;
	margin-bottom: 10px;
}

#left-part ul {
	list-style-image: url(/images/list.gif);
	padding: 0 0 0 25px;
	font-size: 1.1em;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.3em;

}

#left-part li {
	vertical-align: middle;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.3em;

}

#right-part {
	font-family: Tahoma, Sans;
	width: 660px;
	padding: 10px;
	margin: 0px 5px 0px 0px;
	float: left;
	position: static;
	z-index: 1000;
}


#right-part table td {
	vertical-align: top;
	padding-left: 10px;
}

#right-part table td.middle {
	border-left: 1px dotted #BBBBBB;
}

#right-part p {
	font-family: Tahoma, Sans;
	color: #A9A9A9;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 10px;
}

#right-part ul {
	text-align: left;
	list-style-image: url(/images/list2.gif);
	padding: 0 0 10px 25px !important;
}

#right-part li {
	font-family: Tahoma, Sans;
	color: #0ABADF;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 5px;
}

#right-part h2 {
	font-family: Verdana, Sans;
	color: #006B82;
	font-size: 1.45em;
	line-height: 1.5em;
	padding: 0px;
	margin-bottom: 5px;
	border: none 0px;
}

#right-part h3 {
	font-weight: bold;
	font-family: Verdana, Sans;
	color: #727272;
	font-size: 1em;
	margin-bottom: 10px;
	border: none 0px;

}

#leftcolumn .box {
	float: right;
	color: #686868;
}
#rightcolumn .box {
	float: left;
	color: #686868;
}

#leftcolumn .shadow {
	width: 156px;
	height: 17px;
	background: url(/images/shadow-leftcolumn.png) no-repeat right bottom;
	float: right;
}

#rightcolumn .shadow {
	width: 156px;
	height: 17px;
	background: url(/images/shadow-rightcolumn.png) no-repeat left bottom;
	float: left;
}

#leftcolumn .box h2{
	font-size: 1.0em;
	color: white;
	padding: 6px 30px 0 30px;
	height: 22px;
	font-weight: normal;
}

#rightcolumn .box h2{
	font-size: 1.0em;
	color: white;
	padding: 8px 30px 0 0;
	height: 22px;
	font-weight: normal;
}


#breadcrumb {
	float: right;
	margin-right: 10px;
	font-family: Verdana, Sans;
	font-weight: bold;
	font-size: 0.8em;
	color: #44821E;
}

#breadcrumb a {
	font-family: Verdana, Sans;
	font-weight: bold;
	font-size: 1.1em;
	color: #44821E;
	text-decoration: none;
}

#breadcrumb a:hover {text-decoration: underline;}

#text p, #text ul, #text ol{
	line-height: 1.5;
	padding: 0 0 15px 0;
	color: #444444;
}

#text ul, #text ol{
	padding: 0 0 15px 30px;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 30px;}

#text img{
	padding: 3px;
	border: 1px solid #DEDFDE;
	vertical-align: middle;
	margin: 0 10px 10px 0;
}
/*
#main-part{
	background: url(/images/main-part-back.gif) repeat-x;
	min-height: 200px;
	padding: 20px 12px;
}
#main-part p, #main-part ul, #main-part ol{
	line-height: 1.5;
	padding: 0 0 10px 0;
	color: #444444;
}

#main-part ul, #main-part ol{
	padding: 0 0 10px 30px;
}

#main-part ul ul, #main-part ul ol, #main-part ol ol, #main-part ol ul{padding: 0 0 0 30px;}


#main-part #desc-image{
	float: right;
	position: relative; bottom: 5px;
}


#main-part .user-info{
  color: #4B4B4B;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 30px 0;
}

#main-part .user-info td{
  padding: 3px 20px 0 0;
}

#main-part .column{
  width: 250px;
  margin: 10px 0;
}

#main-part #cart-submit{
  width: 156px;
  height: 41px;
  background: url(../images/cart-submit.gif);
  border: 0;
  float: right;
  margin: 30px 0;
  cursor: pointer;
}

#main-part .blue{
  color: #005d9b;
  font-weight: bold;
}

#main-part .pink{
  color: #D60056;
}

#main-part #quick-params{
  width: 250px;
  float: right;
}

#main-part .tabs{
  width: 100%;
  float: left;
  margin: 0 0 25px 0;
}
*/
#main-part #error-message{
	background: #EA0035 url(/images/error.gif) no-repeat 10px 5px;
	min-height: 70px;
	height:auto !important;
	display: none;
	height: 70px;
	margin: 15px 0;
}

#main-part #error-message p {
	padding: 10px 0 0 90px;
	color: #fff;
}

.toolTip {
	width: 80px;
	height: 80px;
	padding: 0;
	display: block;
	margin: 0;
	position: absolute;
	left: 90px;
	top: 50px;
	z-index: 500;
}

.toolTipWrapper {
	width: 193px !important;
	padding: 0 !important;
	color: #FFFFFF !important;
	position: absolute !important;
	display: none;
	min-height: 90px !important;
	padding: 0 !important;
}

.toolTipMid {
	width: 179px !important;
	text-align: left !important;
	font-size: 0.9em !important;
	padding: 0 !important;
	margin: 0px 0px 0px 14px !important;
	background: #000000;
	position: relative !important;
}

.toolTipTop {
	width: 193px !important;
	height: 10px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent url(/images/tooltip-top.gif) no-repeat 0 0 !important;
	_background: transparent url(/images/tooltip-top.gif) no-repeat 0 5px !important;
	position: relative !important;
}

.toolTipBottom {
	width: 193px !important;
	height: 23px !important;
	padding: 0 !important;
	background: url(/images/tooltip-bottom.gif) no-repeat !important;
	position: relative !important;
}

.toolTipText {
	padding: 0px 7px 0px 10px !important;
	width: auto !important;
}

.toolTipMid b {
	font-size: 1.1em !important;
	padding: 0 !important;
	width: auto !important;
}

h1 {
	font-size: 1.5em;
	color: #44821E;
	font-weight: bold;
	margin-bottom: 50px;
}

h2 {
	font-size: 120%;
	padding-left: 10px;
	border-bottom: 1px dotted #000000;
	color: #7A910E;
	font-weight: normal;
	margin: 5px 0;
}

p {
	font-size: 1.1em;
	text-align: justify;
}

ul {
	list-style-image: url(/images/list.gif);
	padding: 0 0 0 40px;
	font-size: 1.1em;
	text-align: justify;

}

li {
	vertical-align: middle;
	text-align: justify;

}

#indikator {
	text-align: center;
}

#indikator img {
	display: inline !important;
	float: none !important;
	background: #FFFFFF !important;
}

#indikator p {
	text-align: center !important;
	margin: 50px auto !important;
}

