html {

}

body {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url(hintergrund_villerit.png) repeat-x;
}

/* ############################# */
/* Container                     */
/* ############################# */

#page {
	margin-top: 35px;
	width: 970px;
	text-align: left;
	
	background-image: url('background.png');
	background-repeat: repeat-y;
}

#page2 {	
	background-image: url('header.png');
	background-repeat: no-repeat;
}

#minheight {
	float: left;
	overflow: hidden;
		
	width: 0px;
	height: 400px;
}

#navigation {
	float: left;
	overflow: hidden;

	width: 169px;
    
	margin: 80px 0 0 0;
	padding: 0;
}

#newsblock {
	float: right;
	overflow: hidden;

	width: 170px;

	margin: 160px 0 0 0;
	padding: 0;
	
	font-size: 0.9em;
}

#content {
	float: left;
	margin: 0;
	padding: 60px 0 0 0;
	width: 612px;
}

#footer {
	clear: both;
	height: 30px;
	position: relative;
}

/* ############################# */
/* Mainmenue                     */
/* ############################# */

#mainmenue {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 24px;
	
	overflow: hidden;
}

#mainmenue li {
	float: left;	
}

#mainmenue li a {
	width: 102px;
	height: 24px;
	display: block;
	
	background-image: url('maintab.png');
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#mainmenue li.active a 
{
	background-image: url('maintaba.png');
}

#mainmenue li a:hover {
	text-decoration: underline;
}

/* ############################# */
/* Submenue                      */
/* ############################# */

#navigation h1 {
	font-size: 1em;
	margin: 0;
	padding: 4px 0 4px 10px;
	color: white;
}

#submenue1 {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	
	background-color: #FFEFD9;
}

#submenue1 li 
{
	background-image: url('sub1.gif');
	background-repeat: no-repeat;
	margin: 0;
	
}

#submenue1 li.active 
{
	background-image: url('sub1a.gif');
}

#submenue1 li a 
{
	display: block;
	/* width: 100%; */
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0;
	padding: 4px 0 4px 10px;
}

#submenue1 li a:hover {
	text-decoration: underline;
}


#submenue2 {


	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	
	background-color: #E1E3E4;
}

#submenue2 li 
{
	background-image: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#submenue2 li.active 
{
	background-image: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#submenue2 li a 
{
	background-image: url('dot.gif');
	background-repeat: no-repeat;
	background-position: 10px 7px;

	padding-left: 24px;
	border-top: 1px solid white;
	color: #868788;
}

#submenue2 li.active a 
{
	color: #FF9900;
	background-image: url('dota.gif');
	background-color: #FFD696;
}

#submenue3 
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

#submenue3 li 
{
	background-image: none;
}

#submenue3 li.active
{
	background-image: none;
}

#submenue3 li.inactive a 
{
	background-color: #F3F4F4;
	color: #868788;
	background-image: none;
}

#submenue3 li.active a 
{
	background-image: none;
}

/* ############################# */
/* Searchbox                     */
/* ############################# */

#search {
	padding: 14px 0 2px 10px;
	margin: 0 0 10px 0;
	background-image: url('search.gif');
}

#search .searchbox {
	float: left;
	width: 127px;
}

/* ############################# */
/* Newsblock                     */
/* ############################# */

#newsblock p.newsblock
{
	margin: 0 10px 10px 0;
	padding: 0;
}

