/****************************************
	 			 COPYRIGHT BY
 			 DANIEL LINDENKREUZ
 STEAL SOMETHING AND I'LL EAT YOU ALIVE!
****************************************/

body{
	margin: 0;
	padding: 0;
	background-color: #e2cb94;
	background-image: url(../bg.png);
	background-repeat: repeat-x;
	color: black;
	font: small Arial, Helvetica, Verdana, sans-serif;
}

p{
	margin-top: 0;
	margin-bottom: 2px;
}

#wrapper{
	margin: 20px 15px 20px 15px;
	border: 1px black solid;
	color: black;
	background-color: white;
	padding: 10px;
	height: auto;
}

#main{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#picture{
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-bottom: 8px;
}

#logo{
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(../huklogo2.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 132px;
	float: left;
}
#bg{
	background-image: url(../backgroundright.gif);
	background-repeat: repeat-x;
	background-position: center right;
	height: 165px;
}

.seperator{
	height: 20px;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	clear: both;
	font-size: 1px;
	background: url(../center.gif) repeat-x;
	min-width: 200px;
	width: 100%;
	border-left: 1px #D7B950 solid;
	border-right: 1px #D7B950 solid;
	/*position: relative;*/
}

#content{
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 239px;
}
#content .inner{
	border: 1px solid Gray !important;
	padding: 12px;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color: black;
	text-align: left;
	background-color: #FEF9F1 !important;
	background-repeat: repeat;
}
#content .inner h1, #content .inner h2, #content .inner h3{
	font-weight: bold;
	font-family: Lucida Sans, Arial, Helvetica, Geneva, sans-serif;
}
#content .inner h1{
	font-size: 20px;
}
#content .inner h2{
	font-size: 17px;
}
#content .inner h3{
	font-size: 16px;
}
#content .inner p{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 3px;
	text-align: justify;
	color: black;
}
#content .inner a:link, #content .inner a:visited{
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}
#content .inner a:hover{
	color: #CC0000;
	border-bottom: 2px solid #CC0000;
	font-weight: bold;
}
#content .inner a.unimportant{
	font-weight: normal;
	font-style: oblique;
}
#content .inner img{
}
#content .inner img.floatingleft{
	float: left;
}
#content .inner img.floatingright{
	float:right;
}
#content .inner table.personen{
}
#content .inner table.personen td{
	vertical-align: top;
	padding-left: 4px;
}
#content .inner table.personen th{
	text-align: left;
	font-size: 14px;
	padding: 4px;
}
#getitmiddle{
	text-align: center;
}

#navigation{
	float: left !important;
	width: 218px;
	margin: 0;
	padding: 0;
	background-color: #970D0D;
	color: White;
	height: auto;
    border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 0;
	
	position: absolute;
	top: 0;
	left: 0;
}
#navigation .inner{
	padding: 10px;
	position: relative;
}
#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#navigation ul li{
	margin: 0 0 10px 0;
	display: block;
}
#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:hover{
	color: white;
	text-decoration: none;
	cursor: pointer;
	border-left: 3px solid black;
	padding: 0 0 0 5px;
}
#navigation ul li a:hover{
	border-left: 3px solid #FFDF5E;
	letter-spacing: 1px;
}
#navigation ul li a.current{
	border-left: 3px solid #EEBF00 !important;
	letter-spacing: 1px;
}
#navigation img{
	/*float: none;
	clear: both;*/
	margin-bottom: 10px;
}

#clearone{
	clear: both;
	height: auto;
}

#main2{
	background-image: url(../navbg.gif);
	background-position: bottom left;
	background-repeat: repeat-y;
}
#pdf{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 3px;
	font-weight: normal;
	text-align: justify;
	color: black;
}
#reihe tr td{
	padding: 5px;
}
  img.gallery { border-style: solid;
    border-color: rgb(221, 221, 221);
    border-width: 4px 4px 18px;
    }


  .imageComment {
	padding: 2px;
	color: rgb(13, 13, 13);
	font-size: 11px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	line-height: 140%;
	text-decoration: none;
	text-align: left;
	clear: both;
	margin-top: 3px;
	margin-bottom: 0px;
	display: block;
	width: 200px;
    }
.i {
	display: inline-block;
	float: left;
}
