@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: black;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1,h2,h3,h4 { margin:0; padding:0;}

#page-container {
	
	margin: auto;
	width: 803px;
	height: 520px;
	background: #fff;
	margin-top:20px;
	}
	
#container-links {
	width: 399px;
	background: #908441;
	float: left;
	border: 1px solid #FFF;
	}
	
#container-rechts {
	width: 396px;
	float: right;
	background: #fff;
	border: 3px solid #908441;
	height: 520px;
	}
	
#content {
	margin-top: 30px;
	margin-left: 10px;
	padding-right: 10px;
	height: 430px;
	overflow: auto;
	
	}
#content p {

	}
	
#footer {
	border-top: 1px solid #908441;
	width: 396px;
	text-align: center;
	padding-top: 3px;
	color: #908441;
	font-size: 10px;
	}

#footer a {
	color: #908441;
	}
/*------------------------- Anfang Navigation --------------------------------*/

#nav { border-bottom: 1px solid #908441; height: 30px; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav li { float: left; margin: 3px; color: #908441; padding: 4px; }
#nav a { color: #908441; text-decoration: none; }
#nav a:hover { color: #908441; }
#nav a:visited { color: #908441; }

/*######################### Ende Navigation #####################################*/	

h1 { color: #908441; font-size: 14px; padding-bottom: 15px;}
h3 { font-weight: bold; font-size: 12px; padding: 5px; }	
.rechts { float: right; }
.links { float: left; }
.open { float: left; width: 197px; text-align: center; margin-top: 20px; color: #fff; }
.text_klein { font-size: 10px; color: #999999;}
tr.rot { background-color: #908441; color: #fff;}
.red { color: #FF0000; }
.blau { background-color:#3366FF; color: #fff; text-align: center; line-height: 20px; }
.lila { background-color:#CC33FF; color: #fff; text-align: center; line-height: 20px; }
.kasten_rot { background-color:#CC3300; color: #fff; text-align: center; line-height: 20px; }

/*-------------------------- Anfang Slimbox -----------------------------------------*/

/* SLIMBOX */

.rahmen { border: 3px solid #908441; text-decoration: none; }



#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;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#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: 113px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
