
* {
	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: 90px;
	padding: 0;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	
#nav
{
width: 135px;
height: 20px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
color:#000000;
font-family: arial, helvetica, verdana, sans-serif;
font-size:10pt;
font-weight:bold;
text-align:left
}	
#nav_gross
{
width: 135px;
height: 40px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
color:#000000;
font-family: arial, helvetica, verdana, sans-serif;
font-size:10pt;
font-weight:bold;
text-align:left
}
#nav a, #nav_gross a
{
color: #4C3F25;
text-decoration:none;
}

#nav a:hover, #nav_gross a:hover
{
color:#000000;
}

#leftContainer { 
	width: 151px;
	height: 403px;
	padding: 87px 0 0 0;
	margin: 0 0 0 0;
	float: left;
	background:url(images/background_leftcontainer.jpg) no-repeat;
	}

#navObenContainer
{
width: 829px;
height: 20px;
background-image:url(images/header_nav.jpg);
background-repeat:no-repeat;
float:left;

}
#navOben
{width: 829px;
height: 18px;
text-align:center;
font-weight: bold;
color:#FFFFFF;
padding-top:2px;
}

#navOben a{ 
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	}
	
#navOben a:hover
{ 
	color:#E3D6B7;
	}
	
#mainContainer	
{
width: 829px;
height: 469px;
float:left;
}

#leftMainContainer	
{ 
width: 400px;
height: 469px;
text-align:left;
float: left;
background-color:#948049;
}

#leftMainContainer h1
{ padding-left: 12px;
}



#rightMainContainer	
{ 
width: 429px;
height: 469px;
float: right;
background-color:#F1EADB;
overflow: auto;
}

#rightMaintext
{
font-family: arial, helvetica, verdana, sans-serif;
font-weight: normal;
padding-top: 20px;
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;
}
		
#picture_klein_left
{ width: 120px;
height: 80px;
float:left;
margin-left: 12px;
margin-right: 8px;
margin-top: 30px;
}

#picture_klein_center
{ width: 120px;
height: 80px;
float:left;
margin-top: 30px;
}

#picture_klein_right
{ width: 120px;
height: 80px;
float:left;
margin-top: 30px;
margin-left: 8px;
margin-right: 12px;
}

#galerieContainer	
{
width: 809px;
height: 469px;
float:left;
background-color:#948049;
overflow: auto;
padding-left: 20px;
}


#galerieBild
{ width: 120px;
height: 80px;
float:left;
margin-right: 10px;
margin-bottom: 10px;
}
/* CLASSES */

.picture_gross
{ text-align: center; }

.fliesstext
{ text-align: justify;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
line-height: 120%;
}

.head_galerie
{font-family: arial, helvetica, verdana, sans-serif;
font-size:16px;
font-weight: bold;
text-align:left;
line-height: 180%;}

/* 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;
}
