/* 
StyleSheet voor Horseauction Belgium vzw 
Gemaakt door Creeten Mark : www.gigadesign.be
Datum: 07 Januari 2006
*/
* {
	margin : 0;
	padding : 0;
}

html, body {
	background : #CAB989 url(images/bckgr.gif) repeat;
	color : #333;
	font : normal 62.5% Tahoma, Arial, serif;
	text-align : center;
	}

#container {
	width : 757px;
	margin : 36px auto 10px auto;
	text-align : left;
	overflow : hidden;
}

#row_1 {
	display : block;
	height : 126px;
	width : 757px;
}

#logo {
	display : block;
	width : 188px;
	height : 124px;
	background : transparent url(images/logo.gif) no-repeat bottom left;
	border : 1px solid #630;
	float : left;
}

#top_cont {
	display : block;
	height : 125px;
	width : 567px;
	float : left;
}

#top_cont p {
	text-align : right;
	font : bold 2em Tahoma, sans-serif;
	color : #630;
	width : 562px;
}

#nav {
	list-style-type : none;
	height : 61px;
	display : block;
	width : 566px;
	margin-left : 1px;
}

#nav li {
	float : left;
}

#nav li a {
	display : block;
	width : 113px;
	height : 61px;
	margin-top : 37px;
}

#nav li a#home:link, #nav li a#home:visited {
	background : transparent url(images/home.gif) no-repeat top;
}

#nav li a#home:hover, #nav li a#home:active {
	background : transparent url(images/home.gif) no-repeat bottom;
}

#nav li a#team:link, #nav li a#team:visited {
	background : transparent url(images/team.gif) no-repeat top;
}

#nav li a#team:hover, #nav li a#team:active {
	background : transparent url(images/team.gif) no-repeat bottom;
}

#nav li a#stock:link, #nav li a#stock:visited {
	background : transparent url(images/stock.gif) no-repeat top;
}

#nav li a#stock:hover, #nav li a#stock:active {
	background : transparent url(images/stock.gif) no-repeat bottom;
}

#nav li a#reser:link, #nav li a#reser:visited {
	background : transparent url(images/reservering.gif) no-repeat top;
}

#nav li a#reser:hover, #nav li a#reser:active {
	background : transparent url(images/reservering.gif) no-repeat bottom;
}

#nav li a#contact:link, #nav li a#contact:visited {
	background : transparent url(images/contact.gif) no-repeat top;
}

#nav li a#contact:hover, #nav li a#contact:active {
	background : transparent url(images/contact.gif) no-repeat bottom;
}

#nav li a span {
	display : none;
}

#row_2 {
	display : block;
	height : 190px;
	width : 757px;
	background : transparent url(images/faux.gif) repeat-y;
	clear : left;
}

#sidebar {
	display : block;
	width : 190px;
	height : 124px;
	float : left;
	font-size : 1.8em;
	color : #FFF;
	margin-top : 10px;
}

#sidebar p {
	margin : 0 5px 0 15px;
	}

#sidebar hr {
	color : #FFF;
	border : 1px solid #FFF;
	margin : 2px 15px 2px 15px;
}

*>#sidebar hr {
	margin : 6px 15px 7px 15px;
}

#mid_cont {
	float : left;
    display : block;
	height : 190px;
	width : 567px;
}

#mid_cont img {
	float : left;
	margin-right : 15px;
}

#mid_cont h1 {
	color : #000;
	font : bold 3.5em Arial, serif;
	margin : 20px 0 5px 0;
}

#mid_cont h2 {
	color : #900;
	font : bold 3.5em Arial, serif;
	margin : 3px 0 5px 0;
	letter-spacing : -1px;
	}

#mid_cont p {
	font : normal 1.8em/1.3em Tahoma, serif;
}

#mid_cont a:link, #mid_cont a:visited {
	color : #000;
	font-weight : bold;
	text-decoration : none;
}

#mid_cont a:hover, #mid_cont a:active {
	color : #900;
	text-decoration : underline;
}

#row_3 {
	background : transparent url(images/faux.jpg) repeat-y;
	clear : left;
	display : block;
	width : 757px;
	overflow : hidden;
}

#side_nav {
	display : block;
	width : 190px;
	float : left;
	border-top : 1px solid #821918;
}

#pijl {
	list-style-type : none;
	display : block;
	float : right;
	text-align : right;
	margin : 14px 8px 0 0;
	width : 170px;
}

*>#pijl {
	margin : 14px 16px 0 0;
}

#pijl li {
	margin-bottom : 15px;
}

#pijl li a {
	font : bold 2em Tahoma, sans-serif;
	background : transparent url(images/pijl.gif) no-repeat right;
	padding-right : 18px;
	text-decoration : none;
}

#pijl li a:link, #pijl li a:visited {
	color : #F7E9BF;
}

#pijl li a:hover, #pijl li a:active {
	color : #FF6;
	background : transparent url(images/pijl_o.gif) no-repeat right;
}

#inhoud {
	width : 560px;
	display : block;
	border-top : 1px solid #666;
	float : left;
	padding-top : 15px;
}

*>#inhoud {
	width : 565px;
}
.links {
	width : 309px;
	margin :0 0 0 10px;
	float : left;
	display : block;
}
.links ul{
	font :1.8em Tahoma, sans-serif;
	list-style-type : none;
	padding-left : 8px;
}

