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

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

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

/*head*/
#head {
	width:800px;
	height:300px;
	background:url(../img/head_bg.gif);
	text-align:center;
}

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

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

#content_long {
	text-align:left;
	background:url(../img/content_bg.gif) repeat-y;
	padding:0 0px;
}

#content_footer {
	width:800px;
	height:40px;
	background: url(../img/content_footer_bg.gif) no-repeat;
}

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

/*footer*/
#footer {
	height:20px;
	text-align:center;
	margin-top:0px;
}

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