/*
CSS/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 13px;
	color: #CCC;
	background: #000 url(images/main_bg.jpg) top repeat-x;
}

a:link, a:visited { 
	color: #f5ea01; 
	text-decoration: none; 
	font-weight: bold; 
} 
a:active, a:hover { 
	color: #f5ea01; 
	text-decoration: underline; 
}

p {
	margin: 0px;
	padding: 0px;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;	
	border-bottom: 1px dotted #B79742;
}

.comment {
	padding-left: 20px;
	margin-left: 5px;
	background: url(images/comment_icon.jpg) bottom left no-repeat;
}

/* content and header panel */
#header_panel {
	clear: both;
	width:100%;
	margin: 0 auto;
	background: #000000 url(images/top_bg.jpg) top center no-repeat; 
}

#header_panel #header_section{
	clear: both;
	width: 960px;
	height: 250px;
	margin: 0 auto;

}

#header_section #title_section{
	font-size: 48px;
	padding: 100px 0 10px 10px;
	color: #f5ea01;
}

#header_section #tagline {
	padding: 15px 0 0 12px;
	font-size: 36px;
	color: #6b5927;
}

/* end of header */

/* menu */
#menu_panel{
	clear: both;	
	width:100%;
	height: 47px;	
	margin: 0 auto;
	margin-bottom: 10px;
	color: #ffffff;
	background: #000000 url(images/menu_bg_repeat.jpg) repeat-x;
}

#menu_panel #menu_section{
	width: 930px;
	height: 47px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
	background:  url(images/menu_bg.jpg) no-repeat;	
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu_section ul li {
	display: inline;
}

#menu_section ul li a{
	float: left;
	width: 110px;
	padding: 2px 0;
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #99930d;
	border-right: 1px solid #333;
}

#menu_section li a:hover, #menu_section li .current{
	color: #f5ea01;
}

#menu_section li .last {
	border-right: none;
}
/* end of menu */

/* content */

#content {
	clear: both;
	width: 960px;
	margin: 0 auto;
}

#content_column_one {
	float: left;
	width: 178px;
	border: 1px solid #846f34;
	margin: 0 0 0 10px;
	padding: 10px 0 10px 0;
	background: #6b5927 url(images/180_column_bg.jpg) top center no-repeat;
}

#content_column_two {
	float: left;
	width: 460px;
	margin: 0 0 0 10px;
	padding: 0;	
}
#content_column_2er {
	float: left;
	width: 750px;
	margin: 0 0 0 10px;
	padding: 0;	
}
#content_map {
	float: left;
	width: 760px;
	margin: 0 0 0 0px;
	padding: 0;	
}
#content_column_three {
	float: left;
	width: 278px;
	padding: 10px 0 10px 0;	
	margin: 0 0 0 10px;	
	border: 1px solid #312f2b;
	background: #181714;
}

/* column one */

#content_column_one .column_one_section {
	clear: both;
	margin: 0px 10px;
}

#content_column_one h1 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #000;
	border-bottom: 1px dotted #000;
}

#content_column_one .cleaner_with_divider {
	margin: 0 0 20px 0;	
}

#content_column_one ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content_column_one li {
	margin: 0px;
	padding: 0 0 1px 0;
}
#content_column_one a{
	color:#FF0;
}

/* end of column one */
/* column two */

#content_column_two .column_two_section {
	clear: both;
	width: 418px;
	padding: 20px;	
	margin-bottom: 10px;
	border: 1px solid #312f2b;
	background: #181714 url(images/templatmeo_column_two_bg.jpg) top right no-repeat;	
}

#content_column_two .column_two_buecher {
	clear: both;
	width: 418px;
	padding: 20px;	
	margin-bottom: 10px;
	border: 1px solid #312f2b;
	background: #181714 url(images/templatmeo_column_two_bg.jpg) top right no-repeat;	
}
#content_column_two h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #f5ea01;
	border-bottom: 1px dotted #f5ea01;
}

