body{
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:small;
	background-color:#ffffff;
	color:#5d7496;
	}

*html body{
	font-size: x-small; /*for IE5/Win*/
	f\ont-size:x-small; /*for other IE versions */
	}

#stage{
	width:850px;
	position:relative;
	margin-left:-425px;
	left:50%;
	}

#content{
	background-color:#f0f1f5;
	width: 850px;
	overflow: hidden;
	}

#content_left{
	padding:25px;
	width:375px;
	float:left;
	}

* html #content_left{
	/*width:405px;*/
	padding-right: 0 !important;
	}

#content_right{
	width:420px;
	float:left;
	height:480px;
	background-image:url(../zeichnung/bilder/bsp.jpg);
	background-repeat:no-repeat:
	background-position:bottom left;
	overflow:hidden;
	}
	
* html #content_right{ float: right; width: 420px !important; overflow: hidden !important; }

#footer{
	background-color:#cad0dc;
	color:#697da0;
	padding:5px 25px 5px 25px;
	}

a{
	color:#697da0;
	}

a:hover{
	text-decoration:none;
	}

#back{
	margin-top:40px;
	}

a.zurueck{
	color:#ffffff;
	background-color:#5d7496;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	}

a.zurueck:hover{
	color:#697da0;
	background-color:#cad1dd;
	}
	
a.weiter{
	margin-left: 20px;
	color:#ffffff;
	background-color:#5d7496;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
	}

a.weiter:hover{
	color:#697da0;
	background-color:#cad1dd;
	}

h1{
	margin:0;
	padding:0;
	font-size:140%;
	}

h1 span{
	display:none;
	visibility:hidden;
	}

a img{
	border: 0px solid #ffffff;
	}

#map_alpen {
	display: block;
	margin-top: -100px;
	margin-left: 15px;
	z-index: 4000;
}

* html #map_alpen {
	position: absolute;
	top: 600px;
	left: 15px;
}

* html #altemap {
	margin-bottom: 150px;	
}