.links img, .rechts img {
	float : left;
	padding : 5px;
}

.links h2 {
	color : #900;
	font : bold 3.5em Arial, serif;
	margin : 3px 0 5px 0;
	letter-spacing : -1px;
}

.rechts ul{
	font :1.8em Tahoma, sans-serif;
	list-style-type : none;
	padding-left : 3px;
}

.rechts ul li{
	margin : 5px 0 3px 0;
}

.links ul li {
	margin : 5px 0 3px 0;
}

.links hr {
	border : 1px solid #EEDEB1;
	width : 310px;
}

.links h3 {
	border-bottom : 1px solid #EEDEB1;
}

.links h3, .rechts h3 {
	color : #000;
	font : bold 2.3em Arial, serif;
	padding:0 0 5px 0;
    margin : 3px 0 8px 0;
	}
h4{color : #000;
	font : bold 1.9em Arial, serif;
	padding:0 0 5px 0;
    margin : 3px 0 8px 0;}
/* copy van links maar dan breder */
.stockl {
	width : 545px;
	margin-left : 10px;
	float : left;
	display : block;
}

#pic1{
	margin:5px 0;
	width:120px;
	height:90px;
	padding:4px;
	background-color: #FFF;
	border:1px solid #dfcc9b
}

.stockl h2 {
	color : #000;
	font : 13px Arial, serif;
	margin : 3px 0 5px 0;
	letter-spacing : 0;
}
.stockl h4 {
	color : #900;
	font : 12px Arial, serif;
	margin : 3px 0 5px 0;
	letter-spacing : 0;
}

.stockl ul {
	list-style-type : none;
	padding-left : 15px;
}

.stockl ul li {
	margin : 5px 0 3px 0;
}



.stockl h3 {
	color : #900;
	font : bold 3.0em Arial, serif;
    margin : 3px 0 8px 0;
	}
	
/* einde copy van links maar dan breder */
.rechts {
	float : right;
	margin : 0 10px;
	border-left : 1px solid #EEDEB1;
	padding:0 0 0 10px;
	display : block;
	width : 195px;
}

*>.rechts {
	width : 205px;
}

.rechts p, .links p, .links ul {
	font-size : 1.8em;
	margin : 0 0 30px 0;
}


.rechts h3 {
line-height:18px;
border-bottom : 1px solid #EEDEB1;
}

.bottom {
	text-align : right;
	padding-right : 15px;
    font-size : 1.8em;
}

.bottom a {
	color : #900;
	text-decoration : underline;
	font-weight : bold;
	margin-bottom : 0;
}

.rechts p a:link, .rechts p a:visited {
	color : #900;
	text-decoration : underline;
	font-weight : bold;
	margin-bottom : 8px;
}

#sub_foot {
	background : transparent url(images/sub_foot.gif) no-repeat;
	clear : left;
	display : block;
	width : 757px;
	height : 20px;
}

#sub_foot p.impress {
	color : #FFF;
	font-size : 1.8em;
    display : block;
	width : 188px;
	float : left;
	padding-top : 5px;
}

.impress strong {
	margin-left : 16px;
}

#row_4 {
	clear : left;
	display : block;
	width : 757px;
	height : 70px;
	background : transparent url(images/footer.gif) no-repeat;
}

#foot {
	display : block;
	width : 170px;
	text-align : left;
	padding : 0 0 0 16px;
	float : left;
}

#copy {
	color : #FFF;
	font : normal 2em Tahoma, serif;
	text-align : right;
	float : right;
	margin-top : 25px;
}

#copy a:link, #copy a:visited {
	font-weight : bold;
	text-decoration : underline;
	color : #FFF;
}

#copy a:hover, #copy a:active {
	color : #900;
}

#foot img {
	margin : 3px 0 0 0;
}

#footer {
	display : block;
	width : 757px;
	height : 12px;
	background : transparent url(images/footer_01.gif) no-repeat;
	position : relative;
}
a.innerc:link,a.innerc:visited {
	color : #900;
	text-decoration : underline;
}
a.innerc:hover  {
	color : #900;
	text-decoration : none;
}
.picrand{
	border: 1px solid #900;
}

th{
	color : #FFF;
	font : normal 12px Arial, serif;
	text-align:center;
	padding:4px;
	background-color: #900;
}
.row{
	color : #000;
	font : normal 11px Arial, serif;
	text-align:center;
	background-color: #dfcc9b;
	padding:3px;
}
.row-alt{
	color : #000;
	font : normal 11px Arial, serif;
	text-align:center;
	background-color: #e7d5a8;
	padding:3px;
}
td{
	padding:2px 3px;
}
.ped{
	
	
	border: 1px solid #630;
		
}
#FLVPlayer{
	background-color:f7e9bf;
	margin:5px 0 10px 9px;
}
#vipform{
	border:1px solid #900;
	color:#000;
	font :bold 1.8em Tahoma, sans-serif;
}
#vipform input{
	color:#000;
	font :1.0em Tahoma, sans-serif;
	width:160px;
	margin:1px 0;
	padding: 1px 0;
}
.go-text{
display:none;
}
a img {border:0;}
