* {
	margin: 0; 
	padding: 0;}

body{
	font-family: ArialMT, Tahoma, sans-serif;
	font-size:12px;
	height:100%;
	}

.wrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width:939px;
	height:100%;
	}
.logo {
	position:absolute;
	top: 20px;
	left: 50px;
}

a:hover {
	color: #9ed98b;
	text-decoration: underline;
}
a {
	color: #9ed98b;
	text-decoration: none;
}


 /* header-------------------------------------------------------------------------*/
.header {
	position: relative;
	height:80px;
	width:939px;
	background-repeat:no-repeat;
	background-image:url(../img/headerhorses.jpg);
}


.title{
	position:absolute;
	top:15px;
	left: 170px;
	font-size:45px;	
	font-weight:bold;

}

.header a {
	color: #FFFFFF;
 	text-decoration: none;
}
.header a:hover {
	color: #FFFFFF;
 	text-decoration: none;
}


 /*fin header-------------------------------------------------------------------------*/

/*middle-------------------------------------------------------------------------*/
.middle {
	
	width:937px;
	border-left: 1px solid #9ed98b;
	border-right: 1px solid #9ed98b;
	
}
.navigation {
	float:left;
	padding-top: 65px;
	height: auto;
}
.navigation .contact {
		border-left: 1px solid #9ed98b;
        width: 180px;
        margin: 10px;
		padding: 5px;
		font-size:10px;
		margin-left:15px;
		
}
.content{
	float: left;
	width:717px;
	overflow:-moz-scrollbars-vertical;		
	overflow-x: hidden; 
	overflow-y: auto;
	padding-bottom:10px;
	/*height: 400px;*/

	}
	
.content .box {
	margin: 0 0 10px 10px;
	border: 1px solid #9ed98b;
	width: 667px;
	background-color:#fff;
	
	}


.content a{
	background:url(../img/pfeil.jpeg) no-repeat center  left;
	padding-left: 12px;
	font-weight: bold;
	}
.content ul a{
	background:#fff no-repeat center  left;
	color: #000000;
	line-height: 1.5em;
}
.content ul {
	padding:  0px 10px 0px 50px;
	list-style-type: square;
	list-style-position: inside;
	padding:0px 10px 0px 50px;
	margin: 0px;
	
}

.content  p{
	text-align: justify;
	padding:  8px;
			}
.content p:first-letter {
	color: #9ed98b;
	font-size:20px;
	font-weight:bold;
	}
		
.content .photo a{
	background:#fff no-repeat center  left;
	padding-left: 0px;
	font-weight: bold;
	}

.content .photo td {
	text-align:justify;
}	

.content  table{
	margin:  8px;
		}		

.untertitle{
	position:relative;
	top: 10px;
	left: 10px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:  20px;
	float:left;
}

.untertitle a, .untertitle a:hover  {
	color: #9ed98b;
	text-decoration: none;	
}

 /*fin middle-------------------------------------------------------------------------*/

/* Menu -------------------------------------------------------------------------- */
ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

img {
    border: none;
}
#menu {
        width: 200px;
        margin: 10px;
	}

#menu li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
		font-weight:bold;
        }


#menu li a:link, #menu li a:visited {
        color: #4D4D4D;
        display: block;
        background:  url(../img/menu.gif);
        padding: 8px 0 0 10px;
        }

#menu li a:hover, #menu li #current {
        color: #FF9834;
        background:  url(../img/menu.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }
		
/* fin Menu -------------------------------------------------------------------------- */


/*footer-------------------------------------------------------------------------*/
.footer {
	position: relative;
	height:298px;
	width:939px;
	background-repeat:no-repeat;
	background-image: url(../img/footerhorses.jpg);


}

.footer .bottom {
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	width:939px;
	padding-top:10px;
	text-align:center;
	}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

 /*fin footer-------------------------------------------------------------------------*/


.clear{
	clear: both;
}

.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align: center;	
	padding:  8px;
}

#costs{
	width: 45%;	
}

#costs th, #costs td{
	border-bottom: 1px solid #000;
		padding: 5px;
}

