/*	
	---------------------------------------
 	basic html elements  
	---------------------------------------
*/
body {
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 1%;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #d9c195;
	background-attachment: fixed;
	backgroun-repeat: repeat-x;
	}
p {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	text-align: justify;
	width: 95%;
	}

/*	 
	---------------------------------------
 	div -> content 
	---------------------------------------
*/
#content {
	width: 1000px;
	height: 740px;
	margin-top: 0px;
	background-color: #transparent;
	background-image: url();
	text-align: left;
	margin: 0px auto;
	}	
/*	
	---------------------------------------
 	div -> header 
	---------------------------------------
*/
#header {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/head3.jpg);
	height: 110px;
	float: left;
	}
/*	
	---------------------------------------
 	div -> head 
	---------------------------------------
*/
#head {
	width: 1000px;
	margin: 0px auto;
	background-image: url(../images/menu.jpg);
	height: 30px;
	float: left;
	}

#head-menu  {
	width: 1000px;
	height: 30px;
	float: right;
	padding: 2,0,6,0;
	list-style : none;
	font-family: "Trebuchet MS";
	font-size : 12px;
	background-image: url(../images/menu.jpg);
	font-weight: normal;
}
#head-menu li {
	text-align: center;
	float : right;
	width: 122px;
	margin : 0;
	height: 12px;
	background : url();
}

#head-menu a {
	padding: 0;
	text-align: center;
	text-decoration: none;
	border-bottom: 0;
	color: #fad59f;
	height: 30px;
}
#head-menu a:hover , #main-menu a.active {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px ;
	color: #995929;
	font-weight: normal;
	background-image: url();
}

/*	
	---------------------------------------
 	div ->content_right
	---------------------------------------
*/  
#content_right {
	width: 1000px;
	height: 560px;
	margin-top: 25px;
	margin: 0px auto;
	overflow: auto;
	background-image: url(../images/bg_ref.jpg);
	text-align: justify;
	float: left;
  }
  * html div#content_right {
    height: 560px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
/*	
	---------------------------------------
 	div -> footer 
	---------------------------------------
*/
#footer {
	width: 1000px;
	margin:0px auto;
	background-image: url(../images/footer.jpg);
	height: 20px;
	float: left;
	}

#footer-menu  {
	width: 1000px;
	height: 20px;
	float : left;
	margin: 0px;
	list-style: none;
	font-size : 12px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	background-color: transparent;
	background-image: url();
	padding-top: 2px;
}
#footer-menu li {
	text-align: left;
	float : left;
	width: 94px;
	margin: 0;
	padding-top: 2px;
	height: 12px;
	background: url();
}

#footer-menu a {
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	border-bottom: 0px;
	color: #d9c195;
	height: 20px;
}
#footer-menu a:hover , #main-menu a.active {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	color: #995929;
	font-weight: normal;
	background-image: url();
}