#content_column_two p{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_column_two img {
	border: 5px solid #2e2d29;
	margin-bottom: 15px;
}
#content_column_two video {
	border: 5px solid #2e2d29;
	margin-bottom: 15px;
}

#content_column_2er video {
	border: 5px solid #2e2d29;
	margin-bottom: 15px;
}

#content_map #map {
	float:left;
	height: 700px;
	width: 740px;
	margin: 0px 10px;
	padding: 10px 0;

}
#content_map h1 {
	margin: 10px 5px 10px 10px;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #f5ea01;
	border-bottom: 1px dotted #f5ea01;
}

#content_column_two .post_info {
	margin: 0 0 20px 0;
	color: #fff;
}
#content_column_two .column_two_buecher p {
	font-size: 14px;
	color: #FF0;
}

#content_column_two .post_info a{
	color: #f5ea01;
	font-weight: normal;
}

#content_column_two .post_comment {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding: 10px 0 0 0;
}
/* end of column 2 */

/* column 3 */
#content_column_three .column_three_section {
	clear: both;
	margin: 0px 10px;
	padding: 10px 0;
}

#content_column_three .cleaner_with_divider {
	padding: 0px;
	margin: 0px;	
}

#content_column_three h1 {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px dotted #FFF;
}

#content_column_three a{
	font-weight: normal;
}

#content_column_three ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#content_column_three li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;	
}

#content_column_three #ad_section {
	clear: both;
	border-bottom: 1px solid #312f2b;
}

#ad_section h1{
	margin: 0 0 10px 10px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

#ad_section .ad_125x125_box {
	float: left;
	margin: 0 0 10px 10px;
	width: 125px;
	height: 125px;
}

.ad_125x125_box img {
	border: none;
}
#content_column_2er #ad_sectionG {
	clear: both;
	border-bottom: 1px solid #312f2b;
}

#ad_sectionG h1{
	margin: 0 0 10px 10px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

#ad_sectionG .ad_300x250_box {
	float: left;
	margin: 0 0 10px 10px;
	width: 300px;
	height: 250px;
}

.ad_300x250_box img {
	border: none;
}
.column_three_section .popular_post {
	list-style: none;
	margin: 0;
	padding: 0;
}
.column_three_section .popular_post li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #22250e;
}
/* end of column 3 */

/* column 2er */

#content_column_2er .column_2er_section {
	clear: both;
	width: 700px;
	padding: 20px;	
	margin-bottom: 10px;
	border: 1px solid #312f2b;
	background: #181714 url(images/templatmeo_column_two_bg.jpg) top right no-repeat;	
}

#content_column_2er h1 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #f5ea01;
	border-bottom: 1px dotted #f5ea01;
}

#content_column_2er p{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content_column_2er img {
	border: 5px solid #2e2d29;
	margin-bottom: 15px;
}

#content_column_2er .post_info {
	margin: 0 0 20px 0;
	color: #fff;
}

#content_column_2er .post_info a{
	color: #f5ea01;
	font-weight: normal;
}

#content_column_2er .post_comment {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding: 10px 0 0 0;
}
/* end of column 2er */



/* for bottom palen */
#bottom_panel{
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 20px 0;
	background: url(images/bottom_panel_bg.jpg) top center;	
}

#bottom_panel .bottom_panel_section {
	margin-left: 10px;
	width: 550px;
	margin-bottom: 20px;
}

