html, body {
	font-family: Verdana;
	font-size: 11px;
	margin: 0; padding : 0;
	color: #666;
	line-height: 1.2em;
	background-color: #fff;
}

#headerWrap {
	min-width: 925px;
	height: 222px;
	background-color: #97cdf7;
	background-image: url(../img/holzpattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	height: 50px;
	height: 222px;
	width: 925px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(../img/pferd.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header h1 { 
	margin: 0; padding: 10px;
	color: #fff;
	font-family: Arial;
	font-size: 16px;
}

#header img {
	border: 0;
}

#mainWrap {
	min-width: 925px;
}

#main {
	background-color: transparent;
	width: 925px;
	margin: 0 auto;
}

#content {
	margin: 10px 0 10px 0; padding: 0;
}

#footerWrap {
	padding: 0;
	border-top: 1px solid #b89f8f;
	font-size: 12px;
	width: 925px;
	margin: 0 auto;
	margin-top: 10px;
	font-family: Verdana;
	font-size: 12px;
}

#footer { margin: 5px 0 15px 0;
font-size: 11px;}

/* ELEMENTS */

h1 { 
	color: #86502e;
	font-size: 20px; 
	font-weight: bold; 
	font-family: Arial;
	line-height: 48px;
	margin: 0 0 0 5px;
}

/*h1.csc-firstHeader {
	background-image: url(../img/header1_ganze_breite.jpg); 
	background-repeat: no-repeat;
	color: #fff; 
	font-size: 24px; 
	font-weight: bold; 
	font-family: Arial;
	line-height: 48px;
	text-indent: 30px;
	margin: 5px 0 10px 0;
}*/

h2 {
	color: #86502e;
	font-size: 14px; 
	font-weight: bold; 
	font-family: Arial;
	margin: 10px 5px;
}

.bodytext { margin: 5px; }

a { color: #86502e; text-decoration: none; }
a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

table { width: 100% }
thead { 
	background-image: url(../img/holzpattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	text-indent: 0.5em;
}
th { text-align: left; vertical-align: top; padding: 5px; }
td { text-align: left; vertical-align: top; padding: 5px; }
td ul { margin: 0; padding: 0 0 0 20px; }
.tr-even { background-color: #ffe5c0; }
.tr-odd { background-color: #ffeed7; }

.holzheader {
	background-image: url(../img/holzpattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	text-indent: 1em;
}

/* MENU */

#menu {
	float: left;
	position: absolute;
	top: 186px;
}

#menu a {
	margin: 0 2px;
}

#langMenu {
	position: absolute;
	margin-left: 830px;
	top: 160px;
}

#langMenu ul {
	list-style-type: none;
	margin: 0; padding: 0;
	font-family: Arial;
	font-size: 11px;
}

#langMenu ul li {
	float: left;
	margin-right: 3px;
}

#langMenu ul li a {
	color: #666;
	text-decoration: none;
	padding: 5px;
	
}

#langMenu ul li a:hover {
	text-decoration: underline;
}

#langMenu ul li.active a {
	text-decoration: underline;
}

/* CLEAR */
.clear {
	background-color:transparent;
	clear:both;
	display:block;
	font-size:0;
	height:1px;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	height: 0px;
}

/* PLAIN IMAGE */

.plainImage { border:0; margin:5px 0 0 0; padding:0; }
.plainImage img { border:0; margin:0; padding:0; }
.plainImage a { border:0; margin:0; padding:0; }

/* COLUMNS */

.threeColumns .col1 {
	float: left;
	width: 305px;
	overflow: hidden;
}

.threeColumns .col2{
	float: left;
	width: 305px;
	margin-left: 5px;
	overflow: hidden;
}

.threeColumns .col3{
	float: left;
	width: 305px;
	margin-left: 5px;
	overflow: hidden;
}

.twoColumns .col1 {
	float: left;
	width: 49%;
	overflow: hidden;
}

.twoColumns .col2 {
	float: left;
	width: 50%;
	overflow: hidden;
}

.twoColumns_66_33 .col1 {
	float: left;
	width: 615px;
	overflow: hidden;
}

.twoColumns_66_33 .col2 {
	float: left;
	width: 305px;
	margin-left: 5px;
	overflow: hidden;
}

/* BOXES */

.box {
	margin: 5px 0 0 0;
}

.box .boxHeader {
}

.box .boxBody {
}

.boxColor .boxBody {
	background-color: #ffe5c0;
}

/* STALLIONS */


