@CHARSET "UTF-8";

body {
	font-family: Tahoma,sans-serif;
	background-color: #c0cc00;
}

#site {
	width:849px;
	background-color: #ffffff;
	padding:0px 32px 0px 32px;
	clear: both;
	position: relative;
	min-height: 650px;
}

.site_top {
	width:913px;
	height:30px;
	background-image: url("../../img/site_top.png");
}

.site_bottom {
	position:relative;
	width:913px;
	height:30px;
	background-image: url("../../img/site_bottom.png");
}

#head {
	position:relative;
	width:848px;
	height:88px;
	padding-bottom:4px;
	/* background-image: url("../../img/head.jpg");
	background-repeat: no-repeat; */
}

#main {
	width:848px;
	float:left;
	padding-bottom:4px;
	position:relative;
	min-height: 410px;
}

#navigation {
	width:198px;
	float:left;
	margin-top: 5px;
	margin-right: 4px;
}

.orderCheck {
	position:absolute;
	bottom:80px;
	left:36px;
	width:186px;
	height: 145px;
	z-index:100;
}

#navigation ul {
	width:194px;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../../img/nav_item_top.gif");
	background-repeat: no-repeat;
	background-color: #009ee0;
}

#navigation ul li.selected {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	background-image: url("../../img/nav_item_top_select.gif");
	background-repeat: no-repeat;
	background-color: #c0cc00;
}

#navigation ul li a {
	display: block;
	background-image: url("../../img/nav_item_bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation ul li.selected a {
	display: block;
	background-image: url("../../img/nav_item_bottom_select.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation ul li ul {
	padding-top: 2px;
	background-color: #FFF;
}

#navigation ul li ul li {
	font-size: 10px;
	font-weight: normal;
	background-image: url("../../img/nav_subitem_top.gif");
	background-repeat: no-repeat;
	background-color: #f4f5f9;
}

#navigation ul li ul li a {
	display: block;
	background-image: url("../../img/nav_subitem_bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	width:646px;
	float:left;
	background-image: url("../../img/content_bg_line.gif");
	background-repeat: no-repeat;
	padding-top: 4px;
	min-height: 300px;
}

#footer {
	clear:left;
	position:relative;
	width:848px;
	height:76px;
	font-size: 12px;
	color: #706f6f;
}

#footer a{
	color: #706f6f;
}

#plattenblogger {
	float:left;
	position: absolute;
	top: -205px;
	left:666px;
	z-index: 1;
}

.sidebar_right {
	float:right;
	width:182px;
}

#ErrorPop {
	background-color:#F4F6E5;
	background-image:url(../../img/emailpopup_bg.png);
	background-position:0px;
	background-repeat:no-repeat;
	border:1px solid #8FA800;
	color:#8FA800;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	height:90px;
	left:120px;
	position:absolute;
	text-decoration:none;
	top:-200px;
	display:none;
	width:200px;
	z-index:1;
}