* {
	padding: 0;
	margin: 0;
}
h1 {
	color: #3A3921;
	font-size: 1.6em;
	margin-bottom: 14px;
	padding-top: 3px;
}
h2 {
	border-bottom: 1px dotted #5E5A41;
	margin-top: 5px;
	color: #43402B;
	font-size: 1.3em;
}
h3 {
	border-bottom: 1px dotted #5E5A41;
	margin-top: 25px;
	color: #43402B;
	font-size: 1.3em;
}
h4 {
	color: #43402B;
	font-size: 1.2em;
}
h5 {
	color: #43402B;
	font-size: .9em;
}
h6 {
	color: #43402B;
	font-size: .8em;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #FFFFE0;
}
a:hover {
	color: #43402B;
}



/*-----Beginn der Formatierungen-----*/
body {
	color: black;
	font: 11px/.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../page_design/pferd_body.jpg) no-repeat top #709b53;
	text-align: center;
}

#huelle {
	margin: 0 auto;
	width: 758px;
	padding: 0px 0px 2em;
}
#header {
	text-align: left;
	background-image: url(../page_design/logo.gif);
	height: 150px;
}


/*-----Navigation------*/
#navigation {
		font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding-top: 14px;
		margin-left: 185px;
		font-weight: bold;
      line-height: normal;
		border: 0;
      }
#navigation ul {
		margin: 0px;
		padding:10px 10px 0 0;
		list-style:none;
      }
#navigation li {
      display:inline;
      margin:0;
      padding:0;
      }
#navigation a {
      float:left;
      background:url("../page_design/navigation_l.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#navigation a span {
      float:left;
      display:block;
      background:url("../page_design/navigation_r.gif") no-repeat right top; 
      padding:5px 15px 4px 6px;
      color: white;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span {
      color: #252620;
      }
#navigation a:hover {
      background-position:0% -42px;
      }
#navigation a:hover span {
      background-position:100% -42px;
      }

		
/*einstellungen für aktuellen reiter*/	
#aktuell {
		padding-top: 14px;
		margin-left: 185px;
		font-weight: bold;
      line-height: normal;
		border: 0;
      }
#aktuell ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
      }
#aktuell li {
      display:inline;
      margin:0;
      padding:0;
      }
#aktuell a {
      float:left;
      background:url("../page_design/navigation_l.gif") no-repeat 0% -42px;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
#aktuell a span {
      float:left;
      display:block;
      background:url("../page_design/navigation_r.gif") no-repeat 100% -42px; 
      padding:5px 15px 4px 6px;
      color: #252620;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#aktuell a span {float:none;}
/* End IE5-Mac hack */
#aktuell a:hover span {
      color: #252620;
      }
#aktuell a:hover {
      background-position:0% -42px;
      }
#aktuell a:hover span {
      background-position:100% -42px;
      }




#content {
	background-position: bottom;
	padding: 20px;
   border: 0;
	width: 717px;
	display: block;
}


/*-----Linke Seite des Inhaltes-----*/
#content_links {
	font-size: 10px;
	padding-top: 15px;
	padding-left: 2px;
	text-align: left;
	width: 165px;
	float: left;
}
#content_links h3 {
	padding-top: 35px;
}
#content_links li {
	margin-left: 22px;
	margin-bottom: 12px;
	margin-top: 12px;
}






/*-----Rechte Seite des Inhalts-----*/
#content_rechts {	
	line-height: 20px;
	text-align: justify;
	width: 549px;
	float: right;
}
#content_rechts p {
	margin: 0;
	padding: 0px 0px 10px 0px;
}
#content_rechts dt {
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
	margin-top: 9px;
}
#content_rechts dd {
	margin-left: 0;
}
#content_rechts img {
	border-top: 1px solid #a2b68c;
	border-left: 1px solid #a2b68c;
	border-right: 1px solid #8ca875;
	border-bottom: 1px solid #7c9f62;
	padding: 2px;
	margin-top: 4px;
}
/* Diese Anweisung für die Anzeige in Geckos, Safarie und Opera */
#content_rechts img:hover {
	width: auto;
	height: auto;
}
/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
#content_rechts a:hover img {
	width: auto;
	height: auto;
}
/* Ohne diese Anweisung funktioniert das Zoomen im IE nicht */
#content_rechts a:hover { 
	padding: 0;
	position: relative;
}

.float_right {
	float: right;
	margin-left: 5px;
}
.float_left {
	float: left;
	margin-right: 5px;
}
#content_rechts ul {
	margin: -15px 0px 24px 15px;
}
#content_rechts li {
	margin-left: 2px;
	list-style: disc;
}




/*-----Beginn des Footers-----*/
#footer {
	color: #43402B;
	font-size: 10px;
	width: 757px;
	height: 38px;
	padding-top: 12px;
	background: url(../page_design/footer.jpg);
}
#footer a {
	color: #43402B;
}
#footer a:hover {
	color: #FFFFE0;
}



/*-----Klassendefinitionen-----*/
.clear {
	clear: both;
}
form {
	border-top: none;
	border-bottom: 1px dotted #5E5A41;
	margin: 10px 0px 15px 5px;
	width: 540px;
 }
label {
	margin-top: 3px;
	text-decoration: underline;
	font-weight: normal;
 	display: block;
 }
input {
	font: 12px "Courier New", Courier, monospace;
	margin-left: 5px;
	color: #363E1D;
	border: 1px solid #3D5432;
	background-color: #F0F4E1;
}
textarea {
	font: 12px "Courier New", Courier, monospace;
	margin-left: 5px;
	color: #363E1D;
	border: 1px solid #3D5432;
	background-color: #F0F4E1;
}
.button {
	border-top: 1px solid #455726;
	border-left: 1px solid #556B2F;
	border-right: 1px solid #68813A;
	border-bottom: 1px solid #769145;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	background-color: white;
	color: black;
	display: block;
	margin: 5px 0px 15px 120px;
	font-weight: bold;
}

#impressum_off {
	display: none;
}
#impressum_on {
	margin-top: 25px;
	border-top: 1px dotted #5E5A41;
	line-height: normal;
	text-align: center;
	color: #37451B;
	font-size: .9em;
}
.close {
	display: block;
	border: none;
	float: right;
}
.img {
	border: none;
	float: right;
}
.p {
	padding: 13px;
}

