/*** Allgemeine Seitenformatierung ***/

body
{
	background-color: white;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	font-size:middle;
	margin-top: 0;
	margin-left: 0;
	text-align: justify;
}

table
{
	border : 0 none;
	padding : 1 0 1 0;
}

p
{
	text-align : justify;
}

a:hover,a:active,a:visited,a:link
{
	color: #6F9339;
	text-decoration : underline;
}

h1
{
	color: #6F9339;
	font-size:20pt;
}

h2
{
	color: #6F9339;
	font-size:16pt;
}

h3
{
	color: #6F9339;
	font-size:12pt;
}

/* allgemeine Klassen */

.right
{
	text-align : right;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}



/*** Positionierung von Text und Grafik ***/

div.main {
	position: absolute;
	left: 50%;
	top: 20px;
	width: 800px;
	margin-left: -400px;
/*	border-style: solid;
	border-width: 1px;
	border-color: black;*/
}

div.top_barr
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 107px;
}

div.nav_angebot, div.nav_ueberuns, div.nav_pferde, div.nav_kontakt, div.nav_anfahrt, div.nav_datenschutz
{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 156px;
	height: 27px;
}

div.nav_ueberuns
{
	top: 200px;
	height:26px;
}

div.nav_pferde
{
	top: 255px;
	height:23px;
}

div.nav_kontakt
{
	top: 305px;
	height:24px;
}

div.nav_anfahrt
{
	top: 355px;
	height:28px;
}

div.nav_datenschutz
{
	top: 405px;
	height:28px;
	text-align:center;
}

div.logo
{
	position:absolute;
	top: 450px;
	left: 0px;
	width: 159px;
	height: 102px;
}

div.text
{
	position: absolute;
	top: 100px;
	left: 170px;
	width: 600px;
/*	height: 400px;
	border-style: solid;
	border-width: 1px;
	border-color: black; */
}



