<!-- MAIN CSS -->
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465C09;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	background-color: #D9D2B5;
}
.content_norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465C09;
	font-style: normal;
	font-weight: normal;
}
.content_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #465C09;
	font-style: normal;
	font-weight: normal;
}
.content_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #465C09;
	font-style: normal;
	font-weight: bold;
}
.content_bold14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #465C09;
	font-style: normal;
	font-weight: bold;
}
.header_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #465C09;
	font-style: normal;
	font-weight: bold;
}
.infobox  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #465C09;
	font-style: normal;
}
.infobox_bold  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #465C09;
	font-style: normal;
	font-weight: bold;
}
.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #465C09;
	font-style: normal;
}
img.nc_gallery {
	border: 4px double #86934B;
}

/* ---- Links ----------------------------------------------------------- */
a:link  {
	text-decoration: underline;
	color: #465C09;
}
a:visited {
	text-decoration: underline;
	color: #465C09;
}
a:hover	{
	text-decoration: underline;
	color: #465C09;
}
a:active {
	text-decoration: underline;
	color: #465C09;
}

/* ---- Footer Links ----------------------------------------------------------- */
a.footer:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #465C09;
	font-style: normal;
}
a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #465C09;
	font-style: normal;
}
a.footer:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #465C09;
	font-style: normal;
}
a.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #465C09;
	font-style: normal;
}

/* chCounter CSS */
/* Einstellen der Tabellenbreite */
    .chCounterTable
    {
        /* width: 400px; */
        border-width: 0px;
    }
    /* Einstellen der Schriftgröße Text*/
    .chCounter1
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px;
	color: #666666;
    }
    /* Einstellen der Schriftgröße Werte*/
    .chCounter2
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px;
	color: #666666;
    }
	



#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}




	
<!-- CSS ENLARGE POPUP -->
<!-- Source: Dynamic Drive CSS Library -->
<!-- URL: http://www.dynamicdrive.com/style/ -->

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F7F5EE;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
