/* CSS Document */
html {
	height:100%;
	width:100%;
}
body {
	background-color: #FFFFFF;
	height: 100%; 
	width:100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
div, span, ol, ul,  li, p, table, tr, td {
	font: 400 11px/14px verdana, arial, helvetica, sans-serif;
	color: #333;
	text-decoration:none;
}
p {line-height: 16px; margin: 10px 0;}
ul {list-style: disc url(../art/list.gif);}
ul, ol {margin: 10px 0 10px 40px;}
li ul, li ol {margin: 0 0 0 40px;}
li p {line-height: inherit; margin: 0;}
a {color: #333; text-decoration: underline;}
a img {border-style: none;}

/* CSS Selector */
.Standart {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.H1 {
	font-weight: bold;
	font-size: 16px;
	color:#333;
	margin-bottom:0px;
}
.H2 {
	font-weight: bold;
	font-size: 14px;
	color:#333;
}
.H3 {
	font-size: 10px;
	color:#333;
	line-height: 12px; 
	margin: 5px 0;
}
.Preis {
	font: 600 16px/18px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color: #CC0000;
	padding:2px;
}
div.referenz {
	position:relative;
	clear:both;
	display:block;
	width:350px;
	height:auto;
	padding:0;
	margin:2px;
}
div.referenz img {
	float:left;
	border:0;
	padding:2px;
}




/* --------------Layout CSS-------------- */
#LOGO {
	position:relative;
	left:0;
	height:120px;
	background: #A9A930 url(../art/logo_0101.gif) no-repeat 0 0;
}
#TOPNAV {
	position:relative;
	height:24px;
	background-color:#A9A930;
}
#EYECATCHER {
	position:relative;
	height:300px;
	background: #FFFFFF url(../art/img_0101.jpg) no-repeat;
}

/* --------------Page Content CSS-------------- */
#CONTENT {
	position: absolute;
	top:0px;
	left:300px;
	width:500px; 
	height:290px;
	overflow: auto;
	margin: 0;
	padding:5px;
	display:inline;
}
#CONTENT form img {
	BORDER: 0; 
}
#CONTENT form input, #CONTENT form textarea, #CONTENT form select {
	font-size: 11px;
	background-color: #efefef;
}
#CONTENT form input.radio {
	font-size: 11px;
	background-color: #ffc;
}
#CONTENT form input.submit {
	font-size: 11px;
	background-color: #ccc;
	width:100px;
	height:20px;
}

/* --------------Footer CSS-------------- */
#FOOTER {
	position:relative;
	height:100%;
	margin:0;
	padding:0;
	background-color:#A9A930;
}
#STYLESIZE {
	position:relative;
	height:100%;
	float:left;
	width:300px;
	text-align:right;
	background-color:#5B7511;
}
#FOOTER img, #STYLESIZE img {
	border:0px;
	margin:1px;
}

/* --------------Main-Navigation CSS-------------- */
#NAV_MAIN {
	position:relative;
	float:left;
	width:300px;
	height:24px;
	margin:0;
	padding:0;
	background: url(../art/nav_bg.jpg) no-repeat 0 0;
}
#NAV_MAIN a, #NAV_MAIN span {
	display:block;
	font: 400 14px/16px arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 0pt;
	padding: 2px 2px 2px 0;
}
#NAV_MAIN a:hover {
	color: #EFEFC9;
	background-color: #A9A930;
}

/* --------------Breadcrumb-Navigation CSS-------------- */
#ROOT {
	float:left;
	height:24px;
	color: #333;  
	padding:0;
	margin:0;
}
#ROOT a {
	color: #fff;
	text-decoration: none;
}
#ROOT a:hover {
	color: #000; 
}

/* --------------Sub-Navigation CSS-------------- */
div.HORSUBMENUE {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	background-color: #5B7511;
}
div.HORSUBMENUE a,
div.HORSUBMENUE span {
	background-color: #5B7511;
	display: block;
	font: 400 10px/12px verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	widht:100%;
	height: 14px;
	text-indent: 5pt;
	padding: 2px;
}
div.HORSUBMENUE a:hover {
	color: #EFEFC9;
	background-color: #A9A930;
}


/* --------------Sub-Navigation CSS-------------- */
#BLOCKNAV {
	position: relative;
	left:150px;
	width:150px;
	height:auto;
	background-color: #5B7511;
}
#BLOCKNAV a,
#BLOCKNAV span {
	display: block;
	font: 400 10px/12px verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	widht:100%;
	height: 14px;
	text-indent: 5pt;
	padding: 2px;
}
#BLOCKNAV a:hover {
	color: #EFEFC9;
	background-color: #A9A930;
}


/* --------------Page-Navigation CSS-------------- */
#navPage {
	position:static;
	top:-20px;
	color: #333;  
	padding:0;
	margin: 0px 0px 2px 0px;
}
#navPage a {
	color: #5B7511;
	text-decoration: none;
}
#navPage a:hover {
	color: #000; 
}
#navPage ul{
      margin:0;
      padding:2px; 
      list-style-type: none;
}
#navPage ul li{
      list-style-image: none;
      display:inline;
      padding: 2px;
}
