html {
	
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-size:100%;
	background-image: url(../images/bg.jpg);
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
/* ||| the end |||*/
/* ||| set of clearing floats |||*/	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */
/* ||| the end |||*/

div#page {
	width: 900px;
	margin: 0px auto 0;
}
div#header {
	width: 900px;
	height: 97px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0;
	background-image: url(../images/head.png);
	background-repeat: no-repeat; 
}
div#header_left {
	width: 400px;
	height: 70px;
	float: left;
	display: inline;
	padding: 27px 0px 0px 20px;
}
a#logo {
	background: transparent url(../images/logo.png) no-repeat 0 50%;
	width: 249px;
	height: 54px;
	display: block;
	float: left;
}
div#header_right {
	width: 400px;
	height: 85px;
	display: inline;
	float: right;
	padding: 6px 0px 0px 8px;
}
div#menu {
	width: 878px;
	height: 26px;
	clear: both;
	display: block;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 0px;
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E; 
	border-bottom: 1px solid #9E9E9E;
	background-color: #E5E5E5;
}
div#main {
	width: 888px;
	overflow: hidden;
	float: left;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E; 
	background-color: #FFFFFF;
}
div#left {
	width: 663px;
	float: left;
	display: inline;
 	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
div#menu_inner {
	width: 661px;
	height: 34px;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #9E9E9E; 
	border-bottom: 1px solid #9E9E9E;	
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E;
	background-color: #D3D3D3;
}
div#menu_inner_bottom {
	width: 661px;
	height: 34px;
	float: left;
	display: inline;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #9E9E9E; 
	border-bottom: 1px solid #9E9E9E;	
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E;
	background-color: #D3D3D3;
}
div#banner_top {
	width: 651px;
	height: 100px;
	float: left;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #9E9E9E; 
	border-bottom: 1px solid #9E9E9E;	
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E;
	background-color: #FFFFFF;
}
div#banner_ads_top {
	width: 100%;
	height: 60px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E5E5E5;
}
div#mainbody {
	width: 647px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: 1px solid #9E9E9E; 
	border-bottom: 1px solid #9E9E9E;	
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E;
	background-color: #FFFFFF;
}
div#banner_bottom {
	width: 651px;
	height: 100px;
	float: left;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #9E9E9E; 
	border-bottom: 1px solid #9E9E9E;	
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E;
	background-color: #FFFFFF;
}
div#banner_ads_bottom {
	width: 100%;
	height: 60px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E5E5E5;
}
div#right {
	width: 220px;
	display: inline;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
