@media screen {
  /* start media screen*/
  
  body {
  	background-color: #fffdfa;
  	font-size: 10px;
  	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
  	text-align: justify;
  	color: #564b47;
  	padding: 0;
  	margin: 0;
  }
  
  .ie6 body {
   overflow: hidden;
   background-image: none;
  }  
   
  .bodytext {
    font-size: 1.1em;
    line-height:1.6em;
    padding:0 3.9em 0 0.5em;
	}
	
  .ie .bodytext {
    padding:0 3.6em 0 0.5em;
	}
	
  .safari4 .bodytext {
    padding:0 4.5em 0 0.5em;
	}

	.disc li {
	  	font-size: 11px;
	}	
	.disc li a {
	  	font-size: 11px;
	}
	 
  a { color: #DB7093; }
  a:visited {	color: #DB7093; }
  a:hover {	color: #000000; }
  a:active { color: #000000; }
  
  h1 { color: #9C7E40; font-size:11px; font-weight:bold; padding-left:6px; text-transform: uppercase; }
  h2 { color: #9C7E40; font-size:11px; font-weight:bold; padding-left:5px; text-transform: uppercase; }
  h3 { color: #9C7E40; font-size:11px; font-weight:bold; padding-left:5px; text-transform: uppercase; }
  h4 { color: #9C7E40; font-size:11px; font-weight:bold; padding-left:5px; text-transform: uppercase; }
  
  img.download { vertical-align: middle; }
  
  img { border: none; }
  
  #container {
  	width: 96em;
  	margin: 0 auto;
  	padding: 0;
  	/*background-color: #800000;*/
  }
  
  .ie6 #container {
    /*background: url(../../../inhalte/backgrounds/bg1.gif) repeat-y 1px center;*/
  }
  
	#banner {
	  margin: 0;
    padding: 0;
	}
	
	.spacer {
  	width: 96em;
  	height: 2.7em;
  	margin: 0;
  	padding: 0;
  	position: fixed;
  }
	
  .header {
  	margin: 0;
  	padding: 0;
  	/*background-color: #800000;*/
  	height: 14em;
  	position: fixed;
  	width: 96em;
  	top: 2.7em;
  }
  
  .header dl {
  	margin-bottom: -2px;
  	margin-left: 0px;
  }
  
  .header embed, .header object {
    width: 96em !important;
    height: 14em !important;
  }
  
  .ie .header dl {
    margin-top: -0.7em;
  }
    
  #language {
  	margin: 0.7em 0 2em 0em;
  	width: 96em;
  	padding: 0;
  	height: 1em;
  	background-color: #fffdfa;
  	position: fixed;
	}
	
	#kommentar {
		width: 96em;
		height: 3em;		
		margin: 0.7em 0 5em 0;
		background-color: #fffdfa;
		bottom: 0;
		padding: 0;
		position: fixed;
		text-align: right;
	}
	
	#kommentar a {
		color: #564B47;
		text-decoration: none;
		font-size: 11px;
		text-transform: uppercase;
		padding: 0 1em 0 0;
	}
	
	.ie6 #kommentar {
		margin: 0.7em 0 0em 0;
	}
	
	.ie8 #language {
		margin: 0.5em 0 2em 0em;
  }
	
	.ie7 #language {
		margin: 0.3em 0 2em 0em;
  }
  
  .ie6 #language {
		margin: -89em 0 2em 0em;
	}
  
  .mainnavigation {
    float:left;
    height:5em;
    margin:16.7em 0 2em 20em;
    padding:0;
    position:fixed;
    width:76em;     	
  }
  
  .ie8 .mainnavigation {
    margin-top: 16.1em;
  }
  
  .ie7 .mainnavigation {
    margin-top: 16em;
  }
  
  .ie #left {
    margin-top: -0.65em;
  }
  
  .ie8 #left {
    margin-top: -0.6em;
  }
  
  .ie6 .mainnavigation {
    margin: -0.45em 0 2em 10em;    
  }
    
  #main {

  }
  
  #left {
    background-color:#fffdfa;
    color:#FFFFFF;
    float:left;
    height:auto !important;
    margin:0;
    min-height:100%;
    padding:0;
    position:fixed;
    text-align:center;
    top:22.7em;
    width:20em;
  }
  
  .ie6 #left {
	  float: left;
  	min-height:50em;
  	height:64.4em;
  	width: 20em;
  	background-color: #fffdfa;
  	padding: 0 0 0 0;
  	margin: -2em 0 0 0;
  	text-align: center;
  	position: fixed;
  }
  
  #left a img {
    margin-right:3.5em;
    margin-top:4.6em;
  }
  
  #content {
  	min-height:100%;
	  height:auto !important;
  	/*height:100%; Bug im FF bei wenig Inhalt */
  	/*min-height: 62em;*/
  	min-height: 45em;
  	background-color: #fffdfa;
  	padding: 6em 0 8em 0;
  	margin: 20.7em 0 0 19em;
    float: right;	
    width: 76em;
  }
  
  #content a {
  	color: #564b47;
  	text-decoration: none;
  	/*border-bottom: 1px dotted #564B47;*/
  }
  
  #content a:hover {
  	text-decoration: underline;
  	border: none;
  }
  
  .ie6 #content {
    margin: 0;
    height: 45em !important;
    min-height: 45em !important;
    overflow: auto;
    margin-top: -2em;
  }
  
  .ie7 #content {
    margin-top: 20.7em;
    /*min-height:65em;*/
    min-height: 45em;
  }
  
  .ie8 #content {
    /*min-height:65em;*/
    min-height: 45em;
  }
  
  .contenttable {
    margin-top: 1.4em;
  }
  
  .contenttable .bodytext {
    line-height: 0em;
    margin-top: 0.3em;
  }
  
  .ie6 .contenttable .bodytext, .ie7 .contenttable .bodytext {
    line-height: 1.9em;    
  }
  
  .ie6 .contenttable, .ie7 .contenttable {
    margin-top: -1em;
  }
  

