/*	
	---------------------------------------
 	basic html elements  
	---------------------------------------
*/
body {
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 3%;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	background-image: url(images/bg1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000096;
	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: 980px;
	height: 620px;
    margin-top: 0px;
	border-left: 0px solid #3B3B3B;
	border-right: 0px solid #3B3B3B;
	background-color: #transparent;
	background-image: url();
	text-align: left;
	margin:0px auto;
	}	
/*	
	---------------------------------------
 	div -> header 
	---------------------------------------
*/
#header {
	width: 980px;
	margin:0px auto;
	background-color: #;
	background-image: url();
	height: 99px;
	float:left;
	}
/*	
	---------------------------------------
 	div -> head 
	---------------------------------------
*/
#head {
	width: 980px;
	margin:0px auto;
	background-color: #;
	background-image: url(images/menue.jpg);
	height: 48px;
	float:left;
	}

#head-menu  {
	width: 980px;
	height: 48px;
	float : right;
	margin:0px ;
	padding :  0 ;
	list-style : none;
	font-size : 10px;
	background-color: transparent;
	background-image: url();

}
#head-menu li {
    text-align: left;
	float : right;
	with: 94px;
	margin : 0;
	padding : 17px 45px 17px 25px;
	height: 14px;
	background : url();
}

#head-menu a {
	float : center;
	padding :  0;
	text-align: left;
	text-decoration : none;
	border-bottom : 0px none #FFFFFF;
	color : #ffffff;
	height: 14px;
}
#head-menu a:hover , #main-menu a.active {
	border-left: 0px solid #D27821;
	border-right: 0px solid #A85F1A;
	border-top: 0px solid #F5B880;
	color : #00CCCC;
	
	font-style : bold;
    background-image: url();
}

/*	
	---------------------------------------
 	div ->content_right
	---------------------------------------
*/  
#content_right {
    width: 980px;
	height:424px;
	overflow-y: auto;
	margin-top: 0px;
	margin:0px auto;
	background-image: url(images/bg_main02.jpg);
    text-align: left;
	border: 0px 0px 0px 0px solid #3B3B3B;
	float: left;
  }
  * html div#content_right {
    height: 424px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
/*	
	---------------------------------------
 	div -> footer 
	---------------------------------------
*/
#footer {
	width: 980px;
	margin:0px auto;
	background-color: #;
	background-image: url(images/bottom.jpg);
	height: 49px;
	float:left;
	}

#footer-menu  {
	width: 980px;
	height: 48px;
	float : left;
	margin:0px ;
	padding :  0 ;
	list-style : none;
	font-size : 10px;
	background-color: transparent;
	background-image: url();

}
#footer-menu li {
    text-align: left;
	float : left;
	with: 94px;
	margin : 0;
	padding : 17px 45px 17px 25px;
	height: 14px;
	background : url();
}

#footer-menu a {
	float : center;
	padding :  0;
	text-align: left;
	text-decoration : none;
	border-bottom : 0px none #FFFFFF;
	color : #ffffff;
	height: 14px;
}
#footer-menu a:hover , #main-menu a.active {
	border-left: 0px solid #D27821;
	border-right: 0px solid #A85F1A;
	border-top: 0px solid #F5B880;
	color : #00CCCC;
	
	font-style : bold;
    background-image: url();
}
