/* CSS Hippogym */

body{
	margin:0px;
	background-color:#0e6292;
	background-image:url(images/background_verloop.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1{
	margin:0px;
	font-size:13px;
	padding-bottom:8px;
}

h2{
	padding-bottom: 5px;
	margin:0px;
}

p{
	margin: 0px;
}

ul{
	padding:0px;
	margin:0px 0px 15px 0px;
}

li{
	list-style-position:outside;
	list-style:none;
	padding:0px;
	margin:0px;
}

img{
	border:none;
}

#pageWrapper{
	position: relative;
	margin: 0px auto;
	width: 800px;
}

#header{
	height: 157px;
	background-image:url(images/header_background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}

#navigatie{
	font-size:11px;
	font-weight:bold;
	height: 77px;
	background-image:url(images/ronding.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#navigatie ul {
	list-style: none;
	margin: 0;
	padding: 15px;
}
	
#navigatie li {
	float: right;
	margin: 0;
	padding: 0;
}
	
#navigatie a {
	text-decoration:none;
	color: #FFFFFF;
}
	
#navigatie a:hover {
	text-decoration:none;
	color: #7AB7DD;
}

#logo{
	height: 80px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#main{
	height: 380px;
	width: 800px;
	background-image:url(images/main_background.jpg);
	background-repeat:repeat-x;
}

#maincontent{
	width: 760px;
	padding-top:0px;
	padding-left: 40px;
}

#welkomstxt{
	float:left;
	padding-right:15px;
	width: 450px;
	border-right: 1px solid #7AB7DD;
}

#cols{
	list-style:none;
	list-style-position:outside;
}

.col-one{
	float:left;
	width: 350px;
	height: 300px;
}

.col-two{
	float:left;
	width: 350px;
	height: 300px;
}

.vet{
	font-weight:bold
}

.rodezaal{
	font-weight:bold;
	color:#D91116;
}

.gelezaal{
	font-weight:bold;
	color:#FFFF00;
}

.blauwezaal{
	font-weight:bold;
	color:#00387D;
}

.blacktitel{
	color:#000;
}

#footer{
	z-index: -1;
	height: 196px;
	background-image:url(images/footer_background.jpg);
	background-repeat:no-repeat;
}

a{
	text-decoration:none;
	color:#00387D;
}

a:hover{
	color:#000;
}

#rightcol{
	float:left;
	padding-left:17px;
	width:269px;
}