div#inhalt {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
div#menu_bottom {
	width: 898px;
	height: 34px;
	clear: both;
	display: block;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid #9E9E9E; 
	border-right: 1px solid #9E9E9E; 
	border-top: 1px solid #9E9E9E;
	background-color: #E5E5E5;
}
div#bottom {
	width: 900px;
	height: 97px;
	overflow: hidden;
	float: left;
	clear: both;
	display: inline;
	margin: 0;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat; 
}
div#bottom_left {
	width: 80px;
	height: 70px;
	float: left;
	display: inline;
	padding: 20px 0px 0px 25px;
}
div#logo_footer {
	width: 65px;
	height: 52px;
	display: block;
	float: left;
	text-align: center;
	background: transparent url(../images/footer_btn.png) no-repeat 0 50%;
}
div#tracking {
	width: 30px;
	height: 10px;
	float: left;
	display: inline;
	text-align: center;
	padding: 17px 0px 0px 12px;
}
div#bottom_right {
	width: 700px;
	height: 50px;
	display: inline;
	float: left;
	padding: 25px 0px 0px 0px;
	font-size: 7pt;
	line-height: 20px;
  	font-family: arial,tahoma,helvetica;
  	color: #333333;
}
#nav_top {
        margin: 0;
        padding: 7px 0px 34px 2px;
		background-image: url(../images/menu_bg.jpg);
		background-repeat: no-repeat; 
}
#nav_top li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
#nav_top a:link, #nav_top a:visited {
        float: left;
        font-size: 11px;
	font-weight: bold;
        line-height: 20px;
        padding: 0 2px 6px 12px;
        text-decoration: none;
        color: #333333;
}
#nav_top a:link.active, 
#nav_top a:visited.active, 
#nav_top a:hover {
        color: #F26522;
}
#nav_log {
        margin: 0;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	display: block;

}
#nav_log li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
#nav_log a:link, #nav_log a:visited {
        float: left;
        font-size: 11px;
        text-decoration: none;
        color: #F26522;
}
#nav_log a:link.active, 
#nav_log a:visited.active, 
#nav_log a:hover {
        color: #333333;
}
#nav_bottom {
        margin: 0;
        padding: 7px 0px 34px 2px;
		background-image: url(../images/menu_bg.jpg);
		background-repeat: no-repeat; 
}
#nav_bottom li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
#nav_bottom a:link, #nav_bottom a:visited {
        float: left;
        font-size: 11px;
	font-weight: bold;
        line-height: 20px;
        padding: 0 2px 6px 12px;
        text-decoration: none;
        color: #333333;
}
#nav_bottom a:link.active, 
#nav_bottom a:visited.active, 
#nav_bottom a:hover {
        color: #F26522;
}
#nav_infobottom {
        margin: 0;
        padding: 7px 0px 10px 20px;

}
#nav_infobottom li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
#nav_infobottom a:link, #nav_infobottom a:visited {
        float: right;
        font-size: 11px;
        line-height: 20px;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #F26522;
}
#nav_infobottom a:link.active, 
#nav_infobottom a:visited.active, 
#nav_infobottom a:hover {
        color: #333333;
}
.button {
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x; 
	background-color: #FF7900; 
	font-weight: bold;
	color:#FFFFFF; 
	border: 1px solid #9D9D9D;
}
.button2 {
	height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/button_bg.jpg);
	background-repeat: repeat-x; 
	background-color: #FF7900; 
	font-weight: bold;
	color:#FFFFFF; 
	border: 1px solid #9D9D9D;
}
.container {
        width: 900px;
       
}
.boxhead {
	width: 212px;
	height: 22px;
	clear: both;
	display: block;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 0px;
	background-image: url(../images/box_bg.jpg);
	background-repeat: no-repeat; 
}
.boxhead_inner {
        margin: 0;
	display: block;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}
.boxcontent {
	width: 212px;
	margin-bottom: 10px;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 1px;
	border-left: 1px solid #9D9D9D; 
	border-right: 1px solid #9D9D9D; 
	border-bottom: 1px solid #9D9D9D; 
	background-color: #FFFFFF;
	color: #333333;
}
.boxcontent2 {
	width: 212px;
	height: auto !important;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 1px;
	border-left: 1px solid #9D9D9D; 
	border-right: 1px solid #9D9D9D; 
	border-bottom: 1px solid #9D9D9D; 
	background-color: #FFFFFF;
	color: #333333;
}
.boxcontent3 {
	width: 208px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #9D9D9D; 
	border-right: 1px solid #9D9D9D; 
	border-bottom: 1px solid #9D9D9D; 
	background-color: #FFFFFF;
	color: #333333;
}
.boxcontent4 {
	width: 208px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #9D9D9D; 
	border-right: 1px solid #9D9D9D; 
	border-bottom: 1px solid #9D9D9D; 
	background-color: #FFFFFF;
	color: #333333;
}
.boxcontent5 {
	width: 212px;
	height: auto !important;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 1px;
	border-left: 1px solid #9D9D9D; 
	border-right: 1px solid #9D9D9D; 
	border-bottom: 1px solid #9D9D9D; 
	background-color: #FFFFFF;
	color: #333333;
}
.boxleft {
	width: 150px;
	float: left;
	display: inline;
}
.boxright {
	width: 50px;
	float: right;
	text-align: right;
	display: inline;
}
.boxtable {
	color: #333333;
}
.legal {
	text-align: center;
	color: #333333;
}</blockquote>