/*=====================
 HGM COLOR SCHEME:
=======================

grün (text):		rgb(153,204,0);
grün (blass bg): 	rgb(242,251,226);

braun (text):	rgb(179,127,98);
braun (blass bg):	rgb(252,250,248);

--------------------------------------*/

BODY {
	font-family: Arial, Sanf-Serif;
	cursor:default;
	font-size:10pt;
	
}

.hidden {
	display:none;
}

a {
	text-decoration:underline;
}

.body-border {
	width:800px;
	background-color: rgb(252,250,248);
	margin-top:20px;
	text-align:left;
	background: url(images/bg_small.png) bottom right no-repeat;
}

.header{
	width:100%;
	background-color:#fff;
	padding-bottom:15px;
}

span.header-hgm-title-border {
	float:left;
	width:200px;
	padding:25px 0px 0px 20px;
	text-align:center;
	color:#000;
	font-family:Times New Roman;
	font-size:13pt;
	font-weight:bold;
}

span.header-hgm-title {
	width: 800px;
}

/* >>>>>>>>> MENU >>>>>>>>>>>>>>>>> */

div.topmenu {
	background:#fff url(images/bg_menu-holzbau.gif) top left repeat-x;
	padding-left:10px;
}

div.topmenu a {
	margin-right:20px;
}

div.breadcrumb {
	float:left;
	padding:5px 0px;
	font-size:8pt;
}
div.breadcrumb a {
	padding: 0px 3px;
	font-size:8pt;
}


div.headmenu {
	float:right;
	padding:5px 10px 0px 0px;
	font-size:8pt;
}
div.headmenu a {
	margin:0px 5px;
	font-size:8pt;
	text-decoration:none;
}


ul.submenu {
	display:block;
	width:150px;
	margin:20px 50px 0px 0px;
	padding-left:20px;
}

ul.submenu li {
	display: list-style-item;
	margin:0px 0px 5px;
	padding-left:0px;
	list-style: none;
}

ul.submenu li.checked {
	display: list-style-item;
	font-weight:bold;
}

/* <<<<<<<<<<<<< END MENU <<<<<<<<<<<<<<<<<<<<<< */


img.title {
	display:block;
	margin:20px 0px 10px;
}



img.picto {
	padding:0px;
	margin-right:5px;
}


.footer-border {
	width:100%;
	margin:10px 0px;
}

.footer {
	width: 790px;
	padding:2px 0px 5px;
	border-top: 1px solid rgb(153,204,0);
	color: rgb(153,204,0);
	font-size:9pt;
	text-align:center;
}

td, ul {
	 line-height:14pt;
}


.printonly {
	display:none;
}


.header-hgm-title-border {
	background: url(images/hgm_logo.jpg) center 20px no-repeat;
	height:120px;
}

.header-hgm-title-border a img,
.header-hgm-title {
	display:none;
}

