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

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

#header {
	height: 50px;
	height: 150px;
	width: 925px;
	margin: 0 auto;
	background-color: transparent;
	position:relative;
}

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

td.pageHeading {
	margin: 0;
	padding: 10px 0px;
	font-family: Arial;
	font-size: 15px;
	line-height:18px;
	font-weight:bold;
	color: #86502e;
}

.padding{
padding:4px;
}

#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(../images/haflinger/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; }

a img {
border:0px;
}

table { width: 100%; }
thead { 
	background-image: url(../images/haflinger/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; }
.wien	 td { text-align: left; vertical-align: top; padding: 5px; }
.productListing td ul { margin: 0; padding: 0 0 0 20px; }
.productListing-even { background-color: #ffe5c0; }
.productListing-odd { background-color: #ffeed7; }

.holzheader {
	background-image: url(../images/haflinger/holzpattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	text-indent: 1em;
}
.productListing-heading {
	background-image: url(../images/haflinger/holzpattern.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
	text-indent: 1em;
}
.productListing-heading a { color: #fff; text-decoration: none; }
.productListing-heading a:link { color: #fff; text-decoration: none; }
.productListing-heading a:visited { color: #fff; text-decoration: none; }
.productListing-heading a:hover { color: #fff; text-decoration: none; }
.productListing-heading a:active { color: #fff; text-decoration: none; }

/* MENU */

#menu {
	float: left;
	position: absolute;
	top: 120px;
	width:925px;
	color:white;
	font-size:10px;
}

#menu a {
	margin: 0 2px;
	color:white;
}

#menu .left{
	float:left;
	clear:left;
}
#menu .right{
	float:right;
	clear:right;
}

#logo {
	position:absolute;
	top:10px;
}

#cart{
	position:absolute;
	top:5px;
	left:723px;
	width:198px;
	height:88px;
	background:transparent url(../images/haflinger/cart_bg.png) no-repeat;
	color:#63a6ba;
}
#cart .cartimage{
	position:absolute;
	right:10px;
	top:7px;
}
#cart .cartlink{
	position:absolute;
	left:10px;
	top:10px;
	font-weight:bold;
}
#cart .cartlink a {
	color:#63a6ba;
}
#cart .cartcontent {
	position:absolute;
	left:10px;
	top:30px;
}
#cart .checkout {
	position:absolute;
	right:1px;
	bottom:1px;
	background-color:#d1e9fb;
}
#cart .checkout a{
	display:block;
	padding:2px;
}

#account{
	position:absolute;
	top:5px;
	left:500px;
	width:198px;
	height:88px;
	background:transparent url(../images/haflinger/cart_bg.png) no-repeat;
	color:#63a6ba;
}
#account .accountimage {
	position:absolute;
	right:10px;
	top:7px;
}
#account .accountlink{
	position:absolute;
	left:10px;
	top:10px;
	font-weight:bold;
}
#account .accountlink a {
	color:#63a6ba;
}
#account  .login {
	margin-left:10px;
	margin-top:35px;
}
#account  .login input[type=text] {
	font-size:10px;
	line-height:16px;
	height: 16px;
	padding:0px;
}
#account  .login input[type=password] {
	font-size:10px;
	line-height:16px;
	height: 16px;
	padding:0px;
}
#account  .login input[type=image] {
	position:absolute;
	right:1px;
	bottom:1px;
	background-color:#d1e9fb;
	padding:2px;
}

#langMenu {
	position: absolute;
	margin-left: 74px;
	top: 70px;
}

#search {
top:-0px;
width:200px;
height:21px;
background:transparent url(../images/haflinger/search_bg.png) no-repeat top left;
color:white;
position:relative;
}
#search input[type=text]{
position:absolute;
top:4px;
left:4px;
background-color:transparent;
background-image: none;
margin:0px;
padding:0px;
width:158px;
border:none;
color:white;
}
#search input[type=text]:focus{
border:none !important;
color:white !important;
}
#search input[type=image]{
position:absolute;
top:0px;
right:4px;
padding:0px;
margin:0px;
}

table.infoBoxContents {
padding:0px;
}
table.infoBoxContents td{
padding:0px;
}
table.infoBoxContents td.boxText {
padding:0px 15px 0px 15px;
}
.boxed {
border:1px solid #edcdb6;
background: transparent url(../images/table_back.gif) repeat-x;
}

/* 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: 255px;
	overflow: hidden;
}

.twoColumns_66_33 .col2 {
	float: left;
	width: 655px;
	margin-left: 15px;
	overflow: hidden;
}

/* BOXES */

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

.box .boxHeader {
}

.box .boxBody {
}

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

.box .boxBody .boxCont {
	padding:10px;
}

/* 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(../images/haflinger/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(../images/haflinger/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(../images/haflinger/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;
}

input[type=image]{
border:0px;
}

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;
}








ul.categories{
padding:0px;
margin:0px;
}
ul.categories li{
padding:2px 0px;
margin:0px;
list-style-type:none;
border-bottom:1px dotted #B89F8F;
background: transparent url(../images/list_image.gif) no-repeat 0px 6px;
}
ul.categories li a{
padding-left:10px;
}
ul.categories li a:hover{
text-decoration:none;
}


.progress_table td{
padding:0px;
}
.bullet{
position:absolute;
}
