body { font-size:11px; font-family:verdana; margin:0px; padding:0px; background-image:url(grafik/hgb.jpg); background-repeat:repeat-y;}
table { font-size:11px; font-family:verdana; }

#header { width:968px; height:187px; background-image:url(grafik/header.jpg); background-repeat:no-repeat; }

#relative { position:relative; width:968px; }
#ctdiv { width:958px; background-image:url(grafik/content.gif); background-repeat:no-repeat; }

#footer { text-align:right; width:958px; height:24px; background-image:url(grafik/footer.gif); background-repeat:no-repeat; }

#navi { float:left; width:166px; }
#content { float:left; margin-left:45px; width:740px;  }



#klickpfad { margin-right:25px; line-height:24px; vertical-align:middle;}
#imp { float:left; width:200px; line-height:24px; vertical-align:middle; padding-left:10px; text-align:left; }
#inhalt { margin-top:20px; }


.block { height:60px; }

.navift { margin-left:20px; }
.subnavift { margin-left:40px; }

.navi_in a:link, 
.navi_in a:visited,
.navi_in a:active {
background-image:url(grafik/navi_in.gif);
background-position:center top;
background-repeat:no-repeat;
border:1px none;
color:#000000;
display:block;
font-weight:bold;
text-decoration:none;
margin-top:1px; 
width:162px; 
height:25px;
line-height:25px; 
}

.navi_in a:hover {
background-image:url(grafik/navi_akt.gif);
background-position:center top;
background-repeat:no-repeat;

}

.navi_akt a:link, 
.navi_akt a:visited,
.navi_akt a:active {
background-image:url(grafik/navi_akt.gif);
background-position:center top;
background-repeat:no-repeat;
border:1px none;
color:#000000;
display:block;
font-weight:bold;
text-decoration:none;
margin-top:1px; 
width:162px; 
height:25px;
line-height:25px; 
}

.navi_akt a:hover {
background-image:url(grafik/navi_akt.gif);
background-position:center top;
background-repeat:no-repeat;

}

.subnavi_in a:link, 
.subnavi_in a:visited,
.subnavi_in a:active {
background-image:url(grafik/subnavi_in.gif);
background-position:center top;
background-repeat:no-repeat;
border:1px none;
color:#000000;
display:block;
font-weight:bold;
text-decoration:none;
margin-top:1px; 
width:162px; 
height:25px;
line-height:25px; 
}

.subnavi_in a:hover {
background-image:url(grafik/subnavi_akt.gif);
background-position:center top;
background-repeat:no-repeat;

}

.subnavi_akt a:link, 
.subnavi_akt a:visited,
.subnavi_akt a:active {
background-image:url(grafik/subnavi_akt.gif);
background-position:center top;
background-repeat:no-repeat;
border:1px none;
color:#000000;
display:block;
font-weight:bold;
text-decoration:none;
margin-top:1px; 
width:162px; 
height:25px;
line-height:25px; 
}

.subnavi_akt a:hover {
background-image:url(grafik/subnavi_akt.gif);
background-position:center top;
background-repeat:no-repeat;

}

/* Inhalte */
h1 { font-size:16px; font-weight:bold; }

.tbwrap { padding-bottom:5px; padding-right:5px; }

.adse { margin-left:15px; }

.tx-chgallery-pi1 { width:700px; }

/*comments */
.tx-skpagecomments-pi1 div.smileytext{margin-left:128px;}
		.tx-skpagecomments-pi1 form input#name,

		.tx-skpagecomments-pi1 form input#email,

        .tx-skpagecomments-pi1 form input#homepage {width:320px;background:#f1f1f1;}

		.tx-skpagecomments-pi1 form textarea {width:320px;height:160px;background:#f1f1f1;}

		.tx-skpagecomments-pi1 form input#name:focus,

		.tx-skpagecomments-pi1 form input#email:focus,

        .tx-skpagecomments-pi1 form input#homepage:focus,

		.tx-skpagecomments-pi1 form textarea:focus {background:#d1d1d1;} 

		.tx-skpagecomments-pi1 form input#skcommentssubmit {background:#d1d1d1;color:#000000;float:right;margin:8px 20px;}

.sk-pagecomments-namedate {float:left; padding-top:3px; }

.tx-skpagecomments-pi1 span.sk-pagecomments-number {float:left;font-size:70%;color:red;padding:3px 10px 3px 0px;}
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: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(grafik/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(grafik/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(grafik/sb_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: 66px;
	height: 22px;
	background: transparent url(grafik/sb_closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(grafik/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(grafik/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}


/* Fragebogen */

.pagenumbering { height:10px; overflow:hidden; }
.barcontainer { height:10px; overflow:hidden; }
.bartext { color:#ffffff; }
.question { font-weight:bold; }
.survey_item { margin-bottom:15px; }

/* Social Bookmarking */
#bmk { margin-left:3px; margin-top:5px; margin-bottom:5px; }
.bookmark { margin:2px; }