.bottom_panel_section h1 {
	color: #f2e304;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.bottom_panel_section p{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* end of bottom */

.pdfLink, .wordLink, .webLink
{
	margin: 2px 8px 2px 0px;
	padding: 0px 5px 0px 4px;
	width: 256px;
	border-right: 0px solid;
	border-left: 6px solid;
	line-height: 1.6em;
	text-align: left;
	font-size: 96%;
	float: left;
	clear: left;
	
}


.LinkBeschreibung 
{
	margin: 2px 0px 2px 0px;
	padding: 3px 0px 0px 2px;
	width: 220px;
	border-right: 6px solid;
	line-height: 1.6em;
	text-align: left;
	font-size: 76%;
	float: left;
	
}

.tabBlock 
{
	margin: 2px 8px 2px 0px;
	padding: 0px 0px 0px 4px;
	width: 140px;
	border-left: 8px solid;
	line-height: 1.6em;
	text-align: left;
	font-size: 90%;
	float: left;
	clear: left;
	
}

.tabBlockWert 
{
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 1px;
	width: 349px;
	line-height: 1.6em;
	text-align: left;
	font-size: 100%;
	float: left;
	white-space: normal;
}

.tabBlockText 
{
	margin: 2px 10px 2px 0px;
	padding: 0px 0px 0px 5px;
	width: 375px;
	line-height: 1.6em;
	text-align: left;
	font-size: 100%;
	white-space: normal;
	border-left: 8px solid;
	float: left;
	clear: left;

}

.tabBlockWertKurz
{
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 1px;
	width: 225px;
	line-height: 1.6em;
	text-align: left;
	font-size: 100%;
	float: left;
	white-space: normal;
}

.tabBlockBild
{
	width: 100px;
	height: 100px;
	size: auto;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	float: right;
	clear: right;
}

.tabBlockBild2
{
	width: 100px;
	height: 65px;
	size: auto;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	float: right;
	clear: right;
}

.tabBlockHead
{
	width: 518px;
	margin: 10px 0px 2px 0px;
	padding: 1px 2px 1px 1px;
	text-transform: none;
	font-size: 106%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	clear: both;
	border-bottom: 2px solid;
	
}

.tabBlockFoot
{
	width: 372px;
	margin: 0px 0px 20px 0px;
	padding: 1px 2px 1px 2px;
	text-transform: capitalize;
	font-size: 65%;
	line-height: 0.5em;
	font-weight: lighter;
	text-align: right;
	border-bottom: 0px dashed;
	border-left: 142px solid;
	clear: both;
}


/* 
  by  
----------------------------------------------- */

.Bild_Quer, .Bild_QuerKlein, .Bild_Hoch, .Bild_HochKlein, .thumbnail
{
	size: auto;
	float: left;
	clear: right;
	text-align: center;
	font-size: 80%;
	margin: 0px 0px 22px 8px;
	padding: 0px 0px 0px 0px;
	line-height: 90%;
	
}

.fotoText 
{	
	font-size: 115%;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	line-height: 95%;
	text-align: center;

}

.Bild_Quer img, .Bild_QuerKlein img, .Bild_Hoch img, .Bild_HochKlein img, .thumbnail img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 2px solid;
	white-space: nowrap;

}

.Bild_Quer, .Bild_Quer img
{
	width: 250px;
	height: 160px;

}

.Bild_Hoch, .Bild_Hoch img
{
	width: 160px;
	height: 220px;
}

.Bild_QuerKlein, .Bild_QuerKlein img
{
	width: 100px;
	height: 80px;
}

.Bild_HochKlein, .Bild_HochKlein img
{
	width: 90px;
	height: 110px;
}