#newsblock p.bodytext
{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

#newsblock a
{
	color: #E1001A;
	text-decoration: none;
}

#newsblock a:hover
{
	text-decoration: underline;
}

#newsblock div.newsred h1
{
	margin: 0;
	padding: 4px 10px;
	
	font-size: 1em;
	font-weight: normal;
	color: White;
	background-color: #E1001A;
	
	background-image: url('newsedge.gif');
	background-repeat: no-repeat;
}

#newsblock div.newsgray h1
{
	margin: 0 0 4px 0;
	padding: 4px 10px;
	
	font-size: 1em;
	font-weight: normal;
	color: White;
	background-color: #B0B3B5;
	
	background-image: url('archiveedge.gif');
	background-repeat: no-repeat;
}

/* ############################# */
/* Footerstuff                   */
/* ############################# */

#impressum 
{
	position: absolute;
	top: -5px;
	left: 10px;
}

#impressum a 
{
	color: Black;
	text-decoration: none;
}

#impressum a:hover
{
	text-decoration: underline;
}

#copyright
{
	font-size: 0.8em;
}

#footerblock 
{
	position: absolute;
	top: 0px;
	left: 170px;
	width: 610px;
	height: 30px;
	
	background-color: #FF9900;
	
	text-align: center;
	font-size: 16pt;
	line-height: 30px;
	color: White;
	font-weight: bold;
}

/* ############################# */
/* Inhalte                       */
/* ############################# */

#contentarea 
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	position:relative;
}

#contentarea div.content_full 
{
	clear: both;
}

#contentarea div.content_center
{
	clear: both;
	margin: 10px 20px;
}

#contentarea div.content_left
{
	float: left;
	width: 275px;
	margin: 10px 0 10px 20px;
}

#contentarea div.content_right
{
	float: right;
	width: 275px;
	margin: 10px 20px 10px 0;
}

#contentarea h1
{
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	
	font-size: 1.3em;
	font-weight: bold;
}

#contentarea h2
{
	margin: 0;
	padding: 0;
	border: 0;
	
	font-size: 1em;
	font-weight: bold;
	color: #E1001A;
}

#contentarea p
{
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	
	font-size: 1em;
	font-weight: normal;
}

#contentarea a
{
	color: #E1001A;
	text-decoration: none;
}

#contentarea a:hover
{
	text-decoration: underline;
}

#contentarea ul
{
	margin: 0;
	padding: 0;
	border: 0;
	
	list-style: none;
}

#contentarea ul li
{
	padding-left: 15px;
	background-image: url('dota.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/* ############################# */
/* Products                      */
/* ############################# */

#productdetail 
{
	padding: 10px 20px 0 20px;
}

#productdetail h1 
{
	margin: 0;
	padding: 0;
	border: 0;
	
	font-size: 1.6em;
	font-weight: bold;
	color: #FF9900;
}

#productdetail h2 
{
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	
	font-size: 1.1em;
	font-weight: bold;
	color: black;
}

#productdetail #product_left 
{
	float: left;
	width: 404px;
	overflow: hidden;
}

#productdetail #product_right 
{
	float: right;
	width: 154px;
	overflow: hidden;
}

#productdetail #product_longtext 
{
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
}


#productdetail #product_fields 
{
	width: 100%;
	background-color: #FFF0D9;
	
	padding: 5px;
}

#productdetail #product_fields th 
{
	vertical-align: top;
	text-align: left;
	
	font-size: 1.1em;
	font-weight: bold;
	color: #FF9900;
}

#productdetail #product_fields td.product_key 
{
	vertical-align: top;
	text-align: left;

	font-size: 0.9em;
	font-weight: normal;
	color: black;
}

#productdetail #product_fields td.product_value 
{
	vertical-align: top;
	text-align: left;

	font-size: 0.9em;
	font-weight: normal;
	color: black;
}

#productdetail h3 
{
	margin: 0;
	padding: 0;
	border: 0;
	
	font-size: 0.9em;
	font-weight: bold;
	color: #E1001A;
}

#productdetail #product_right ul 
{
	margin: 0 0 25px 0;
	padding: 0;
	border: 0;
	list-style: none;
}

#productdetail #product_right li 
{
	margin: 0 0 1px 0;
	padding: 1px;
	border: 0;
	background-image: none;
	
	background-color: #FF9900;
}

#productdetail #product_right li a
{
	display: block;
	
	color: White;
	font-weight: normal;
}

#productdetail #product_picture 
{
}
