@charset "utf-8";
/*
		basic styles for all browsers with default values of positioning
		project: tip
*/



/* Hintergrundfarbe fÃ¼r flexible seitliche RÃ¤nder - je nach Bildschirm sichtbar */
body {
  background-color: #F7FAE1;
  text-align: center;
}

/* ------------------------------------------------------
   Positioning
   ------------------------------------------------------ */

#head {
	text-align: left;
	background:#3B461F;
	clear:both;
	height:5.9em;
}

#head a  {
	padding-left:1.55em;
	padding-bottom:0.8em;
	padding-top: 0.6em;
}
#head a img {
	width:25em;
}

.logo {
	padding: 0.8em 1em 0.8em 0;
}

#main_box {
 	margin: 0 auto;
	/* width: 960px; */
	width: 96em;
}

#bg_box {
	
	/*background: #3B461F no-repeat top center;
		background: #CFD095 no-repeat top center;*/
	background-color: #CFD095;
	/*background-color: #F4F8E9;*/
	/*padding-top: 139px;*/
	padding-bottom:0em;

}


.imgHeader {
	width:96em;
	height:13.8em;
	overflow:hidden;
	z-index:1;
	}
/*foot with lion*/
#lion_row {
	background:#3B461F;
	text-align:right;
}
	


/* ------------------------------------------------------
   generell Definitions
   ------------------------------------------------------ */
a {
	color: #3B461F;}

a:link,
a:visited {
	text-decoration:none;}
	
a:focus,
a:hover,
a:active {
	text-decoration:underline;}
	
	
input, textarea {
	font-family: verdana, arial, sans-serif;
	font-size:1.1em;
	width:35em;}
	
.formfield-readonly {
	color: #605F5F;}
	
.white {
	background-color: #FFFFFF;}
	
h2 {
	font-weight:normal;
	font-size: 1.9em;
	margin-bottom: 9px;
	line-height: 0.9em;}
	
h3 {
	font-size: 1.3em;
	color: #3b461f;
}

/* ------------------------------------------------------
   meta_nav
   ------------------------------------------------------ */
#meta_nav {
	text-align:right;
	margin: 0.4em 1.6em;
	float:right;}
	
#meta_nav ul li {
	float:left;
	font-size:1.2em;
	margin-left:1em}
	

/* ------------------------------------------------------
   main_nav
   ------------------------------------------------------ */
.main_nav {
	padding-left:1.85em;
	background: url(../img/bg_trans.png);
	position:absolute;
	top:18.7em;
	width:94.2em;
	display:block;
	z-index:100;
	height:3.4em;
}
 
.main_nav ul li {
	float: left;
	/*padding: 0.4em 2.2em 0.5em 0.2em;*/
	padding-right: 2.2em;
 	padding-left:0.2em;
	font-size: 1.4em;
	line-height:2.5em;
	color:#3B461F;
	font-weight:bold;
	}

.main_nav ul li.first_element {
	width: 11em;
	text-align: left;
}

a.nav1 {
	text-align:center;
	font-weight:normal;
}

/* aktiver Button der 1. Navigationszeile */
a.active1 {
  font-weight:bold;
}

/* Formatierung der Links innerhalb der 1. Navigationszeile*/
/* color  and background-color for the hover-tabelcells is done in tipfaps.js - repeat any changes there */

a.nav1:link, 
a.nav1:visited, 
a.nav1:focus, 
a.nav1:hover, 
a.nav1:active {
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
}

/* ------------------------------------------------------
   content_box  overall size: 190 + 565 + 205 = 960px bzw. 19 + 56.5 + 20.5 = 96em
   ------------------------------------------------------ */
#content_box {
	background-color:#CFD095;
	position:relative;
	left:0;
	z-index:3000;	
	top:-0.1em;}

.content a,
.column_left .address a {
	text-decoration:underline;}
/* ---------- column_left ------------ */
  
.column_left { /* overall size: 190px / 19em */
  text-align: left;
  padding: 0px 0px 0px 2em;
  width: 17em;
  float: left;
  overflow: hidden;
}

/*nav sub*/
.column_left ul.nav_sub {
	margin-top: 1.8em;
}

.column_left ul.nav_sub li {
	padding: 8px 0px;
	font-size: 1.2em;
	font-weight:bold;
	color:#3B461F;
}