.Foto
{
	width: 165px;
	height: 140px;
	border: 1px solid;
	border-color:#000000;
	margin: 8px 10px 12px 0px;
	padding: 2px 2px 2px 2px;
	float: left;
	background-color:#F3F3F3;
	background-image:url(seitenecke.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 80%;
	overflow: auto;
	line-height: 85%;
	letter-spacing: -0.0em;
	white-space: normal;
}

.Foto img
{	
	width: 160px;
	height: 110px;
	margin-top: 4px;
	margin-bottom: 2px;
	border-bottom: 0px dashed;

}

.seite
{
	width: 110px;
	height: 155px;
	border: 1px solid;
	border-color:#000000;
	margin: 8px 10px 12px 0px;
	padding: 2px 2px 2px 2px;
	float: left;
	background-color:#F3F3F3;
	background-image:url(seitenecke.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 88%;
	overflow: auto;
	line-height: 90%;
	letter-spacing: -0.0em;
	white-space: normal;
}

.seite img
{	
	width: 104px;
	height: 110px;
	margin-top: 4px;
	margin-bottom: 2px;
	border-bottom: 0px dashed;

}
.seite2
{
	width: 110px;
	height: 155px;
	border: 1px solid;
	border-color:#000000;
	margin: 8px 10px 12px 0px;
	padding: 2px 2px 2px 2px;
	float: left;
	background-color:#F3F3F3;
	background-image:url(seitenecke.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 88%;
	overflow: auto;
	line-height: 90%;
	letter-spacing: -0.0em;
	white-space: normal;
}

.seite2 img
{	
	width: 104px;
	height: 50px;
	margin-top: 4px;
	margin-bottom: 2px;
	border-bottom: 0px dashed;

}
/* keine Unterstriche bei Hyperlinks in Bildern -Eigener Dif unter column2
----------------------------------------------- */

#keinHyperlink_ a, #keinHyperlink_ a:hover
{	
	border-bottom: 0px dashed;
}

.seite span, .seite2 span, .Bild_Quer span, .Bild_QuerKlein span, .Bild_Hoch span, .Bild_HochKlein span, a span, .thumbnail span, .fotoText span
{ /*CSS versteckter span*/
	position: absolute;
	left: -1000px;
	border: 1px dashed;
	visibility: hidden;
	text-decoration: none;
}

.seite span img, a span img, .thumbnail span img, .seite2 span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;

}

.seite:hover span, .seite2:hover span, .Bild_Quer:hover span, .Bild_QuerKlein:hover span, .Bild_Hoch:hover span, .Bild_HochKlein:hover span, a:hover span, .thumbnail:hover span
{ /*CSS Info Text hover*/
	visibility: visible;
	top: auto;
	left: 50px;
	z-index: 50;
	width: 150px;
	font-size: 100%;
	white-space: normal;
	line-height: 110%;

}

.thumbnail:hover span, a:hover span
{ /*CSS  hover*/
	width: auto;
	font-size: 100%;
	
}

.fotoText:hover span
{ /*CSS  hover*/
	width: 150px;
	padding: 3px;
	font-size: 80%;
	visibility: visible;
	top: 0px;
	left: -50px;
	z-index: 50;
	line-height: 96%;

}

.seite:hover
{
	background-color: transparent;
	text-decoration: none;
}

.clear
{
	clear:both;
}

.pdfLink:hover, .wordLink:hover, .webLink:hover
{
	background-color: #FFFFCC;
}

.pdfLink 
{	color: #330068;
	border-color: #97BBDB;
	background-image:url(pdf_kl.gif);
	background-repeat:no-repeat;
	background-position:right;

}

.wordLink 
{	color: #330068;
	border-color: #97BBDB;
	background-image:url(doc_kl.gif);
	background-repeat:no-repeat;
	background-position:right;

}

.webLink 
{	color: #330068;
	border-color: #97BBDB;
	background-image:url(web.gif);
	background-repeat:no-repeat;
	background-position:right;

}

.LinkBeschreibung 
{
	background-color: #F9F9F9;
	border-color: #97BBDB;	
}

.tabBlock, .tabBlockText
{
	color: #330068;
	background-color:#FAFCFE;
	border-color: #97BBDB;
}

.tabBlockWert, .tabBlockWertKurz
{
	color: #000000;
	/*background-color:#F9F9F9;FBF7F8 */

}

.tabBlockHead
{
	color: #30597C;
	border-color:#97BBDB;

}

.tabBlockFoot
{
	color: #30597C;
	border-color:#97BBDB;

}

.fotoText
{
	color:#FF6600;
	
}

.thumbnail span, .seite span, .Bild_Quer span, .Bild_QuerKlein span, .Bild_Hoch span, .Bild_HochKlein span, a span, .fotoText span
{ /*CSS Farbeinstellungen for enlarged image*/
	background-color: #FFFFCC;
	border-color: gray;
	color:#000000;
}
/* 
