

html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(../images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(../images/page_bg_top.gif) repeat-x;
  padding-top: 20px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(../images/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(../images/Hintergrundbild_Klettersteigschule.jpg) no-repeat;
}
#body-top {
  background: url(../images/Klettersteig-Head_oben.jpg) no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/


#navi {
margin-top:48px;
margin-left:10px;
width:778px;
display:block;
}

#subnaviBar {
margin-left:10px;
margin-top:-1px;
width:778px;
height:15px;
background-color:#d4da89;
padding:3px 0px 3px 0px;
visibility:hidden;
display:table;
z-index: 500;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
 #subnaviBar
 {
  margin-top:20px; /* The text will appear red only in Safari and Google Chrome */
 }
}


.NavigationItem {
display:block;
float:left;
padding:4px 10px 3px 10px;
cursor:pointer;
font-size: 11px;
font-weight:bold;
color:#000000;
}

.SubNavigationItem {
display:inline;
padding:3px 10px 3px 10px;
cursor:pointer;
font-size: 10px;
font-weight:normal;
color:#000000;

}

.NavigationItem:hover {
background-color:#d4da89;
}

.SubNavigationItem:hover {
text-decoration:underline;
}

.subnavi {
display:none;
}

/** green box **/
#gbox {
position:relative;
top:50px;
left:30px;
width: 431px;

}

#gbox-bg  { background: url(../images/green_bg.gif) repeat-y;}
#gbox-grd { background: bottom url(../images/green_grad_bot.jpg) repeat-x;}
#gbox-top { background: url(../images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(../images/green_bot.gif) no-repeat; height: 23px; }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#content h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
  padding-left:0px;
}


#content p {
  font-size:12px;
  
}

#content 
{
  position:relative;
  top:0px;
  width:378px; 
  height:190px;
  overflow:auto; 
  overflow-x: hidden; 
  overflow-y: auto;
  padding-right:20px;
  

}
#content-image {
  position:relative;
  top:10px;
  align:center;
  width:411px;
  height:280px;
  margin: 0 -14px;
}


/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}



#adressLine {
  font-size: 11px;
  color: #464544;
  margin-top: 10px;
}


