/*CSS*/

/*
   http://www.pferdeparadies-sanspareil.de/
   http://www.pferdehof-sanspareil.de/
   css styles
   
   Copyright 2007, Markus Spiske
   http://www.temporausch.com
*/

/*general styles*/
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin:0;
	padding:0;
	color:#5b4635;
}

body {
	font:11px/175% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#dbd5cd;
}

h1 {
	font-size:11px;
	color:#9c9073;
	font-weight:bold;
}

h2 {
	font-size:9px;
	color:#5b4635;
	font-weight:normal;
}

h3 {
	font-size:11px;
	color:#8e6748;
	font-weight:bold;
}

h4 {
	font-size:9px;
	color:#8e6748;
	font-weight:bold;
}

h5 {
	font-size:9px;
	color:#5b4635;
	font-weight:normal;
	line-height:150%;
}

h6 {
	font-size:16px;
	font-weight:normal;
	color:#e42626;
	text-align:left;
	margin: 0px;
}

.info {
    background-color: #d2deeb;
    font-size: 13px;
    font-weight: normal;
    color:#0c476e;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.feedback {
    background-color: #dbd5cd;
    font-size: 13px;
    font-weight: normal;
    color:#5b4635;
    padding: 5px 5px 5px 5px;
    margin-bottom: 10px;
}

a {outline: none;}

a.brown:link, a.brown:visited, a.brown:active {
	color:#5b4635;
	text-decoration:underline;
}

a.brown:hover {
  color:#5b4635;
	text-decoration:underline;
}

a.navi:link, a.navi:visited, a.navi:active {
	color:#5b4635;
	font-weight:bold;
	text-decoration:none;
}

a.navi:hover {
  color:#5b4635;
  font-weight:bold;
	text-decoration:none;
}

a.navi_black:link, a.navi_black:visited, a.navi_black:active {
    font-size: 10px;
	padding-left: 15px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

a.navi_black:hover {
	padding-left: 15px;
    color:#000;
    font-weight:normal;
	text-decoration:none;
}

.blue {
  color:#af1f14;
}

.hl_red {
  color:#ff0000;
  font-weight: bold;
}

.bold {font-weight: bold; width: 85px;}
.time {width: 85px;}

hr {
	border:none;
	width:100%;
  	color:#e42626;
  	background-color:#ccc;
 	height:1px;
 	margin-bottom: 20px;
 	margin-top: 20px;
}

/*------------------CONTAINER------------------*/
#container {
	width:800px;
	margin:0 auto;
}

/*------------------PRESSEMITTEILUNG------------------*/
#pm {
	background-color:#ffffff;
	text-align: center;
	margin:0 auto;
}

/*------------------BUTTON------------------*/
#button {
	margin-top: 5px;
	margin-left: -30px;
	float: left;
}

/*------------------HEADER------------------*/
#head {
	margin-top: 20px;
	width:800px;
	height:244px;
	background:url(../img/head_bg.jpg);
	text-align:center;
}

/*------------------NAVBAR------------------*/
#navi {
	background:url(../img/bg_navi.gif) no-repeat;
	background-position: right top;
	font:9px/175% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:170px;
	padding-top:30px;
	padding-left:50px;
	padding-bottom: 60px;
	float:left;
}

/*------------------CONTENT BOX------------------*/
#content {
	width:800px;
	float:left;
	text-align:left;
	background:url(../img/content_bg.gif) repeat-y;
	padding:0 0px;
}

/*------------------TEXT BOX------------------*/
#text {
	width:450px;
	margin-left:250px;
	padding-top:30px;
	margin-bottom: 30px;
}

/*------------------FOOTER------------------*/
#content_footer {
	text-align:center;
	float:left;
	width:800px;
	padding-bottom: 0px;
	height: 100px;
	background: url(../img/content_footer_bg.gif) no-repeat;
}

#footer {
	width:800px;
	float:left;
	text-align:center;
	font-size: 10px;
	padding-top: 20px;
}

/*------------------PIC------------------*/
#pic {
	text-align:left;
	margin-top:0px;
}

/*------------------TABELLE EVENTS------------------*/
#box-table-a
{
	margin-top: 0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 0px 4px 7px;
	background: #d2deeb;
	border-bottom: 1px solid #fff;
	color: #0c476e;
}
#box-table-a td
{
	padding: 4px 0px 4px 7px;
	background: #fff; 
	border-bottom: 1px solid #fff;
	color: #5b4635;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #f6f09b;
	color: #000;
}

/*------------------TABELLE PRICE------------------*/
#hor-zebra
{
	margin-top: 20px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 0px 4px 7px;
	background: #d2deeb;
	border-bottom: 1px solid #fff;
	color: #0c476e;
}
#hor-zebra td
{
	padding: 4px 0px 4px 7px;
	color: #5b4635;
}
#hor-zebra .odd
{
	background: #f0f5fa; 
}
#hor-zebra tr:hover td
{
	background: #f6f09b;
	color: #000;
}