.singleHorse .header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	background-color: #eedb7d;
}

.singleHorse table {
	width: auto;
}

.singleHorse .image {
	display: block;
	float: left;
	overflow: hidden;
}

.singleHorse .image img {
	margin: 0px;
}

.singleHorse .details {
}

.singleHorse .details th {
	text-align:right;
}

.singleHorse .nav {
	text-align: right;
}

.singleHorse th {
	width: 181px;
}

.singleHorse td {
	width: 218px;
}

.haflinger-pi1-browser {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 20px;
	font-family: Verdana;
	font-weight: bold;
	line-height: 2em;
	background-color: #F7F0C6;
}

.haflinger-pi1-browser-header {
	font-size: 12px;
}

.haflinger-pi1-browser-box {
	font-size: 14px;
}

.haflinger-pi1-browser-box-active {
	background-color: #EDDC82;
}



/* CALENDAR */

.newsCalendar_listView .date a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #c04a10;
	text-decoration: none;
}

.newsCalendar_listView a {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.calendar-item h1 {
	font-size: 16px;
}

.calendar_info {
	margin: 0 10px 10px 0;
	width: 300px;
	float: left;
}

/* NEWS */

.news-latest-container {
	padding: 10px;
}

.news-latest-item {
	margin-bottom: 10px;
}

.news-latest-item h3 {
	line-height: 1em;
	margin: 0 0 3px 0;
}

.news-latest-item h3 a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 1em;
}

.news-latest-item p {
	display: inline;
	margin: 0;
}

.news-latest-morelink {
	display: inline;
}

.news-list-container {
	margin: 15px 0 0 0;
}

.news-list-item {
	margin: 2px 0;
	padding: 10px;
}

.news-list-item .news-list-date {
	color: #86502E;
}

.news-list-item h3 {
	line-height: 1.3em;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.news-list-item .bodytext {
	margin: 5px 0 0 0;
}

.news-list-item img {
	float: left;
	margin: 5px 10px 10px 0;
	border: 0;
}

.news-single-item img {
	float: left;
	margin: 5px 10px 10px 0;
	border: 0;
}

.news-single-item h1 {
	line-height: 1.3em;
	margin: 10px 0 10px 5px;
}

.news-single-item h3 {
	line-height: 1em;
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	margin: 0 0 20px 5px;
	
}

.tx-ttnews-browsebox table {
	width: auto;
}

.news-even { background-color: #ffe5c0; }
.news-odd { background-color: #ffeed7; }

/* SONSTIGES */


.clearer {
margin: 15px;
}

.table_preise .td-1 {
width: 200px;
}
.table_preise .td-2 {
width: 200px;
}

.table_preise th {
line-height: 1em;
font-size: 12px;
text-indent: 0;
background-image: url(../img/holzpattern.png);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial;
font-weight: bold;
color: #fff;
}

.table_programm th {
line-height: 1em;
font-size: 12px;
text-indent: 0;
background-image: url(../img/holzpattern.png);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial;
font-weight: bold;
color: #fff;
}

.table_programm .td-0 {
width: 150px;
font-weight: bold;
}

.table_weltausstellung_preise th {
line-height: 1em;
font-size: 12px;
text-indent: 0;
background-image: url(../img/holzpattern.png);
background-repeat: repeat-x;
background-position: bottom;
font-family: Arial;
font-weight: bold;
color: #fff;
}

.csc-uploads-fileName { width: 90%; padding: 10px; }
.csc-uploads-fileName p { margin: 0; }

.csc-uploads-fileSize { padding: 10px; }
.csc-uploads-fileSize p { margin: 0; }

input {
border: 1px solid #666;
font-family: verdana, arial;
font-size: 11px;
color: #666;
padding: 2px;
}

textarea {
border: 1px solid #666;
font-family: verdana, arial;
font-size: 11px;
color: #666;
padding: 2px;
}

.button {
background-color: #5f3e31;
color: #fff;
padding: 3px;
border: 1px solid #5f3e31;
font-family: verdana, arial;
font-size: 11px;
}

.csc-mailform-submit {
background-color: #5f3e31;
color: #fff;
padding: 3px;
border: 1px solid #5f3e31;
}

.csc-mailform {
border: none;
}

.csc-mailform-field label {
display: block;
}

#mailformName {
width: 150px;
margin-bottom: 10px;
}

#mailformEmail {
width: 150px;
margin-bottom: 10px;
}

#mailformNachricht {
width: 250px;
height: 100px;
margin-bottom: 10px;
}