@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333;
	text-align:center;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #882F0D;
}
#container {
	margin: 0 auto 0 auto;
	text-align:left;
	width: 940px;	
	background-color: #EEE;
}


#kop {
	background-image: url(../siteonderdelen/oci_header.jpg);
	background-repeat:no-repeat;
	height: 183px;
}

#menu {
	text-align: center;	
}
#menu ul{
background-color: #333;
width: 100%;
padding:14px 0 10px 0;
margin: 0;
white-space: no-wrap;/*'white-space: no-wrap;' zorgt ervoor dat je menu niet ineens over meerdere regels komt te staan*/
}
#menu ul li{
display: inline;
}
#menu ul li a{
	padding-left:1em;
	padding-right: 1em;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	background-color: #666;
}
#menu ul li a:hover{
	color: #333;
	background-color: #ccc;
}

#content {
	float: left;
	width: 830px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 55px;
	padding-left: 55px;
}
#voet {
	height: 45px;
	color: #FFF;
	clear: both;
	background-color: #666;
	font-size: 12px;
}
a {
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}
a:link, a:visited{
	color: #882F0D;
	text-decoration: underline;
}

a:hover, a:active{
	color: #666;
	text-decoration: underline;
} 
#kop_en {
	background-image: url(../siteonderdelen/oci_header_en.jpg);
	background-repeat:no-repeat;
	height: 183px;
}
#content_kittens {
	background-color: #EEE;
	float: left;
	width: 830px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 50px;
	padding-left: 55px;
	height: auto;
	
}
#content_gallery {
	background-color: #EEE;
	float: left;
	width: 830px;
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 50px;
	padding-left: 55px;
	height: 550px;
	text-align: center;	
}
.opvallen {
	color: #333;
	background-color: #DDB35F;
	height: 60px;
	width: 400px;
	padding: 10px;
	border: thin solid #953E13;
}

