/** BASIC */

body {
	background-color: #7B9B3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
	color: #336600;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #336600;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 850px;
	height: 80px;
	background-color: #CDE2A1;
	background-image: url(images/site/img01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 35px 0px 0px 150px;
	background: url(images/site/pferd_kontur01_hell.gif) no-repeat -10px 0px;
	height: 45px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 43px 10px 0px 0px;
	background-image: url(images/site/img02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/** MENU */

#menu {
	width: 850px;
	height: 30px;
	background: url(images/site/img03.gif) repeat-x left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #336600;
}

#menu a:hover {
	color: #FFFFFF;
}

#index #menuHome a,
#aktuelles #menuAktuelles a,
#verein #menuVerein a,
#anlage #menuReitanlage a,
#kontakt #menuKontakt a {color:#FFFFFF;
}

/** CONTENT */

#content {
	width: 850px;
	background-image: url(images/site/img04.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#columnA {
	float: right;
	width: 570px;
	padding: 20px;
}

#columnB {
	float: left;
	width: 200px;
	padding: 20px 10px
}

#columnB h2 {
	font-size: large;
}

/** FOOTER */

#footer {
	width: 850px;
	background: #BED985 url(images/site/img05.gif) no-repeat left bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	padding: 5px 10px;
	background: url(images/site/img06.gif) no-repeat right bottom;
	font-size: smaller;
}
#header h2 {
}
