* {
	margin:0;
	padding:0;
}

html {
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

body {
	text-align: center;
	/*font-family: Georgia, "Times New Roman", sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	/*color: #707070;*/
	color: #003300;
	font-size: 12px;
	height: 100%;

	background-color: #598f01;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

label, input{
float: left;
}

form br{
clear: left;
}

label{
width: 41px;
}

input{
width: 137px;
margin-top: 10px;
border: 1px solid #ACC736;
}

input#first_input{
margin-right: 15px;
}

textarea{
margin-top: 10px;
width: 372px;
height: 80px;
border: 1px solid #ACC736;
}

input.submit{
border: 0px;
width: 108px;
height: 24px;
background-image: url(./images/veroeffentlichen_12.jpg);
margin-right: 15px;
}

input.reset{
border: 0px;
width: 81px;
height: 24px;
background-image: url(./images/verwerfen_14.jpg);
}

p {
	margin: 10px 0px 10px 0px;
}

h1 {
	/*font-family: Georgia, "Times New Roman", sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	/*color: #707070;*/
	color: #003300;
	font-size: 14px;
	margin: 40px 0px 10px 0px;
	line-height: 16px;
}

hr {
	border: 0px solid transparent;
	border-top: 1px dotted #707070;
	height: 0px;
	margin: 15px 15px 20px 0px;
}

.header_guestbook{
border-top: 1px dotted #707070;
border-bottom: 1px dotted #707070;
padding: 10px 0px 10px 0px;
width: 372px;
}
/*oben rechts unten links*/
#navline {
	border: 0px solid transparent;
	border-top: 1px dotted #707070;
	height: 0px;
}

a {
	/*color: #707070;*/
	color: #003300;
}

a:hover {
	/*color: #707070;*/
	color: #003300;
}

#topRow {
	padding-top: 40px;
}
#mainArea {
	width: 963px;
	margin: auto auto auto auto;
}


#logo {	
  margin-left: 710px;
}

#nav {
	float: left;
	 margin-top: 20px; 
	background-color: white;
	width: auto;
	padding: 0px 3px 0px 5px;
}
#nav li {
	list-style-type: none;
	float: left;
	margin: 5px 2px 0px 0px;
	background-repeat: no-repeat;
}

#nav li a {
	display: block;
	width: 122px;
	height: 28px;

	font-size:125px;
	overflow: hidden;
}

#nav li a:hover {
	margin-top: -6px;
	padding-top: 6px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/button_selector.gif);
	background-position: 57px 0px;
}


/* Menu item images */
li#home {
	background-image: url(images/button_home.gif)
}
li#wiruberuns {
	background-image: url(images/button_wiruberuns.gif)
}
li#ergotherapie {
	background-image: url(images/button_ergotherapie.gif)
}
li#leistungen {
	background-image: url(images/button_leistungen.gif)
}
li#kontakt {
	background-image: url(images/button_kontakt.gif)
}
li#impressum {
	background-image: url(images/button_impressum.gif)
}
li#guestbook {
	background-image: url(images/button_guestbook.jpg)
}


#contentRow {
	background-color: white;
	clear: both;

	overflow: hidden;
}

#content1, #content2, #content3 {
	float:left;
	background-color: white;
	margin: 5px;
	/*align: bottom;*/
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}

#content1 {
	width: 364px;
}

#content2 {
	width: 390px;
	text-align:left;
}

#content3 {
	width: 174px;
	float:right;
}

#contentEnd {
	clear: both;
	height: 1px;
	overflow: hidden;
}


#bottomRow {
	background-color: white;
	overflow: hidden;
	height: 5px;
	padding-left: 5px;
	text-align: left;
}

html>body #bottomRow {
	overflow: visible;
}


#bottomRow img {
	vertical-align: bottom;
	position:relative;
}

#subnav {
	background-color:white;
	float:left;
	padding:35px 0px 30px 20px;
	text-align:left;
}