
/* ALLGEMEINE FORMATIERUNGEN ------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color:#fff;
	font-size:11px;
	line-height:15px;
	color:#333;
}

* {
    margin: 0;
    padding: 0;
}
	
.bgLight {
    background-color:#eee;
	}
	
.bold  {
    font-weight:bold;
	}

.small  {
    font-size:10px;
	}
	
.sternchen  {
    font-size:12px;
	color:#FF6600;
	}

#footLinks  {
    margin:15px 0px 0px 0px;
	padding:2px;
	background-color:#f7f7f7;
	border:1px solid #eee;
	font-weight:bold;
	}
#footLinks.gbook  {
    margin-bottom:20px;
	}
	
#copyright  {
    margin-left:170px;
	}
	
.clearRight  {
    clear:right;
	line-height:1px;
	}
	
#sendStatus  {
    background-color:#eee;
	padding:5px;
	border:1px solid #62964a;
	margin-bottom:20px;
	}

.newsItem  {
    margin-bottom:15px;
	padding-bottom:3px;
	border-bottom:1px dashed #ddd;
	width:100%;
	}
.teaser  {
    font-style:italic;
	}

.subtitlePicBox  {
    font-size:10px;
	line-height:11px;
	text-align:center;
	margin:0px 0px 4px 4px;
	float:right;
	}
	
.gbItem  {
    margin-bottom:30px;
	}

.subtitle  {
    font-size:10px;
	float:right;
	}
	
.blockContent  {
	background-color:#f9f9f9;
	padding:10px 6px 1px 6px;
	margin-bottom:15px;
	}
	
.faceBox1  {
    float:left;
	text-align:center;
	}
.faceBox1 img  {
    border:0;
	width:66px;
	height:47px;
	}
	
.alertText  {
    color:#FF0000;
	font-weight:bold;
	}
	
	
/* FACEBOOK */
/* -------- */

.fb_like  {
	margin:14px 0 0 3px;
}

/* AMAZON - */
/* -------- */

#amazon-widget  {
	margin:17px 0 20px 0;
}
	
	
/* LINKS --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

a {
    text-decoration:none;
	color:#418518;
}
a:hover {
    text-decoration:none;
	color:#F59000;
}


/* MENÜ ---------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

#mainmenu  {
	margin:13px 0px 0px 16px;
}

#mainmenu ul {
    list-style: none;
	margin:0px 0px 15px 0px;
	width:100%;
}

#mainmenu li.nmp {
	font-weight:bold;
	font-size:10px;
	padding:2px;
}
#mainmenu li.mp {
	font-weight:normal;
	font-size:11px;
	margin-left:14px;
	padding:2px;
}


/* ÜBERSCHRIFTEN ------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

.bgH1, #lay-content-main h1 { 
	background-image:url(../allgemein/pix/bg_h1.gif);
	background-repeat:no-repeat;
	color:#fff; 
	font-size:12px;
	font-weight:normal;
	letter-spacing:3px;
	padding:2px 4px 1px 9px;
	margin-bottom:16px;
}

#lay-content-sub h1 { 
	background-image:url(../allgemein/pix/bg_h1_content_sub.gif);
	background-repeat:no-repeat;
	color:#fff; 
	font-size:11px;
	font-weight:normal;
	padding:2px 4px 1px 9px;
}

#lay-special h1 { 
	background-color:#fff;
	color:#418518;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:16px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:16px;
}

h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:12px;
}


/* ABSÄTZE ------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

#lay-content p  {
    margin-bottom:15px;
}

#lay-special p  {
    margin-bottom:12px;
}

#contact-form p  {
    margin-bottom:6px;
}


/* LISTEN -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

#listStyle1, #listStyle2, #listStyle3  {
    padding-left:30px;
}
#listStyle1 li, #listStyle2 li, #listStyle3 li  {
    padding-bottom:10px;
}

ul.linkList  {
    list-style: none;
	margin-bottom:15px;
}

#lay-content-sub ul.linkList li  {
    margin-bottom:8px;
	}

ul.linkList li  {
    padding-bottom:1px;
}

li.linkListHead  {
    font-weight:bold;
}

	
/* BILDER -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

.pic  {
	border:1px solid #61852E;
}

#picbox  {
    width:180px;
	float:right;
	text-align:center;
	margin:5px;
	}

.newsItem img  {
	border:1px solid #61852E;
	margin:0px 0px 4px 4px;
	float:right;
}
/* überschreibt obige Angaben wenn subtitleBigBox vorhanden */
.subtitlePicBox img  {
    float:none;
	margin:0px 0px 1px 0px;
	}


