
* {
	margin: 0;
}

html
{
height: 100%;
	}
	
body {
	padding:0; 
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size:75%;  
	color:#000000; 
	height: 550px; 
	text-align: center; 
	margin-top: 100px;
	background-color:#D0BC8F;
			}



/* PAGE LAYOUT */

#pageContainer { /* PAGE CENTERED */
	width: 980px;
	height: 580px;
	margin: auto;
	padding: 0px;
	text-align: left;
		}
	
#header { 
	height: 130px;
	padding: 0;
	background: url(images/header.jpg) no-repeat;
	}
	
#nav
{
width: 980px;
height: 21px;
color:#000000;
font-family: arial, helvetica, verdana, sans-serif;
font-size:10pt;
font-weight:bold;
text-align:left;
background: url(images/nav.jpg) no-repeat;
clear:both;
}

#nav_cont_klein
{
width: 10px;
height: 21px;
float:left;
}

#nav_normal
{
width: 140px;
height: 19px;
float:left;
text-align:center;
margin-top: 2px;
}


#nav_normal a
{
color:#000000;
text-decoration:none;
}

#nav_normal a:hover
{
color: #CFC3A6;
}


	
#mainContainer	
{
width: 980px;
height: 429px;
float:left;
}

#leftMainContainer	
{ 
width: 490px;
height: 429px;
text-align:left;
float: left;
background-color:#897D61;
}

#allMainContainer	
{ 
width: 980px;
height: 429px;
float: left;
background-color:#CFC3A6;
overflow: auto;
}

#allMaintext
{
font-family: arial, helvetica, verdana, sans-serif;
font-weight: normal;
padding-left: 20px;
padding-right: 20px;
text-align:center;
line-height: 130%;
}
#rightMainContainer	
{ 
width: 490px;
height: 429px;
float: right;
background-color:#CFC3A6;
overflow: auto;
}

#rightMaintext
{
font-family: arial, helvetica, verdana, sans-serif;
font-weight: normal;
padding-left: 20px;
padding-right: 20px;
text-align:left;
line-height: 130%;

}
#rightMaintext a
{
font-weight: bold;
color: #4C3F25;
text-decoration:none;
letter-spacing:normal;
}

#rightMaintext a:hover
{
color: #000000;
text-decoration:none;
}

#rightMaintext h1
{ 
text-align:left;
color: #948049;
font-weight: bold;
font-size: 14px;
line-height: 150%;
letter-spacing:normal;
}

/* GALERIE */	
#galerieContainer	
{
width: 960px;
height: 429px;
float:left;
background-color:#CFC3A6;
overflow: auto;
padding-left: 20px;
padding-top: 20px;
}


#galerieBild
{ width: 120px;
height: 90px;
float:left;
margin-right: 10px;
margin-bottom: 10px;
}


/* CLASSES */

.picture_right
{float:right;}

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline:none;
}

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



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


#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 125px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	
}

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

#lbCaption {
	font-weight: bold;
}