.column_left ul li a {
	font-weight:normal;
}

/* Special: within leftColumn*/
.address {
  font-size: 1.1em;
	margin: 2.9em 0em;
	position: relative;
  margin-left: 0;
  /*margin-right: -1.2em;*/
  color:#3B461F;
}



/* ---------- column_right ------------ */



.column_right { /* overall size: 190px / 19em */
  margin: 0;
  padding: 1.5em 1.5em 0em 0em;
  float: right;
  width: 17.5em;
  overflow:hidden;
}

.column_right a { 
  margin-bottom:1.5em;
  display:block;
  text-decoration:none !important;}

.column_right a.nomargin { 
  margin-bottom:1.5em;
  }

.login {
  background-color: #4f4c10;
  color: #FFFFFF;
  font-family: serif;
  font-size: 1.6em;
  text-align: left;
  height: 21em;
  padding: 25px 1.5em;	
  margin-bottom: 20px;
}
/*Special: info- and newsbox*/
.info_box,
.news_box {
	border: 0.15em solid #3B461F;
	/*background-color:#A0A54F;
	color:#FFFFFF;*/
	color:#3B461F;
	text-align:left;
	padding:1em;
	display:block;
	cursor:pointer;}
	
.news_box {
	min-height:21em;
	height: auto !important;
  	height: 21em;}
	
.info_box  {
	min-height:8em;
	height: auto !important;
  	height: 7em;}  
	
.info_box .info_box_text,
.news_box .news_box_text {
	font-size:1.1em;}
	

.info_box .info_box_headline,
.news_box .news_box_headline {
	line-height:1.2em;
	margin-bottom:0;
	font-size:1.8em;}


/* ---------- content ------------ */

.content { /* overall size: 565px / 56.5em */
	background-color: #f4f8e9;
	color: #3b461f;
	padding: 2.4em 1.5em;
	text-align: left;
	float: left;
	/* width: 535px; */
	width: 48.3em;
	/*margin-bottom: 25px;*/
	overflow: hidden;
	font-size:1.1em;
	min-height:29.7em;
	/*border-bottom:0.1em solid #f4f8e9;
	min-height:28.2em;*/
	height: auto !important;
	height:29.7em;
  /*height: 32em;*/
}

.contentextention {
	width:60em; }

/*#text_inner {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}*/

/* Formatierung der Lifetime-Anzeige im EDIT-Modus */
.fapsvo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #637BB6;
}


/***************************************************/
/*  					floated picture in text         		 */
/***************************************************/


/****WORKAROUND list beside floates images***********************/
* html .paragraph ul,
* html .paragraph ol {
	height:1em;} /*workaround IE*/

html>body .paragraph ul,
html>body .paragraph ol {
	overflow:auto;} /*was on auto, but in firefox was a scrollbar: workaround other browsers, but if it is hidden, than there is no float list beside a img*/

.paragraph ul,
.paragraph ol
	{margin-left:0;
	padding-left:2.0em;}
/***************************/

.paragraph {
	margin-bottom:20px;
	overflow:hidden;
	width:43em;
	/*width of 4 columns*/}

.complexImage,
.complexImageLeft,
.complexImageRight {
  margin-bottom: 5px;
  border: 0px solid blue;
}

.complexImageLeft {
  margin-right: 20px;
  float: left;
}

.complexImageRight {
  padding-left: 20px;
  float: right;
}

.complexImage .magnifier,
.complexImageLeft .magnifier,
.complexImageRight .magnifier {
  float:left;
}

.complexImage .caption,
.complexImageLeft .caption,
.complexImageRight .caption {
  padding-top:5px;
  font-size: 1.4em;
  line-height:1.8em;
  overflow:hidden;
}

.caption img {
	float:right;
	padding-left:0.7em;}

/***************************************************/


/***************************************************/
/*  					Teaser Picture Overview in table 		 */
/***************************************************/




span.contentheadline {
  font-size: 1.5em;
  color: #3b461f;
  line-height:1.3em;
  font-weight: normal;
  /*padding-right: 8px;*/
}

p.contenttext {
	/*line-height: 1.85em;*/
	margin-top: 3px;	
	margin-bottom: 25px;
}

