@charset "UTF-8";
/*		Alles Voor Paarden.nl			*/
/*		Webdesign by Blue Media			*/
/*		http://www.blue-media.nl		*/

img{ border:0;}

.openings td{
	border-bottom:1px solid #c8c8c8;}

body {
	background:url(../images/bg.jpg); 
	font-size: 60%;
	font-family:Arial;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
	color: #565656;
	}

.wrap {
	font-size:1.4em;
	line-height:1.5em;
	position:relative;
	text-align:left;
	margin:0;
	padding:0;
	min-width:780px;
	}

.container {
	width:780px;
	min-width:780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	position:relative;
	}

/* Links */
a:link {
	color:#B02427;
}
a:visited {
	color:#B02427;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

a img {border:none;}

/* Header */

.header {
	height:360px;}
	

/* Headers */

h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h2 {
	color:#c41c00;
	font-size:24px;
	line-height:110%;
	padding:0 0 10px 0;
	}
	
h3 {
	color:#4d524b;
	font-size:190%;
	line-height:110%;
	}
	
h4 {
	color:#6d0400;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px 0;
	letter-spacing:-1px;
	}

/* home body */

.homebody {
	background: #c6c6c6;
	padding:0;
	margin:0;
	color:#4d4d4d;
	position:relative;
	text-align:justify;
	line-height:1.6em;
	}
	
.maincontent{
width:590px;
float:left;
background:url(../images/main_bg.jpg);
padding:20px 30px 20px 30px;
}

.menu{
width:120px;
float:right;
padding:20px 0 20px 0;
}

/* BAR */

.bar{
	background:url(../images/2nd_bg.jpg);
	padding:20px 0 20px 0;
	margin:0;
	height:227px;
	color:#876052;
	position:relative;
	text-align:justify;
	line-height:1.6em;
	}
.bGroup{
	height:227px;
	float:left;
	padding:0 30px 0 20px;
	border-right:1px solid #59372a;}


.btn{
font-family:Arial;
font-size:11px;
color:#000;
width:120px;
height:25px;
margin:0 0 4px 0;
text-align:left;
}

.btn a{
font-family:Arial;
font-size:11px;
color:#525252;
text-decoration:none;
width:110px;
height:23px;
background:url(../images/btn.gif);
padding:2px 0 0 10px;
text-align:left;
display:block;
}

.btn a:visited{
background:url(../images/btn.gif);
display:block;
}

.btn a:hover{
color:#666666;
background:url(../images/btn_over.gif);
display:block;
}

.btn a:active{
background:url(../images/btn_over.gif);
display:block;
}

/* Footer */

.footer {
	background:#000000;
	height:280px;
	padding: 20px 0 0 0;
	margin: 0;
	text-align:left;
	color:#525252;
	}
	
.footer a{
	color:#525252;
	text-decoration:none;
	}
	
.footer a:visited{
	color:#525252;
	text-decoration:none;
	}
	
.footer a:hover{
	color:#525252;
	text-decoration:underline;
	}
	
.footer a:active{
	color:#525252;
	text-decoration:none;
	}
	
.fGroup{
	height:245px;
	float:left;
	padding:0 20px 0 20px;
	border-right:1px solid #313131;}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

li{	color:#c41c00;
	padding:0px;
	margin:0px;
	list-style:disc;
	font-weight:bold;
	font-size:12px;}
	
.r{color:#c41c00;}
	
ul{	padding:0px;
	margin:0 0 0 20px;}


/* Float Classes */
	
.fltlft{float:left;}
	
.fltrt{float:right;}