/*@media screen, projection {
 exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 { font-family: inherit }

html,body {
	width:100%;
	height:100%;
	background: url("elemente/lift-back.jpg") fixed bottom center no-repeat;
	}


#layout{
	position: relative;
	width: 980px;
	height:100%;
	}


/*
#menu{
	
	left: 0;
	width:280px;
	border: #000000 1px solid;
	}
*/


#logo{
	position: absolute;
	left: 0;
	bottom:320px;
	width:280px;
	height: 255px;
	background: url(elemente/logo.png) left top no-repeat;
	}

* html #logo{
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='elemente/logo.png',sizingMethod='scale');
	}



.menu{
	position: absolute;
	left:30px;
	bottom:120px;
	height: 180px;
	width:230px;
	font-size:1.2em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	}
.menu a  {
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 0px;
	width:100%;}
.menu a:link  { color: #2d7de1 }
.menu a:visited  { color: #2d7de1 }
.menu a:hover { color: #ffb325;
	text-decoration: underline }
.menu a.aktiv{color:#ff7000;}
.menu span a{
	margin:0;
	font-weight: normal;
	white-space: nowrap;
	}

.sub2{
	font-weight: normal;
	}
.sub3{
	font-weight: normal;
	font-size: 0.9em;
	}



.content{
	padding-top:50px;
	width:670px;
	text-align:left;
	}

.block {
	display: block;
	margin: 0 0 30px 0;
	padding: 9px;
	}


.bilder{}


.bilder_links{
	float:left;
	margin-right:10px;
	margin-left:-20px;
	}

.bilder_rechts{
	float:right;
	margin-left:10px;
	}


.text { padding: 0  }


.i_aktuell {
	color: #000000;
	background-color: #D8F9FF;
	text-align: left;
	margin: 10px 0 10px 100px;
	padding: 4px 2px 4px 10px;
	width: 700px;
	vertical-align: top;
	border: solid 1px #f57300
	}

.i_aktuell a { font-weight: bold;}
.i_aktuell a:link  { color: #323c46 }
.i_aktuell a:visited  { color: #323c46 }
.i_aktuell a:hover { color: #f57300 }


img { border: 0 #000000 }

.clear {
	margin: 0;
	clear: both;
	overflow: hidden
	}


.footer{
	float:left;
	display:block;
	overflow:hidden;
	width:100%;
	bottom:0;
	height: 20px;
	margin-top:20px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 0.9em;
	color: #556677;
	}

.footer a{
	color:#556677;
	text-decoration: none;
	}


/*Maps*/
.estyle1 {
	background-color:#ffffff;
	border:1px #1E41AF solid;
	}
.gm_ewin_t{
	background-color: #1E41AF;
	color:#ffffff;
	line-height: 100%;
	}
.ewclose{margin:1px 5px 0 2px;cursor:pointer;}

.formfeld_r{
	background-color: #ffc0a0;
	}
.formfeld_o{
	background-color: #ffe0a0;
	}

/* S-Schutz */
.websiteurl{
	position: absolute;
	top:-9000px;
	visibility: hidden;
}
