/*	
	---------------------------------------
 	basic html elements  
	---------------------------------------
*/
body {
	margin: 0;
	margin-top: 0%;
	width: 100%;
	height: 90%;
	background-color: #1B0102;
	background-image: url();
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: repeat;
	}
	
h3, h4, h5 {
	margin-top: 39px;
	margin-left: 160px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #C1AE74;
	font-size: 13px;
	text-decoration:underline;
	line-height: 25px;
	clear: both;
	}
h6 {
	margin-top: 9px;
	margin-left: 160px;
	margin-bottom: 3px;
	font-weight: bold;
	border-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #C1AE74;
	font-size: 13px;
	text-decoration:underline;
	line-height: 25px;
	clear: both;
	}	
	
p {
	color: #C1AE74;
	list-style : none;
	font-size: 12px;
	font-weight: bolder;
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 0px;
	text-align: left;
	width: 95%;
	}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #C1AE74;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	
	
	
	}
th {
	font-size: 12px;
	font-family: Tahoma;
	color: #C1AE74;
	line-height: 27px;
	font-weight: bolder;
	
	
	
	}
/*	 
	---------------------------------------
 	div -> content 
	---------------------------------------
*/
#content {
	width: 1024px;
	max-height: 660px;
   	background-color: transparent;
	background-image: url();
	text-align: left;
	margin:0px auto;
	}	
/*	
	---------------------------------------
 	div -> header 
	---------------------------------------
*/
#header {
	width: 1024px;
	margin:0px auto;
	background-image: url(../img/header02.jpg);
	height: 108px;
	float:left;
	}
/*	
	---------------------------------------
 	div -> head 
	---------------------------------------
*/
#head {
	width: 1024px;
	margin:0px auto;
	height: 28px;
	background-image: url(../img/bg_menue_top.jpg);
	float:left;
	}

#head-menu  {
	width: 1022px;
	height: 27px;
	float : right;
	margin:0px;
	padding :  1px;
	list-style : none;
	font-size: 12px;
	font-weight: bolder;
	background-color: transparent;
	background-image: url(../img/bg_menue_top.jpg);
}
#head-menu li {
	text-align: left;
	float : right;
	width: 140px;
	margin : 0;
	padding : 2px 5px 7px 5px;
	text-decoration : none;
	height: 12px;
	font-weight: bolder;
	background : url();
}
#head-menu a {
	float : left;
	padding :  0;
	text-align: left;
	text-decoration : none;
	border-bottom : 0px;
	color : #C1AE74;
	font-weight: bolder;
	height: auto;
}
#head-menu a:hover , #main-menu a.active {
	color : #7D3A20;
	font-weight : bolder;
	text-decoration : none;
	background-image: url();
}

/*	
	---------------------------------------
 	div ->content_right
	---------------------------------------
*/  
#content_right {
    width: 1024px;
	height:500px;
	margin-top: 0px;
	margin:0px auto;
	background-image: url(../img/bg_main02b.jpg);
    text-align: left;
	overflow-y: auto;
	border: 0px 0px 0px 0px ;
	float: left;
  }
  * html div#content_right {
    height: 497px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
#c_right {
	height:500px;
	
	margin-top: 0px;
	margin:0px auto;
	background-image: url(../img/bg_main02b.jpg);
	text-align: left;
	border: 0px 0px 0px 0px;
	float: none;
	width: 1024px;
  }  
#c_right p {
	
	color: #C1AE74;
	list-style : none;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	text-decoration: underline;
	}
#c_right a, #c_right a:link {
	color: #C1AE74;
	text-decoration: none;
	}
#c_right a:hover, #c_right a:active, #c_right a:focus {
	text-decoration: none;
	color: #B19165;
	font-weight: normal;
	}
#c_right a:visited {
	color: #B19165;
	text-decoration: none;
	}
 
/*	
        ---------------------------------------
 	img -> image
	---------------------------------------
*/
.image {
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 2px;
	border: 0px solid #777777;
	clear: both;
	}

 /* SLIMBOX */

#lbOverlay {
	
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	margin-top: 90px;
	left: 50%;
	border: 1px solid 2F0304;
	background-color: #2F0304;
	overflow: hidden;
}

.lbLoading {
	background: url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	z-index: 9999;
	border: 1px solid #2F0304;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	z-index: 9999;
	margin-top: 140px;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-image: url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-image: url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #7b5a44;
	line-height: 1.4em;
	text-align: left;
	
	padding-left: 4px;
	border: 1px solid #2F0304;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 18px;
	height: 18px;
	padding-right: 4px;
	background-image: url(../images/closelabel.gif);
	margin: 1px 0;
	
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

  

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

#footer-menu  {
	width: 1022px;
	height: 27px;
	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: 142px;
	margin : 0;
	padding : 3px 10px 7px 5px;
	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();
}
