body {
	background: url(/templates/images/back_hgm.jpg) #E6DED3;
	text-align: left; /*for IE*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0;
}

#container {
	text-align: left;
	min-height: 100%;
	height: auto !important;
  /*height: 100% !important;;*/
	/*overflow: hidden;*/
	display: table;
	margin: 0 auto;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#header {
	background: url(/templates/images/header_hgm.jpg) no-repeat;
	clear: both;
	height: 235px;
	border: 0px solid #ff0000;
	cursor: pointer;
	width: 1000px;
}


#footer {
	clear: both;
	height: 204px;
	width: 1002px;
	text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	color: #000000;
	/*background: url(/templates/images/footer.jpg) no-repeat;*/
	margin: auto;
	overflow: hidden;
		border: 1px solid #959495;

}



#sidebar-left {
	width: 196px;
	float: left;
	height: 100%;
	padding-left :10px;
	padding-top :10px;
		border: 0px solid #ff0000;

}


#sidebar-right {
	width: 196px;
	height: 100%;
	float: right;
	border: 0px solid #00ff00;
	background: url(/templates/images/gradient.jpg) repeat-x #f6ece0;
}


#content {
	width: 775px;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	min-height: 530px;
	height: auto !important;
	height: 100%;
	margin-bottom: 0;
	background-color: #f6ece0;
	/*background: url(/templates/images/back_text.jpg) repeat-x #ffffff;*/
	overflow: hidden;
	color: #000000;
	border: 0px solid #ff0000;


}



/*menu_top design beispill */

#menu_top {
	padding:0;
	margin-top: 185px;
	color:#ffffff;
	font-family:"Verdana";
	white-space:nowrap;
	height: 29px;
	width: 1002px;
		border: 0px solid #ff0000;

}

#menu_top li {
	display:inline;
}

#menu_top li a {
	padding-top: 5px ;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration: none;
	float:left;
	border-right: 0px solid #444444;
	font-weight: 600;
	height: 25px;
}

#menu_top li a:hover{
	font-weight: 600;
	color:#ffffff;
	background: url(/templates/images/feil.png) no-repeat;
	background-position: center;
	background-position: bottom;
}

#menu_top li a.categorie_active{
	font-weight: 600;
	color:#ffffff;
	background: url(/templates/images/feil.png) no-repeat;
	background-position: center;
	background-position: bottom;
}



/* menu top functions*/
#menu_top_functions {
  padding-left: 920px;
	margin:0;
	color:#fff;
	font-family: "Verdana";
	font-size: 8px;
	white-space:nowrap;
	border: 0px solid #ff0000;
	height: 20px;
	width: 50px;
}

#menu_top_functions li {
	display:inline;
}

#menu_top_functions li a {
	padding: 10px ;
	padding-top: 8px ;
	color: #cccccc;
	text-decoration: none;
	float:left;
	border-right: 0px solid #444444;
	font-weight: 600;
	height: 20px;
}

#menu_top_functions li a:hover{
	font-weight: 600;
	color:#cccccc;
}

#menu_top_functions li #top_active{
	font-weight: 600;
	color:#e7b300;
}


/** menu left Beispill **/
.menu_title {
	background: #e77404;
	width: 190px;
	height: 20px;
	margin: 0;
	padding: 2px;
	/*display: inline;*/
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	border: 0px solid #959495;
	border-bottom: 1px solid #959495;

}

#menu_left {
	background: #ffffff;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 12px;
}


#menu_left_outline {
	outline: 1px solid #959495;
	width: 193px;
}

#menu_left li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 0px;
	list-style-type: none;
	border-bottom: 0px dotted #000000;
	/*width: 184px;*/
	width: 184px;
	border-left: 0px solid #959495;
	border-right: 0px solid #959495;
	border-bottom: 0px solid #959495;
}

#menu_left li a{
  background: transparent;
  color: #222222;
}

#menu_left li a:hover{
  background: transparent;
  color:#e77404;
}


#menu_left li a.menu_active{
  background: transparent;
  color:#e77404;
}


#news {
	border-bottom: 1px dotted #ffffff;
	text-align: justify;
}

.latest {
	border: 0px solid #ffffff;
	padding: 0;
	margin: 0;
	display: inline; 
}

.latest li{
	padding: 5px;
	margin-left: 10px;
	list-style-type: none;
	border-bottom: 1px dotted #000000;
	width: 155px;
}

.latest li a{
  background: transparent;
  color: #222222;
}

.latest li a:hover{
  background: transparent;
  color:#e7b300;
}

/*******************************************************************************/

a img { 
	border:none; 
	padding: 0;
}