#teamOverviewPhoto_container {
	float:left;
	margin-bottom:1em;
	width:22em;
	}

#teamOverviewText_container {
	float: left;
	width:21em;
	overflow:hidden;
	display: block;
	min-height:33em;
	height: auto !important;
  height: 33em;

}

#teamOverviewText_container p {
	font-size:1.2em;
	display: block !important;
}

#teamOverviewText_container a {
	color: #3b461f;
	display: block !important;
}

.teamOverviewText p {
	font-size:1.2em;}



.teamOverviewTable {
	/*width:245px;*/
	width:19.9em;
	border-collapse:collapse;
	background-image:url(../img/bg_team.jpg);
empty-cells:show;
	}

.teamOverviewTable td {
	background-repeat:no-repeat;
	width:6.7em;
	border:0.1em solid #f4f8e9;
	position:relative;
	border-collapse:collapse;
	empty-cells:show;
	clear:both;}

	
img.konterfei {
	width:6.7em; 
	height:6.7em;}
	
img.konterfeiBorder{
	width:6.7em; 
	height:6.7em; 
	float:left; 
	position:absolute; 
}

.teamOverview_imageDefault {
	/*	border:1px solid #ffffff;*/
	}

/*.teamOverview_imageDefault img {
	width:81px;
	height:81px;
}*/	
	

.teamOverview_imageHighlighted {
	/*border:5px solid #FFB330;*/
	/*border:3px solid #f4f8e9;
	width: 75px;
	height: 75px; 
	text-align: center;*/
	}
	
.teamOverview_imageHighlighted {
	border:0;
	z-index:5;
	position:relative;
top:-6.7em;
left:0;
}
	
.teamOverview_imageHighlighted img {
	/*width: 100%;
	height: 100%;
	text-align: center;*/
}	


.teaserPicture {
	display:none;
	text-align: left;
	margin-bottom: 10px;
	}

.teamOverviewTable td .teamOverview_imageDefault a img,
.teamOverviewTable td .teamOverview_imageHighlighted a img {
	border:0;}

/* ... Formatdefinitionen zum Drucken ... */
@media print {
.teamOverviewTable {
	display:none; }
}

ul.teamOverviewList {
	list-style-type: disc;
	margin: 5px 0px 0px 15px;
	font-size: 1.2em;
}


.javascriptshown {
	float: none;
	margin-bottom: 10px;
}


/***************************************************/
/*  new tip definitions for noscript-area	 */
/***************************************************/

noscript .teamOverviewText {
	float: right;
	width: 48%;
	overflow: hidden;
}


.noscript_teamText {
	padding-top: 15px;
	border-top: 1px dotted #8e9557;
	overflow: hidden;
}

.noscript_teamText img {
	/*margin-bottom: 10px;*/
	margin-top: 10px;
}

.noscript_teamText h1.contentheadline {
	float: none;
	margin-bottom: 10px;
}

.content ul {
	list-style-type: disc;
	margin: 5px 0px 0px 15px;
	font-size: 1.2em;	
}

div.morelink {
	margin-left: 15px;
	/* text-align: right; */
	margin-top: 5px;
}

div.morelink a {
	font-size: 1.2em;
	
}


	
	
	

	






	

	



/*content in the middle*/
.content li {
	font-size:0.8em;
	line-height:1.5em;}
	
.content  {
	line-height:1.5em;}
	
/*Special Content: Sitemap*/
.content ul.sitemap_list  {
	text-align:left;
	padding-bottom:0em;
	padding-top:1em;
	margin:0;}
	
.content ul.sitemap_list ul {
	padding-bottom:0.4em;
	margin:0;}

.content ul.sitemap_list li {
	font-size:1.1em;
	list-style-type:none;}
	
.content ul.sitemap_list li li {
	margin-left:1.5em;
	font-size:0.7em;}
	
.content ul.sitemap_list li a {
	text-decoration:none;}
	
/*Special Content: Kontaktformular*/
.contacttabletd {
	color: #3B461F;
	font-size: 1.0em;}
	
.table_contact td {
	padding: 0 1em 0.1em 0em;}
	
.advice {
	font-weight:70%;
	font-style:italic;
	display:block;}

.linkSend {
	margin-top:1.5em;
	display:block;}
