
html, body{
	padding: 0;
	margin: 0;
	font-size: 14px;
	background-color: white;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: black;
	/*height:auto !important; /* real browsers */
	width: 960px;
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	border: none;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:20px;
}
#wrapper{
	position:absolute; /* needed for footer positioning*/
	left:50%;
	width: 960px;
	margin-left: -480px;
	/*margin-right: auto;
	/*background-color: yellow;*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*border:1px solid black;
	/*overflow: hidden !important; /* FF Scroll-leiste */ 
	/*background-image: url(back.gif);*/
	background-color: #ececec;
}
#header{
	position: relative;
	width: 960px;
	height:140px;
	background-image: url(header_back.jpg);
}
#header ul{
	margin:0;
	margin-left: 20px;
	padding:0;
	text-align: center;
	/*border:1px solid black;*/
	position: absolute;
	margin-top: 115px;
}
#header li{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#header a{
	float: left;
	width:140px;
	text-decoration: none;
}

#header a:hover{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	margin:-1px;
}

#content{
	width: 960px;
	position: relative;
	/*top:140px;
	/*clear:both;
	/*margin-left:10px;*/
	/*height: 400px;*/
	/*min-height: 100%;*/
	
}
#content_main{
	/*background-color: maroon;*/
	position: relative;
	width: 650px;
	margin-left: 40px;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
	/*display: inline;*/
	float: left;
	border-right: 2px dashed gray;
}
.photo_links{
	float:left;
	padding:20px;
	width:280px;
	height:auto;
}
.photo_links_solo{
	float:left;
	background-color: #cecece;
	padding:20px;
	width:240px;
	height:auto;
}
.photo_rechts_solo{
	float:right;
	background-color: #cecece;
	padding:20px;
	width:240px;
	height:auto;
}
.photo_rechts{
	float:right;
	padding:20px;
	width:280px;
	height:auto;
}

.text_rechts{
	/*float:right;*/
	padding:20px;
	background-color: #cecece;
}
.photo_oben{
	padding: 10px;
	background-color: #cecece;
	text-align: center;
}
.text_unten{
	padding-bottom:10px;
	text-align: center;
	background-color: #cecece;
}
.bild_einzeln{
	text-align: center;
	margin: 10px;
	border: solid #9d9d9d;
	padding: 10px;
}
#sidebar{
	width: 200px;
	position: relative;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 20px;
	/*background-color: #ffccff;*/
	float: left;
}
#sidebar p{
	font-size: smaller;
	font-weight: bold;
}
#sidebar .menu_top{
	list-style: none;
}
#sidebar .menu_top li{
	padding: 5px;
	margin-left:-20px;
}
#sidebar .menu_top a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	/*letter-spacing: 1px;*/
}

#sidebar .menu_top a:hover{
	border:1px solid black;
	letter-spacing: 1px;
	background-color: #cecece;
}
#sidebar .gpArea_Breadcrumb_Navigation{
	/*padding-left:10px;*/
	/*margin:auto;*/
	padding-bottom:20px;
}
#sidebar .gpArea_Breadcrumb_Navigation a{
	text-decoration: none;
	color:green;
	font-size: smaller;
	font-weight: bold;
}
div.sitemap_xml {display:none;}
#gpx_content .menu_top li{
	padding:5px;
}
#gpx_content .menu_top a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer{
	clear: both;
	width: 960px;
	height: 40px;
	/*margin-left: 10px;*/
	color: black;
	background-image: url(footer_back.jpg);
	position:absolute;
	bottom:0px;
	
}
#footer a{
	text-decoration: none;
	padding:20px;
	color:black;
	font-size: smaller;
	font-weight: bold;
	position:relative;
	top:15px;
}
#footer .login_link a{
	color: #b3b3b3;
}
#footer .copyright{
	position:absolute;
	right:20px;
	color:black;
	font-size: smaller;
	font-weight: bold;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
