BODY {
	padding: 0px;
	margin: 0px;
	font-family:verdana;
	font-size:12px;
	background-color: #000000;
	background-image:url('/img/body_background.png');
	background-repeat: repeat-x;
	margin-top: 0px; 
}

A {
	color: #1c4164;
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
	background-color: #1c4164;
	color: #ffffff;
}

#page_area {
	width: 946px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/img/page_back.png');
}

#page {
	width: 929px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#logo {
	float: left;
	width: 292px;
	height: 177px;
	background-image: url('/img/header_left.png');
	text-align:center;
}

#header {
	float: left;
}

#topmenu {
	clear: both;
	width: 929px;
	height: 40px;
	background-image: url('/img/topmenu_back.png');
}

.topmenu_item {
	cursor: pointer;
	line-height:2.4em;
	height: 40px;
	font-family: Arial;
	font-size: 16px;
	width: auto;
	white-space: nowrap;
	color: #ffffff;
	font-weight:normal;
	text-decoration: none;
	padding-left:16px;
	padding-right:16px;
}

A.topmenu_item:hover {
	text-decoration:none;
	background-color:transparent;
	height: 40px;
}

#footer {
	width: 946px;
	height: 49px;
	background-color: #fbfaf9;
	text-align: center;
	line-height: 2em;
	font-family: verdana,tahoma,arial;
	font-size: 10px;
	color: #909090;
}

#content_area {
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

#leftmenu {
	width: 217px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.leftmenu_item {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
A.leftmenu_item:hover {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}

#main_header {
	margin-top:10px;
	width: 606px;
	text-align:right;
}

h1 {
	font-size: 24px;
	font-family: Verdana,Tahoma,Arial;
	font-weight: normal;
	color: #1c4164;
}

.article_title {
	color: #1c4164;
	font-size: 14px;
	font-weight:bold;
	font-family: tahoma;
}

.smaller {
	font-size:0.9em;
}

.error {
	color: #C60005;
}

.orderform_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #1c4164;
	border: 1px solid #B5B5B5;
}

.sub_container {
	position:absolute;
	background-color: #383838;
	display:none;
	clear:both;
	margin:0px;
	width: 260px;
	border: 1px solid #fafafa;
}

.submenu_item {
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 4px;
	width: 252px;
}
A.submenu_item:hover {
	text-decoration: none;
	background-color: #727272;
}

.topmenu_container {
	display:block;
	float:left;
	height: 40px;
	background-image:url('/img/item_back.gif');
	cursor: pointer;
}

.menuline {
	background-color: #545454;
	width: 260px;
	height: 1px;
	clear: both;
}

.content_area td, p, span, li, div {
	line-height: 1.5;
	text-align: justify;
}

.popup_headline {
	color:#666666;
	font-family:Tahoma,Geneva,sans-serif;
	font-size:18px;
	height:21px;
	margin-bottom: 5px;
}


.popup_text {

}