body {
	background: url(/templates/images/header-bg.jpg) repeat-x #000000;
	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;;
	border: 0px solid #00ff00;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}

#header {
	background: url(/templates/images/header.jpg) no-repeat;
	clear: both;
	padding-top: 184px;
	height: 50px;
	border: 0px solid #ff0000;
	cursor: pointer;
	width: 900px;
}

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


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


#sidebar-right {
	width: 173px;
	height: 100%;
	min-height: 545px;
	float: left;
	border: 0px solid #00ff00;
	background: #d2d2d2;
}

#logos {
	width: 173px;
	height: 100%;
	min-height: 545px;
	float: left;
	border: 0px solid #00ff00;
	background: url(/templates/images/beer.jpg) repeat-x #d2d2d2;
}

#content {
	width: 714px;
	min-height: 545px;
	float: left;
	padding-left: 10px;
	text-align: justify;
	height: auto !important;
	height: 100%;
	margin-bottom: 0;
	background: url(/templates/images/gradient.jpg) repeat-x #ffffff;
}



/*menu_top design beispill */

#menu_top {
	padding:0;
	color: #fff;
	font-family:"Trebuchet MS";
	white-space:nowrap;
	border: 0px solid #ff0000;
	height: 18px;
	width: 900px;
}

#menu_top li {
	display:inline;
}

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

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

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



/* menu top functions*/
#menu_top_functions {
	padding-left: 800px;
	margin:0;
	color:#fff;
	font-family: "Trebuchet MS";
	white-space:nowrap;
	border: 0px solid #ff0000;
	height: 29px;
	width: 900px;
}

#menu_top_functions li {
	display:inline;
}

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

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

#menu_top_functions 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 #000000;
	width: 125px;
}

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

#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;
}
