body {
	text-align: center; /*for IE*/
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	background-color: #999999;
} 


#header {
 	background:url(/templates/images/header.jpg) no-repeat #000000;
	clear: both;
	height: 102px;
	overflow: hidden;
	cursor: pointer;
}

#footer {
	clear: both;
	height: 28px;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	color: #ffffff;
	background-color: #999999;
} 

#sidebar-left-top {
	background: transparent;
	width: 186px;
	float: left;
	height: 148px;
	background-image: url(/templates/images/menu_left_top.jpg);
}

#sidebar-left {
	background: transparent;
	width: 171px;
	padding-left: 15px;
	padding-top: 25px;
	background-image: url(/templates/images/menu_left.jpg);
	clear: both;
	height: 176px;
}


#content {
	background: #ffffff;
	color: #000000;
	border: 0px solid #ff0000;
	text-align: justify;
	min-height: 500px;
	width: 100%;
}



/*menu_top design beispill */
#menu_top_container {
	background-image: url(/templates/images/topmenu_background.jpg);
	height: 38px;
}

#menu_top {
	margin:0px;
	color: #000000;
	font-family: Tahoma;
	white-space:nowrap;
	float: left;
	padding: 0;
}

#menu_top li {
	display:inline;
}

#menu_top li a {
	padding-top: 15px;
	padding-left: 15px;
	text-decoration: none;
	float:left;
	font-weight: bold;
	height: 8px;
	margin: 0;

}


#menu_top li a:hover{
	color: #000000;
}

#menu_top li #top_active{
	color: #000000;

}

#menu_top li .menu_link {
	color: #000000;
}

/** menu left Beispill **/
#menu_left_title {
	background: transparent;
	margin: 0;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	color: #ffffff;
}

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

#menu_left li{
	padding: 5px;
	margin-left: 10px;
	border-bottom: 0px solid #ccc;
	color: #ffffff;
}

#menu_left li a{
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	color: #ffffff;
}

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

#menu_left li #menu_active{
	background: transparent;
	color: #ffffff;
}


#news { border-bottom: 1px dotted #ccc;}


fieldset {
	 border: 1px solid #ccc;
	 margin-bottom: 20px;
	 padding: 5px;
}

legend {
	color: #b2dd2c;
	font-weight: bold;
}

iframe {
	border: 0;
	width: 500px;
	height: 600px;
}

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