/********************************************
   HTML ELEMENTS
********************************************/ 

* { margin: 0; padding: 0;}

body {
	color: #666666;
	text-align: left;
	margin: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #000000;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #16B1E4;
	text-decoration: none;
}
a:hover {
	color: #16B1E4;
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0px;
}
ul, li, ol {
	list-style:none;
	margin: 0px;
	padding: 0;
}

/* easy clearing */
.fix:after {
	content: '[.]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
}
/*\*/
.fix {
	display: block;
}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

#content-wrap {
	float: left;
	padding: 0;
	margin: 0px;
	display: inline;
}

#header {
	position: relative;
	height: 0px;
	width:900px;
	padding: 0;
	height: 206px;
}

#logo {
	height: 43px;
	width:286px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png');
	padding: 0px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
}

#logo img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#contentLeft {
	float: left;
	width: 293px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(/img/dropContainerBox/middle_293.gif);
	background-repeat: repeat-y;
	height:449px;
}	

#contentBasicLeft {
	float: left;
	width: 605px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E8E8E8;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentBasicFull {
	width: 900px;
	background-color: #E8E8E8;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}

#contentMiddle {
	float: left;
	width: 295px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	height: auto;
}	

#contentRight {
	float: left;
	width: 270px;
	margin: 0px;
	background-color: #FFFFFF;
}	

#contentBasicRight {
	float: left;
	width: 260px;
	margin: 0px;
	background-color: #E8E8E8;
	padding: 10px;
}
.contentBasicRight {
	float: left;
	width: 260px;
	margin: 0px;
	background-color: #E8E8E8;
	padding: 10px;
	margin-bottom: 20px;
}
#contentBasicRightSec {
	float: left;
	width: 280px;
	margin: 0px;
}
.contentBlogRight {
	float: left;
	width: 260px;
	background-color: #E8E8E8;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#footer-wrap {
	clear: both;
	width: 900px;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/********************************************
   CONTENT LEFT HOME PAGE - SENKE, TEXT
********************************************/


#contentLeft h1 a {
	background-image: url(/img/contentLeftH1.jpg);
	height: 38px;
	width: 278px;
	color:#ffffff;
	display:block;
	font-size:16px;
	font-weight:normal;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	background-repeat: no-repeat;
}

#contentLeft h1 a:hover {
	text-decoration: none;
}

#contentLeft .middle {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	height: 351px;
}

#contentLeft .bottom {
	background-image: url(../img/more_bg.gif);
	height: 30px;
	width: 293px;
}

#contentLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #797979;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/********************************************
   LIST CHECK
********************************************/

#checkList {
	padding: 0;
	list-style:none;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 535px;
}

#checkList ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}

#checkList li {
	list-style:none;
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(/img/border_list.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#checkList li p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/img/check.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 25px;
}

.separator{
	background-image: url(/img/table_bg.gif);
	background-repeat: repeat-y;
}

#basicPagesProducts .textBox table.tableProducts {
	padding:0;
	margin: 25px;
	width: 535px;
}

#basicPagesProducts .textBox table.tableProducts tr td h1 {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:normal;
	padding:0;
	margin: 0;
}

#basicPagesProducts .textBox table.tableProducts tr td h3 {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	margin: 0;
	padding:0;
}


#basicPagesProducts .textBox table.tableProducts tr td p {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}




/********************************************
   BACK BUTTON
********************************************/ 

.backButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16B1E4;
	padding: 0px;
	margin: 0px;
	float: right;
}
.backButton a {
	text-decoration: none; /*adjust bullet image padding*/
	color: #16B1E4;
	background-color: transparent;
	background-image: url(/img/backButton.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.backButton a:visited, .backButton a:active {
	color: #16B1E4;
	text-decoration: none;
}
.backButton a:hover {
	text-decoration: underline;
}


/********************************************
   FOWARD BUTTON
********************************************/ 

.fowardButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16B1E4;
	padding: 0px;
	margin: 0px;
	float: left;
}
.fowardButton a {
	text-decoration: none; /*adjust bullet image padding*/
	color: #16B1E4;
	background-color: transparent;
	background-image: url(/img/fowardButton.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
.fowardButton a:visited, .fowardButton a:active {
	color: #16B1E4;
	text-decoration: none;
}
.fowardButton a:hover {
	text-decoration: none;
}




.sendComment {
	width: 480px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	padding:20px 0 10px 20px;
	margin-bottom: 0px;
}
.sendComment ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
.sendComment ul li {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	color:#CC0000;
	font-size:15px;
	text-align:center;
}
.sendComment .holder {
	padding-bottom:5px;
	padding-top:5px;
	width:230px;
	float: left;
	padding-right: 10px;
}
.sendComment .holderFull {
	padding-bottom:5px;
	padding-top:5px;
	width:460px;
	float: left;
}
.sendComment label {
	color:#666666;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
}
.sendComment input.inputType {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	height:22px;
	margin-top:5px;
	padding-left:10px;
	padding-top:6px;
	width:208px;
}
.sendComment textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:150px;
	margin-top:5px;
	padding-left:10px;
	padding-top:6px;
	width:448px;
}

.send {
	border:0 none;
	cursor:pointer;
	display:block;
	float:right;
	height:30px;
	width:100px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/button_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
}



.contentRight {
	float: right;
	width: 260px;
	background-color: #E8E8E8;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.contentRight1 {
	background-color:#FFFFFF;
	padding: 10px;
	padding-bottom: 5px;
}
.contentRight h2, .contentBasicRight h2 {
	color:#16B1E4;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px 0px;
}