/* Zeitstrahl */
   
    #container_2 {
     background-color:#fffdfa;
     color:black;
     height:250px;
     margin:-40px 36px 36px;
     padding:5px;
     width:676px;
    }
    
    .ie6 #container_2 {
      margin: 0px 36px 36px; 
      width:646px;
      padding: 0;
    }
    
    .ie8 #container_2 {
      margin: 0px 36px 36px;
    }
   
    #zeitstrahl #zeitbottom {
      display: none;
    }
    
    .ie6 #zeitstrahl {
      width: auto;
      margin-left: -1em;
      margin-right: -4em;
    }
    
    .safari #real_content .bodytext { margin: 3em 0 0 0; } 
    
    .ie6 #bodyid_zeistrahlseite #content { overflow: hidden !important; }    

    /* this makes it possible to add next button beside scrollable */
    #zeitstrahl div.scrollable {
    	float:left;	      	
    }
    
    /* prev, next, prevPage and nextPage buttons */
    #zeitstrahl a.prev, #zeitstrahl a.next, #zeitstrahl a.prevPage, #zeitstrahl a.nextPage {
      background:transparent url('../img/left.jpg') no-repeat scroll 0 4px;
      cursor:pointer;
      display:block;
      float:left;
      height:72px;
      margin:0 6px;
      width:16px;
    }
    
    /* mouseover state */
    #zeitstrahl a.prev:hover, #zeitstrahl a.next:hover, #zeitstrahl a.prevPage:hover, #zeitstrahl a.nextPage:hover {
    			
    }
    
    /* disabled navigational button */
    #zeitstrahl a.disabled {
    	visibility:hidden !important;		
    }
    
    /* next button uses another background image */
    #zeitstrahl a.next, #zeitstrahl a.nextPage {
    	background-image:url('../img/right.jpg');
    	clear:right;	
    }
    
    
    
    /*********** navigator ***********/
    
    
    /* position and dimensions of the navigator */
    #zeitstrahl div.navi {
    	margin-left:328px;
    	width:200px;
    	height:20px;
    	display: none;  	
    }
   
    /* items inside navigator */
    #zeitstrahl div.navi a {
    	width:8px;
    	height:8px;
    	float:left;
    	margin:3px;
    	background:url('http://www.flowplayer.org/tools/img/navigator.png') 0 0 no-repeat;     
    	cursor:pointer;	
    }
    
    /* mouseover state */
    #zeitstrahl div.navi a:hover {
    	background-position:0 -8px;
      border: none;      
    }
    
    /* active state (current page state) */
    #zeitstrahl div.navi a.active {
    	background-position:0 -16px;
      border: none;     
    } 	
    

    
    /* root element for the whole scrollable setup */
    #zeitstrahl div.scrollable {  
      /*background-color: #9c7e40;*/
    	position:relative;
    	overflow:hidden;
    	width: 686px;	 
    	height:92px;	
    }
    
    .ie6 #zeitstrahl div.scrollable {
      width: 656px;	
    }
    
    /* 
    	root element for scrollable items. It is 
    	absolutely positioned with large width. 
    */
    #zeitstrahl #thumbs {	
    	position:absolute;
    	width:20000em;	
    	clear:both;
    }
    
    /* custom positioning for navigational links */
    #zeitstrahl a.prev, #zeitstrahl a.next {
    	margin-top:0;
      border: none;	
    }
    
    /* single item */
    #zeitstrahl #thumbs .zeitstrahl_det {
    	float:left;
    	width:65px;
    	background: transparent url('../../../images/zeitstrahl/zback.gif') repeat-x 0 46px;
    }
    
    #zeitstrahl {
      /*background-color: #9c7e40;*/
      height:9.2em;
    }
    
    .ie7 #zeitstrahl {
      height:11.2em;
    }
    
    #zeitstrahl .inner_top a {
     color: #564B47;
     text-align: center;
     text-decoration: none;
     font-weight: normal;
     font-size: 11px;         
    }
    
    #zeitstrahl .inner_top a:hover {
     text-decoration: none;
     font-weight: bold;
    }
    
    #zeitstrahl .inner_top {
     /*background-color: #9c7e40;*/
     height: 19px;
     clear: both;
     text-align: center;
    }
    
    #zeitstrahl .inner_middle {
     /*background-color: #9c7e40;*/
     height: 57px;
     clear: both;
     text-align: center;
    }
    
    #zeitstrahl .inner_middle img {
     padding: 6px;
     width: 45px;
     height: 45px;
     behavior: url('fileadmin/templates/images/iepngfix.htc');
    }       
    
    #zeitstrahl .inner_bottom {
     /*background-color: #9c7e40;*/
     height: 13px;
     clear: both;
     text-align: center;
     color: #564B47;
     font-size: 11px;
    }
    
    /* style when mouse is over the item */
    #zeitstrahl #thumbs div.hover {
    	/*background-color: #444;*/	
    }
    
    /* style when element is active (clicked) */
    #zeitstrahl #thumbs div.active {
    	background-color:#066;
    	cursor:default;
    }
    
    
    
    
    .external-link-new-window {
			font-size: 11px;
			color: #564B47;
		}		
    
   /* POWERMAIL */
   
   .tx-powermail-pi1 {
			font-size: 1.1em;
			margin-left: 1em;
		}

		.tx-powermail-pi1_thx {
			font-size: 1.43em;
		}
		
		.tx-powermail-pi1_formwrap {
			width: 95%;
		}
		
		.tx-powermail-pi1_fieldset {
			line-height: 2em;
			border: none;
		}
		
		.tx-powermail-pi1_fieldset legend {
			display: none;
		}
		
		.tx_powermail_pi1_fieldwrap_html {
			clear: both;
		}
		
		.tx_powermail_pi1_fieldwrap_html_select select {
			float: left;
			margin-bottom: 3px;
		}
		
		.safari .tx_powermail_pi1_fieldwrap_html_select select {
			margin-bottom: 3px;			
		}
		
		.ie6 .tx_powermail_pi1_fieldwrap_html_select select {
			margin-bottom: 3px;			
		}
		
		.ie7 .tx_powermail_pi1_fieldwrap_html_select select {
			margin-bottom: 3px;			
		}
		
		.tx_powermail_pi1_fieldwrap_html_select label {
			float: left;
			width: 16%;
		}
		
		.tx_powermail_pi1_fieldwrap_html_text label {
			float: left;
			width: 16%;
		}
		
		.tx_powermail_pi1_fieldwrap_html_textarea textarea {
			float: left;
			width: 50%;
			margin-top: 0.2em;
			font-size: 11px;
			font-family: Arial;
		}
		
		.safari	.tx_powermail_pi1_fieldwrap_html_textarea textarea {
			margin-left: 2px;
			}
		
		.tx_powermail_pi1_fieldwrap_html_textarea label {
			float: left;
			width: 16%;
		}
		
		.tx_powermail_pi1_fieldwrap_html_radio input {
			float: left;
			width: 10%;
		}
		
		.tx_powermail_pi1_fieldwrap_html_radio label {
			float: left;
			width: 80%;
			padding-bottom: 1em;
		}
		
		.powermail_kontaktformular.powermail_submit.powermail_submit_uid21 {
			margin-top: 0.5em;
			margin-left: 8.4em;
		}
		
		.safari .powermail_kontaktformular.powermail_submit.powermail_submit_uid21 {
			margin-left: 10.4em;
		}
		
		.ie6 .powermail_kontaktformular.powermail_submit.powermail_submit_uid21 {
			margin-left: 10.3em;
		}
		
		.ie7 .powermail_kontaktformular.powermail_submit.powermail_submit_uid21 {
			margin-left: 10.3em;
		}
		
		.tx-powermail-pi1_formwrap {}
		
		.tx-powermail-pi1_fieldset {
			padding: 0;
			margin: 0;
		}
		
		.tx_powermail_pi1_fieldwrap_html_text input {
			float: left;
			margin-bottom: 3px;
		}
		
		.tx-powermail-pi1_fieldset label{}
		
		.tx_powermail_pi1_fieldwrap_html {}
		
		.tx_powermail_pi1_fieldwrap_html_select {}
		
		.tx_powermail_pi1_fieldwrap_html_text {}
		
		.tx_powermail_pi1_fieldwrap_html_text label {}
				
		.tx_powermail_pi1_fieldwrap_html_textarea {}
		
		.tx_powermail_pi1_fieldwrap_html_textarea label {}
		
		.tx_powermail_pi1_fieldwrap_html_radio {}
		
		.tx_powermail_pi1_fieldwrap_html_radio label {}
		
		.tx_powermail_pi1_formconfirmation_back, .tx_powermail_pi1_formconfirmation_submit {}

	/*NEWS*/
	
	.news-list-item {
		/*padding: 0 0 1em 0;*/
	}
	
	.news-list-container h3 {
		color: #564B47;
		text-transform: uppercase;
	}
	
	.news-list-morelink,
	.news-latest-morelink {
		font-size: 11px;
		padding:0 0 1em 0.5em;
	}
	
	.news-single-backlink  {
		font-size: 11px;
		padding:0 0 0 0.5em;
	}
	
	.news-single-timedata {
		font-size: 11px;
		padding:0 0 0 0.5em;
	}
	
	.news-list-date {
		color:#564B47;
		font-weight:normal;
		text-transform:none;
	}
	
	/*MAP24*/
	
	.routenplaner {
		font-size: 11px;
	}
	
		.routenplaner p {
		padding: 0;
		margin: 0;
	}
	
	.map24_cell input, .map24_text select {
		font-family: Arial;
		font-size: 11px;		
	}
	
	.routenplaner input[type=submit] {
		font-family: Arial;
	}
	
	/*LANGUAGES*/   
