/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFAD2;
	scrollbar-3dlight-color : #F1EABF;
	scrollbar-arrow-color : #F1EABF;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #F1EABF;
	scrollbar-track-color : #FFFCE1;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-image:url(../img/hg_body.jpg);
	background-repeat:repeat-x;
}
#framecontentBottom{
	position: absolute;
	top: 0;
	width:100%;
	height: 70px;
	overflow: hidden;
	background-color: #FFFAD2;
	left: 18px;
}

#framecontentBottom{
top: auto;
bottom: 0px; 
width:100%;
height: 70px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#FFFAD2;
}

#maincontent{
position: fixed; 
top:0px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 70px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0px 0 70px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
/*Hauptnavigation erweiterbar */
ul.menu {
	margin-left: 0px;
	padding-left: 0px;
	width: 203px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.menu li {
	list-style-type: none;
	width: 203px;
	padding-left: 0px;
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	list-style-image: none;
}
ul.menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EC8800;
	text-decoration: none;
	display: block;
	width: 203px;
	height: 22px;
	line-height: 22px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 14px;
	font-weight: normal;
}
ul.menu li a:link {
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:visited {
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #764925;
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.menu li a:active {	/* doesn't work when reloaded */
	background-image: url(../img/hg_menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
/*Subnavigation */
ul.submenu {
	margin-left: 0px;
	padding-left: 0px;
	width: 203px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1EABF;
	background-color:#FFFCE1;
}
ul.submenu li {
	list-style-type: none;
	width: 203px;
	padding-left: 0px;
	background-image: url(../img/hg_submenu.jpg);
	list-style-image: none;
	background-repeat: no-repeat;
}
ul.submenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #764925;
	text-decoration: none;
	display: block;
	width: 203px;
	height: 18px;
	line-height: 18px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: none;
	text-indent: 28px;
	font-weight: normal;
}
ul.submenu li a:link {
	background-image: url(../img/hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:visited {
	background-image: url(../img/hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:hover {	
	background-image: url(../img/hg_submenu_over.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
ul.submenu li a:active {	/* doesn't work when reloaded */
	background-image: url(../img/hg_submenu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}

INPUT, CHECKBOX, OPTION {
	border : 1px solid #F1F1ED;
	border-bottom : 1px solid #F1F1ED;
	border-color : #F1F1ED;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6A707D;
	margin: 0px;
	padding: 0px;
}
td.button INPUT, CHECKBOX, OPTION {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
select {
	border : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-color : #FFFFFF;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	margin: 0px;
	padding: 0px;
}
TEXTAREA {
	border : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	border-color : #FFFFFF;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	margin: 0px;
	padding: 0px;
}
/*content */
td.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#764925;
	line-height:20px;
}
strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EC8800;
	line-height:20px;
	font-weight: bold;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#764925;
	line-height:20px;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#764925;
	line-height:20px;
}
font{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#764925;
	line-height:20px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#764925;
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:39px;
	color:#EC8800;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#006F50;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:bold;
}
hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F1EABF;
	height: 1px;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EC8800;
	text-decoration: none;
}
a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EC8800;
	text-decoration: none;

}
a:active{
	text-decoration: none;
}
a:hover{
	color:#764925;
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}
td.content ul{
	margin: 0 0 9 10;
	padding: 0 0 0 4;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../img/li.gif);
	background-image: none;
}
td.content li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 1px;
	background-image: none;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

td.randnavright{
	background-image:url(../img/rahmen_left.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
table.right{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}
table.right p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}table.right span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}table.right font{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}
table.right h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#EC8800;
	line-height:18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
table.right a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EC8800;
	line-height:16px;
	text-decoration:none;
}
table.right a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EC8800;
	line-height:16px;
	text-decoration:none;
}
table.right a:active{
	text-decoration:none;
}
table.right a:hover{
	color:#004F37;
	text-decoration:none;
}
table.right a:visited{
	text-decoration:none;
}
td.hgnavsub{
	background-image:url(../img/hg_nav_sub.jpg);
	background-position:bottom;
}
td.hgschnellanfrage{
	background-image:url(../img/hg_anfrage.jpg);
	background-repeat:no-repeat;
}
td.hgfooter{
	background-image:url(../img/hg_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF9D3;
}
td.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #764925;
	text-decoration: none;
}
td.footer strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #EE961A;
	text-decoration: none;
	font-weight:bold;
}
td.footer strong a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #EE961A;
	text-decoration: none;
	font-weight:bold;
}
td.footer strong a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #764925;
	text-decoration: none;
	font-weight:bold;

}
td.footer strong a:active{
	text-decoration: none;
	font-weight:bold;
}
td.footer strong a:hover{
	color: #EE961A;
	text-decoration: underline;
	font-weight:bold;
}
td.footer strong a:visited{
	text-decoration: none;
	font-weight:bold;
}
td.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #764925;
	text-decoration: none;
}
td.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #764925;
	text-decoration: none;

}
td.footer a:active{
	text-decoration: none;
}
td.footer a:hover{
	color: #EE961A;
	text-decoration: underline;
}
td.footer a:visited{
	text-decoration: none;
}
td.breadcrumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #F5C169;
	text-decoration: none;
	background-color:#FFFAD2;
}
td.breadcrumbs a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #F5C169;
	text-decoration: none;
}
td.breadcrumbs a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #F5C169;
	text-decoration: none;
}
td.breadcrumbs a:active{
	text-decoration: none;
}
td.breadcrumbs a:hover{
	color: #EE961A;
	text-decoration: none;
}
td.breadcrumbs a:visited{
	text-decoration: none;
}
td.algo{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #EE961A;
	text-decoration: none;
}
td.algo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #EE961A;
	text-decoration: none;
}
td.algo a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #EE961A;
	text-decoration: none;
}
td.algo a:active{
	text-decoration: none;
}
td.algo a:hover{
	color: #764925;
	text-decoration: none;
}
td.algo a:visited{
	text-decoration: none;
}
td.stripe{
	background-image: url(../img/stripe.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
table.preise{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E2E2DE;
	border-right-color:#E2E2DE;
}
table.preise td{
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2DE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2DE;
}

table.tabelle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}
table.tabelle p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}
table.tabelle font{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}
table.tabelle span{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}
table.tabelle td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#764925;
	line-height:16px;
}
table.tabelle strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EC8800;
	line-height:16px;
	font-weight: bold;
}
table.tabelle b{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EC8800;
	line-height:16px;
	font-weight: normal;
}
table.tabelle a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EC8800;
	text-decoration: none;
}
table.tabelle a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EC8800;
	text-decoration: none;

}
table.tabelle a:active{
	text-decoration: none;
}
table.tabelle a:hover{
	color:#764925;
	text-decoration: underline;
}
table.tabelle a:visited{
	text-decoration: none;
}