body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #535353;
	margin: 0px;
	padding: 0px;
}

.header {
	text-align: left;
	margin: auto;
	width: 940px;
	height: 124px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.main_container {
	text-align: left;
	margin: auto;
	width: 900px;
	background-image: url(../img/bg_content.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
}

.nav_container {
	width: 250px;
	background-image: url(../img/nav_top.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 116px;
}

.main_content {
	float: left;
	margin-left: 30px;
	width: 575px;
	position: relative;
}

.main_content object {
	position: relative;
}

.image_container {
	margin-left: 250px;
	width: 625px;
	height: 184px;
	background-color: #EEEEEE;
	margin-bottom: 20px;
}

.content_image {
	margin-left: 0px;
	width: 575px;
	/* height: 180px; */
	background-color: #EEEEEE;
	margin-bottom: 20px;
}

.footer {
	width: 940px;
	height: 93px;
	margin: auto;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.below_site {
	color: #EEEEEE;
	font-size: 10px;
	padding-right: 60px;
	width: 940px;
	margin: auto;
	text-align: right;
}

.below_site a {
	color: #EEEEEE;
	font-style: italic;
	text-decoration: none;
}

.below_site a:hover {
	font-style: normal;
}

a.menu_link {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: 1px solid #EEEEEE;
	color: #FFFFFF;
	text-transform: uppercase;
}

.level1 {
	background-color: #050505;
	padding-left: 20px;
	width: 220px;
}

.level1:hover {
	background-color: #F0B800;
}

.level2 {
	background-color: #323232;
	padding-left: 30px;
	width: 210px;
}

.level2:hover {
	background-color: #444444;
}

.level3 {
	background-color: #555555;
	padding-left: 40px;
	width: 200px;
}

.level3:hover {
	background-color: #6F6F6F;
}

a.product3 {
	background-color: #FFFFFF;
	color: #555555;
	padding-left: 40px;
	width: 200px;
}

a.product3:hover {
	background-color: #DDDDDD;
	color: #555555;
}

a.product4 {
	background-color: #FFFFFF;
	color: #555555;
	padding-left: 50px;
	width: 190px;
}

a.product4:hover {
	background-color: #DDDDDD;
	color: #555555;
}

.breadCrump a {
	text-decoration: none;
	color: #555555;
}

.breadCrump a:hover {
	background-color: #555555;
	color: #FFFFFF;
}

.content_headline {
	padding-top: 20px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #555555;
	letter-spacing: 1px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	clear: both;
}

.content_subtext {
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
	color: #555555;
	line-height: 20px;
	background-color: #F5F5F5;
	font-style: italic;
	margin-bottom: 10px;
}

.content_text {
	padding-top: 10px;
	color: #555555;
}

a.product_block {
	display: block;
	width: 165px;
	background-color: #EEEEEE;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #555555;
}

a.product_block:hover {
	background-color: #DDDDDD;
}

div.product_gap {
	width: 10px;
	float: left;
	height: 10px;
}

div.top_navi {
	padding-top: 20px;
	padding-right: 70px;
}

a.top_navi_link {
	display: block;
	float: right;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #555555;
	background-color: #DDDDDD;
}

a.top_navi_link:hover {
	background-color: #888888;
	color: #FFFFFF;
}

.content_text p {
	margin-top: 0px;	
}

.content_text a {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}

.content_text a:hover {
	background-color: #555555;
	color: #FFFFFF;
}

input, textarea {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetic, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 3px;
}

.moreinfos {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	padding-top: 20px;
}

.moreinfos a {
	text-decoration: none;
	color: #000000;
}
