@charset "utf-8";
/* CSS Stylesheet for Peter Hofmann 2010 by David Arndt*/
* {
	margin: 0;
	padding: 0;
}
a:link {
	color:#FFF;
	text-decoration: underline;
}
a:visited {
	color:#CFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	background-color:#555;
	font-family: "Trebuchet MS", Geneva, Verdana, Helvetica, sans-serif;
	height: 100%;
	color:#fff;
}
img {
	border: 0;
}
#siteglow {
			background: #333 url(../images/siteglow.png) repeat-y center;	
}
#pagewrap {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 1000px;
	background-color:#333;
}
* html #pagewrap {
	height: 100%;
}
#header {
	font-size:28px;
	font-weight: bold;
	height: 150px;
	background:url(../images/bergsteigen.jpg) no-repeat left top;
}
#logo {
	float:left;
	text-align: left;
	position: absolute;
	z-index: 100;
}
#headerimage {
	float:left;
	width: 700px;
	text-align: left;
}

#nav {
	float:left;
	text-align: left;
	width: 280px;
	padding:10px;
}

#mainnav {
	padding: 15px 0 0 5px;
	margin: 0 auto;
}
#mainnav li {
	font-size:14pt;
	font-weight:bold;
	display:block;

}
#mainnav li img {
		vertical-align:middle;
}
#mainnav a {
		color: #FFF;
		text-decoration:none;
}
#mainnav a:hover {
		color: #D81921;
}

/*#mainnav span {
	display:none;
}*/
#m_bergsteigen {
	background: url(../images/logos/logo_bergsteigen_64.png) left no-repeat;
	vertical-align: middle;
	display:block;
	height: 50px;
	padding: 14px 0 0 64px;
}
#m_bergsteigen:hover {
	background: url(../images/logos/logo_bergsteigen_64_ro.png) left no-repeat;
}


#subnav {
	padding: 20px 0 0 5px;
	margin: 0 auto;
}
#subnav li {
	padding:5px 5px 5px 50px;
	display:block;
	font-weight:bold;
	font-size:12pt;
}
#subnav a:hover {
		color: #D81921;
}
#content {
	float:left;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
}

.startarticle {
	padding:0 20px 20px 20px;
	text-align:justify;
}
.startarticle h1 {
	margin: auto;
	text-align:center;
	font-size:2em;
	line-height: 150%;
	padding-bottom: 10px;
}
.article {
	padding:0 20px 20px 20px;
	text-align:justify;
}
.article h1 {
	margin: auto;
	font-size:2em;
	line-height: 150%;
	padding-bottom: 10px;
}
.leftbox{
	text-align:left;
	color: #000;
}

/*#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:35px; 
	background-color:#666;
	color: #A6B8CA;
	text-align: center;
	position: absolute;
	margin: -3.6em auto 0 auto;
}
* html #footer {
	margin-top: -3.6em;
}
.footerLinks {
	color:#FFF;
	font-size:14px;
	padding: 10px 0 10px 0;
	font-weight:bold;
	margin: 0 auto;
}*/
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
#kontaktformular {
	 width: 600px;
	  margin-bottom: 2em;
	   padding: 1em ;
		  background-color: white;
		   filter:alpha(opacity=85);
			  opacity: 0.85;
			   z-index: 98;
				}
				
.viewer img {
	border: 1px solid #999;
	padding: 2px;
	background-color:#fff;
	margin: 0 auto;
	
}
