html, body {
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-size: 11pt;
	margin: 0px 0px 0px 0px;
	line-height: 150%
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
}

a {
	color: black;
}

a.menu {
  color: white;
  font-size: 0.9em;
}

#mainArea {
  position: static;
  width: 950px;
}

#oben {
  width: 100%;
  height: 127px;
  position:static;
}
#logo {
  width: 170px;
  height: 65px;
  position: static;
  float: left;
  margin: 10px 0px 10px 0px;
}

#golfer {
  margin: 26px 0px 0px 0px;
 	width: 419px;
 	height: 101px;
	position: static;
	float: right;
	background-image: url(golfer.png);
	background-repeat: no-repeat;	 
}

#navi {
	margin-top: 5px;
	height: 37px;
	width: 531px;
	float:left;
	background-image: url(navi_bg.png);
	background-repeat: repeat-x;	 
	background-color: #45A45E;
	font-size: 1.1em;
	position: static;
}

a.navi {
  color: white;
  font-size: 0.9em;
  text-decoration: none;
}

#naviButtonLinks {
  margin-left: 5px;
  margin-top: 7px;
  background-image:url(button_1_links.gif);
  background-repeat: no-repeat;
  float:left;
  position:static;
  height: 24px;
  width: 8px;
}

#naviButtonMitte {
  margin-top: 7px;
  background-image:url(button_1_mitte.gif);
  background-repeat: repeat-x;
  float:left;
  position:static;
  height: 24px;
}
#naviButtonMitte2 {
  margin-top: -2px;
  float:left;
  position:static;
}

#naviButtonRechts {
  margin-top: 7px;
  background-image:url(button_1_rechts.gif);
  background-repeat: no-repeat;
  float:left;
  position:static;
  height: 24px;
  width: 8px;
}

#naviButtonLinksHover {
  margin-left: 5px;
  margin-top: 7px;
  background-image:url(button_2_links.gif);
  background-repeat: no-repeat;
  float:left;
  position:static;
  height: 24px;
  width: 8px;
}

#naviButtonMitteHover {
  margin-top: 7px;
  background-image:url(button_2_mitte.gif);
  background-repeat: repeat-x;
  float:left;
  position:static;
  height: 24px;
}

#naviButtonRechtsHover {
  margin-top: 7px;
  background-image:url(button_2_rechts.gif);
  background-repeat: no-repeat;
  float:left;
  position:static;
  height: 24px;
  width: 8px;
}

#mitte {
  padding-top: 10px;
	width:100%;
	background-image: url(bg_verlauf.png);
  background-repeat: repeat-x;
	position: static;
}

#inhalt {
	margin: 0px 0px 0px 20px;
	padding: 0px 10px 10px 10px;
	width: 80%;
	height: 410px;
	position: static;
}

#unten {
  width:100%;
  height: 25px;
  margin: 10px 0px 10px 0px;
  background-image: url(bg_unten.gif);
	background-repeat: repeat-x;
}


#inhaltOhneFrame {
  background-image: url(bg_verlauf_inhalt.png);
  background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
	text-align: left;
  border: 1px solid #3CA358;
  margin-top: -420px;
  width: 80%;
}

#slogan {
  background-image: url(slogan.gif);
  background-repeat: no-repeat;
  top: 20px;
  position: absolute;
  width: 265px;
  height: 44px;
  left: 35%;
}

