@charset "utf-8";
/* CSS Document */
body {margin:0px; padding:0px; background-color:#000; background-image:url(../gfx/back_stars.jpg);
		font-family: Arial, sans-serif; color:#fff; font-size:12px;
}
a{
	color:#CCC;
}

textarea, input {
	margin:0px; padding:0px;
	font-family: Arial, sans-serif; 
	color:#000; 
	font-size:12px;
}

/* -------------------- Seitenaufbau ------------------------------ */
#head {width:980px; height:145px; margin:5px auto 0px auto;}

#content {width:980px; height:auto; margin:0px auto 0px auto;}
#tab_cont {width:980px; height:650px; text-align:left;}
#nav_back {width:290px; vertical-align:text-top; /*background-image:url(../gfx/back_tab.jpg); background-repeat:repeat;*/}
#tab_inhalt {width:690px; /*background-color:#01010f; background-image:url(../gfx/back_content.gif); background-position:bottom right; background-repeat:no-repeat;*/ vertical-align:top;}

#bottom {width:970px; height:18px; margin:0px auto 15px auto; font-size:11px; padding-left:10px;}

#mensch {width:290px; float:left; vertical-align:bottom;}

#inhalt {float:left; width:680px; margin-top:25px; margin-left:5px; text-align:left;}

#urkunde {width:650px; height:auto; float:left; margin-left:5px; margin-bottom:35px;}

#nav_cont{width:320px; height:auto; float:left; margin-left:10px; margin-bottom:10px;}
#txt_wid {
	width:280px;
	height:auto;
	float:right;
	margin-bottom:10px;
	margin-right:5px;
	background-color:#000;
	padding: 5px;
	border:1px #ccc solid;
	font-size:11px;
	color:#fff;
}
#cont_star{width:auto; width:650px;  float:left; margin-left:10px; margin-bottom:10px;}

#pic_cont {width:auto; height:auto; float:right; margin-bottom:15px; margin-right:5px; /*background-color:#01010f;*/
			border:1px #fff solid; font-size:11px; color:#FFF;}
#tab_pic {width:auto;}

#cont_artikel{width:auto; height:auto; float:right; margin-right:10px;}


/* ---------------------- Navigation ---------------------------- */
#nav {width:290px; height:520px; float:left; background-image:url(../gfx/back_nav.jpg); background-repeat:no-repeat;}

#nav_top {width:auto; height:18px; float:right; font-size:12px; font-weight:bold; color:#999; text-align:right;}
#nav_top a {color:#999; text-decoration:none; padding-right:20px;}
#nav_top a:hover {color: #fff;}

.nav_left {width:auto; margin-left:10px; margin-top:50px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.nav_left a {width:200px; color:#fff; font-size:14px; text-decoration:none; padding:10px 50px 3px 0px; display:block;}
.nav_left a:hover {color: #ba3525;}

.subnav a{width:200px; color:#fff;/* font-family:Verdana, Arial, Helvetica, sans-serif;*/ font-size:12px;/* font-weight:bold;*/
			text-decoration:none; padding:3px 40px 2px 10px; display:block;}
.subnav a:hover {color:#ba3525;}
.rot {color:#ba3525; font-size:14px; padding:10px 50px 3px 0px; display:block;}

#urkunde a{padding:10px 0px 0px 10px;}

#nav_cont a {width:150px; float:left; font-size:11px; font-weight:bold; color:#FFF; text-decoration:underline; padding:3px; display:block;}
#nav_cont a:hover {color:#ba3525;}

#cont_star a {width:110px; float:left; font-size:11px; font-weight:bold; color:#FFF; text-decoration:underline; padding:3px; display:block;}
#cont_star a:hover {color:#ba3525;}



a.widmung { width:120px; float:left; font-size:11px; font-weight:bold; color:#FFF; text-decoration:underline; display:block;}
a.widmung:hover {color:#ba3525;}

/* ------------------------ Texte ----------------------------- */

h1 {margin:0px; padding:0px 0px 15px 0px;
	font-size:16px; font-weight:bold; color:#FFF;}

h2 {margin:0px; padding:0px 0px 5px 0px;
	font-size:14px; font-weight:bold; color:#fddf87;}
h2 a {margin:0px; padding:0px 0px 5px 0px; text-decoration:underline;
	font-size:14px; font-weight:bold; color:#fddf87;}


h3 {margin:0px; padding:0px;
	font-size:12px; color:#FFF;}
	
	
	/*----------SLIMBOX----------*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px 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(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

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

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

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

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

#lbCaption {
	font-weight: bold;
}


