/*	
	---------------------------------------
 	basic html elements  
	---------------------------------------
*/
body {
	margin: 0;
	margin-top: 8px;
	width: 100%;
	height: 98%;
	background-color: #000000;
	background-image: url(../img/bg_dummy.jpg);
	font-family: Verdana, sans-serif;
	background-attachment: fixed;
	background-repeat: repeat;
	}
p {
	font-family:Verdana;
	color: #00ffff;
	list-style : none;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 0px;
	text-align: justify;
	width: 95%;
	}
td {
	font-family:Verdana;
	font-size: 12px;
	margin-left: 0px;
	color: #00ffff;
	border: 0px;
	font-weight: normal;
	text-align: center;
	}
th {
	font-size: 12px;
	margin-left:0px;
	color: #00ffff;
	border: 0px;
	line-height: 22px;
	font-weight: bolder;
	}	

/*	 
	---------------------------------------
 	div -> content 
	---------------------------------------
*/
#content {
	width: 1024px;
	max-height: 780px;
	background-color: transparent;
	text-align: right;
	margin:0px auto;
	}	
/*	
	---------------------------------------
 	div -> header 
	---------------------------------------
*/
#header {
	width: 1024px;
	margin:0px auto;
	background-color:#000000;
	height: 113px;
	float:right;
	}
/*	
	---------------------------------------
 	div -> head 
	---------------------------------------
*/
#head {
	width: 1024px;
	margin:0px auto;
	height: 45px;
	background-image: url(../img/bg_grey.jpg);
	padding-top:7px;
	float:left;
	}

#head-menu  {
	width: 1024px;
	height: 45px;
	float : none;
	list-style : none;
	background-color: #000000;
	background-image: url(../img/bg_grey.jpg);
}

/*	
	---------------------------------------
 	div ->content_right
	---------------------------------------
*/  
#content_right {
    width: 1024px;
	height:590px;
	overflow-y: auto;
	margin-top: 0px;
	margin:0px auto;
	background-image: url(../img/bg_main02.jpg);
    text-align: left;
	float: left;
  }
  * html div#content_right {
    height: 587px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 1px;
  }
#c_right p {
	margin-top: 275px;
	margin-bottom: 5px;
	color: #00ffff;
	
	list-style : none;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	width: 90%;
	}


/*	
	---------------------------------------
 	div -> footer 
	---------------------------------------
*/
#footer {
	width: 1024px;
	margin:0px auto;
	background-image: url(../img/bg_bottom.jpg);
	height: 42px;
	float:left;
	}

#footer-menu  {
	width: 1022px;
	height: 41px;
	float : right;
	margin:0px ;
	padding :  0 ;
	list-style : none;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	background-color: transparent;
	background-image: url();
}
#footer-menu li {
	text-align: center;
	float : right;
	width: 210px;
	margin : 0;
	padding : 4px 90px 7px 20px;
	height: 12px;
	font-weight: bolder;
	text-decoration : none;
	background : url();
}

#footer-menu a {
	
	padding :  0;
	text-align: left;
	font-weight: bolder;
    text-decoration : none;
	color : #C1AE74;
	height: auto;
}
#footer-menu a:hover , #main-menu a.active {
	color : #7D3A20;
	text-decoration : none;
	font-weight: bolder;
	background-image: url();
}