.tx-srlanguagemenu-pi1 {
    font-size: 11px;
    padding: 0 2em 0 0;
		color: #564B47;
    display: inline;
}

.tx-srlanguagemenu-pi1 .CUR {
    color: #564B47;
    font-size: 11px;
    float: right;
}
  
.tx-srlanguagemenu-pi1 .NO {
    color: #564B47;
    font-size: 11px;
    float: right;
}
  
.tx-srlanguagemenu-pi1 .INACT {
    color: #564B47;
    font-size: 11px;
    float: right;
}

.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active {
    color:#564B47;
    font-size: 11px;
}

.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active {
    color:#564B47;
    font-size: 11px;
}

.tx-srlanguagemenu-pi1 .CUR a {
    color: #564B47;
    font-weight: normal;
    font-size: 11px;
}

.tx-srlanguagemenu-pi1 .NO a {
    color: #564B47;
    font-weight: normal;
    font-size: 11px;
}

.tx-srlanguagemenu-pi1 img {
    display: none;
}

/* VE GUESTBOOK */

.tx-veguestbook-pi1 {
	font-size: 11px;
	color: #564B47;
}

.tx-veguestbook-pi1 a {
	color: #564B47;
	text-decoration: none;
}

.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear: both;
	display: none;
}

.tx-veguestbook-pi1 h2.tx-guestbook-header {
	background: #9C7E40 none repeat scroll 0 0;
	clear: both;
	color: #ffffff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
	width: auto;
	height: auto;
}