/* LAYOUT-CONTAINER ---------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

#lay-bigbox  {
    width: 980px;
	background-image:url(../allgemein/pix/bg_bigbox.gif);
	background-repeat:repeat-y;
}

#lay-head  {
    width: 980px;
	height: 125px;
	background-image:url(../allgemein/pix/bg_head1.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#lay-menu  {
    width: 180px;
	float:left;
}

#lay-special  {
    width: 165px;
	padding:0px 10px 10px 15px;
	float:left;
}

#lay-content  {
    width: 610px;
	padding-bottom:12px;
	float:left;
}

#lay-content-main  {
    width: 400px;
	padding:0px 10px 10px 10px;
	background-image:url(../allgemein/pix/bg_content_main.jpg);
	background-repeat:no-repeat;
	float:left;
}

#lay-content-sub  {
    width: 179px;
	padding:0px 1px 0px 10px;
	float:right;
}

#lay-foot  {
    width:980px;
	height:15px;
	padding:3px 0px 15px 0px;
	text-align:center;
	background-image:url(../allgemein/pix/bg_foot.gif);
	background-repeat:no-repeat;
	clear:both;
}

/* FORMULARE ----------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

input  {
    border:1px solid #62964a;
	width:250px;
}

.inputnormal  {
    width:240px;
	padding-left:2px;
}

.noShit  {
    border:0;
	width:15px;
}

.button  {
    color:#fff;
	font-weight:bold;
	font-size:11px;
	background-color:#68510E;
	border: 1px solid #68510E;
	margin:15px 0px 0px 11px;
}

fieldset  {
    border:1px solid #eee;
	background-color:#f7f7f7;
	margin-top:15px;
	padding: 11px;
	font-size:11px;
	color:#333;
}

legend  {
    color:#333;
	margin-bottom:5px;
	}

#street  {
    display:none;
	}

/* VERMITTLUNG --------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

.tvContent {
    width:400px;
	padding:0px 10px 25px 10px;
	float:left;
	}
.tvContentTop {
    width:400px;
	padding:0px 10px 25px 10px;
	background-image:url(../allgemein/pix/bg_content_main.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
.tvContentAd  {
	float:right;
	width:178px;
	padding-top:2px;
}

.tvTabLabel  {
    width:130px;
	font-weight:bold;
	float:left;
	}
.tvTabCont  {
    width:270px;
	float:right;
	}

.tvInfo  {
    width:400px;
	}

.tvPix  {
    width:178px;
	float:right;
	padding:0px 0px 25px 10px;
	}
	
.bigPicBoxTv  {
	position:fixed;
	top:100px;
	left:300px;
	z-index:5;
	padding:20px;
	display:none;
	background:url(/allgemein/pix/close.gif) no-repeat right top #000;
	cursor:pointer;
	}
	
.tvSubtitle  {
    width:180px;
	text-align:center;
	text-indent:4px;
	font-size:10px;
	margin-bottom:10px;
	margin-top:2px;
	}
	
.printButtonTV  {
    background:url(pix/drucker.gif) no-repeat;
	background-position:3px;
	margin-top:10px;
	padding-left:22px;
	}
	
.lightboxButtonTV  {
    background:url(pix/grossbild.gif) no-repeat;
	background-position:3px;
	margin-top:10px;
	padding-left:22px;
	}
	
/* Forum --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

#topicTable  {
    width:100%;
	border:0;
	}
#topicTable tr.bgHover  {
    background-color:#fff;
	}
#topicTable tr.bgHover:hover  {
    background-color:#eee;
	}
#topicTable td  {
	padding:1px 3px 1px 3px;
	line-height:normal;
	}
.tableBox  {
    background-color:#fcfcfc;
	padding:10px 8px 10px 6px;
	margin:0px 0px 4px 2px;
	width:592px;
	float:left;
	}


/* Lightbox ------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------- */	
	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/allgemein/pix/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/allgemein/pix/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/allgemein/pix/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	