.link {
	color:#727535;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {color:#F48E20;}

a:link{

	text-decoration: none;
}

.white {
    width: 100%;
	height: 100%;

}



#anzeige {
	position:absolute;
	width:178px;
	z-index:4;
	left:613px;
	top: 204px;
	visibility: visible;
	height: 24px;
}
#login {
	position:absolute;
	width:23px;
	z-index:4;
	right:0px;
	top: 0px;
	visibility: visible;
	height: 24px;
}

.Text_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727535;
	text-decoration: none;
}
.Text_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727535;
	text-decoration: none;
	font-weight:bold;
}
#content {
	position:absolute;
	width:589px;
	z-index:3;
	left:50%;
	margin-left: -200px;
	top: 266px;
}
.link_menue_unten {
	color: #FFFFFF;
	text-decoration: none;
}
.link_menue_unten_aktiv {
	color:#F48E20;
	text-decoration: none;
}
.noscript {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	}
#karten {
	position:absolute;
	width:600px;
	height:399px;
	z-index:4;
	left:50%;
	margin-left: -200px;
	top: 270px;
}
#kontakt {
	position:absolute;
	width:151px;
	height:169px;
	z-index:3;
	left:50%;
	margin-left: -385px;
	top: 420px;
	background-color: #FFFFFF;
}

#logotest {
	position:absolute;
	width:799px;
	min-width:800px;
	height:253px;
	z-index:3;
	left:50%;
	margin-left: -385px;
	top: 0px;
	background-image: url(bilder/logo_alt2.jpg);
	visibility: visible;
}
#logo {
	position:absolute;
	width:799px;
	min-width:800px;
	height:253px;
	z-index:3;
	left:50%;
	margin-left: -385px;
	top: 0px;
	background-image: url(bilder/logo.jpg);
	visibility: visible;
}
#menue {

	position:absolute;
	width:150px;
	height:144px;
	z-index:4;
	left:50%;
	margin-left: -385px;
	top: 270px;
	visibility: visible;
}
#schatten1_2 {
	position:fixed;
	width:9px;
	height:100%;
	z-index:4;
	left:50%;
	margin-left: -394px;
	top: 0px;
	background-image: url(bilder/schatten2.gif);
	background-repeat: repeat-y;
	

}
#schatten2_2 {
	position:fixed;
	width:9px;
	height:100%;
	z-index:4;
	left:50%;
	margin-left: 414px;
	top: 0px;
	background-image: url(bilder/schatten.gif);
	background-repeat: repeat-y;
	

}

#streifen_unten {
	position:fixed;
	width:799px;
	min-width: 800px;
	height:20px;
	z-index:8;
	left:50%;
	margin-left: -385px;
	bottom: 0px;
	background-image: url(bilder/Streifen_unten.jpg);
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#hintergr_streifen {
	position:fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index:1;
	top: 0px;
	background-image: url(bilder/hint_streifen.gif);
	background-repeat: repeat-y,repeat-x;
}

#hintergr_streifen1 {
	position:fixed;
	width: 150px;
	
	height: 100%;
	z-index:3;
	left:50%;
	margin-left: -385px;
	top: 0px;
	background-image: url(bilder/hint_streifen.gif);
	background-repeat: repeat-y,repeat-x;
}
#hintergr_weiss {
	position:fixed;
	width: 800px;
	height: 100%;
	z-index:2;
	left:50%;
	margin-left: -385px;
	top: 0px;
	background-color: #FFFFFF;
}
html, body{
  height:100%;
  margin:0;
  padding:0;
  background-image:url(bilder/hint_streifen.gif)
}
#spacer{
  position:absolute;
  margin:0;
  padding:0;
  /* sorgt dafür, dass wenn nötig Scrolleisten erscheinen */
  width:100%;        /* ganauso breit, wie der Anzeigebereich */
  height:1px;
  /*height:100%;        ganauso hoch, wie der Anzeigebereich */

  /* jetzt werden die notwendigen oder gewünschten Mindestmaße definiert. */
  min-width:800px;   /* Breite von #center (+ ein paar Pixel Rand) */ 
  /*min-height:450px;   Höhe von #center (+ ein paar Pixel Rand) */
}