.tx-veguestbook-pi1 .tx-guestbook-left {
	background-color:#fffdfa;
	height: 4em;
	margin: 0;
	padding: 0;
	width: auto;
}

.tx-veguestbook-pi1 .tx-guestbook-right {
	background: #fffdfa none repeat scroll 0 0;
	float: left;
	margin: 0;
	padding: 0 1em 1em 0em;
	width: 66em;
}

.tx-veguestbook-pi1 .tx-guestbook-field {
	clear: both;
	display: block;
	padding: 0.5em 0;
	width: 100%;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float: left;
	width: 20em;
}

.tx-veguestbook-pi1 fieldset {
	border:medium none;
	margin-bottom: 2em;
}

.tx-veguestbook-pi1 input.tx-guestbook-submit {
	display: block;
	margin-left: 8.2em;
	width: auto;
}

.tx-guestbook-comment {
	color: #564B47 !important;
	font-size: 11px !important;
	font-style: normal !important;
}

.tx-guestbook-right h3 {
	padding: 0 !important;
	color: #564B47 !important;
}

#lagenkarte {
 margin-bottom:-2px;
 margin-top:-3px;
}

.csc-sitemap {
	font-size: 11px;
}

#supermailer .firma p,
#supermailer .name p,
#supermailer .vorname p,
#supermailer .email p {
 margin: 0;
 padding: 0;
}
 
.ie #supermailer td p {
 margin: 0;
 padding: 0;
}

#fce_inhalt1 .news-latest-gotoarchive,
#fce_inhalt1 .news-latest-category,
#fce_inhalt1 .news-latest-container h2,
#fce_inhalt1 .news-latest-item .clearer {
 display: none;
} 
  
  /* end media screen*/
}

