body {
	background: url(/templates/images/bg.png);
	text-align: left; /*for IE*/
	font-family: Tahoma;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 0;
}

#container {
	width: 1022px;
	margin: 0 auto; /* for Firefox*/
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100% !important;;
	border: 0px solid #00ff00;
	/*overflow: hidden;*/
	background: url(/templates/images/main_background.png) repeat-y;
	display: table;
}

#header {
	background: url(/templates/images/header.png) repeat-y;
	clear: both;
	height: 156px;
	border: 0px solid #ff0000;
	cursor: pointer;
}

#footer {
	background: url(/templates/images/footer.png) transparent no-repeat;
	clear: both;
	height: 72px;
	width: 1022px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	color: #444444;
}


#sidebar-left {
	width: 175px;
	float: right;
	height: 100%;
	padding-left: 10px;
	padding-top: 60px;
	display: none;
}


#sidebar-right {
	width: 200px;
	height: 100%;
	float: left;
	border: 0px solid #00ff00;
}

#content {
	width: 668px;
	float: left;
	padding: 10px;
	text-align: justify;
	min-height: 500px;
	height: auto !important;
	height: 100%;
	margin-bottom: 0;
	margin-left: 50px;
}



/*menu_top design beispill */

#menu_top {
	padding:0;
	margin:0;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	border: 0px solid #ff0000;
	height: 31px;
	margin-left: 44px;
	background: url(/templates/images/menu_top.png) repeat-x;
	width: 923px;
}

#menu_top li {
	display:inline;
}

#menu_top li a {
	padding:0.2em 1em;
	color:#ffffff;
	text-decoration: none;
	float:left;
	border-right:1px solid #444444;
	font-weight: 600;
	height: 26px;
}

#menu_top li a:hover{
	font-weight: 600;
	color:#e7b300;
}

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


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

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

#menu_left li{
	padding: 5px;
	margin-left: 10px;
	list-style-type: none;
  border-bottom: 1px dotted #ffffff;
	width: 125px;
}

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

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

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


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

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

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