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

@charset "utf-8";
/* CSS Document */
* 
{margin: 0;}

html, body {
	height:100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	background-color: #693;
	background-image: url(images/bg.jpg);
	background-position: bottom;
	background-attachment: fixed;
}


/* CSS Extra */
h1 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 600px;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 600px;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
}
h4 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #000;
}
h5 {
	font-size: 12px;
	margin-bottom: 5px;
	color: #BDED1F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #360;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #360;
	height: 20px;
	padding: 5px;
	text-transform: uppercase;
}
/* CSS Links */
a {color: #336600; text-decoration:none}
a:link {color: #336600; text-decoration: none;}

a:visited {color: #336600;}
a:hover {color: #669900; text-decoration: underline;}

#wrapper {
	min-height: 100%;
	width: 955px;
	background-color: #F0F0F0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header  {
	width: 955px;
	height: 100px;
	background-color: #9C3;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#header #banner  {
	float: right;
	width: 468px;
	margin: 20px;
	font-size: 9px;
	height: 60px;
}
#logo   {
	float: left;
	margin: 20px;
	height: 60px;
}
#content  {
	width: 915px;
	padding-bottom: 250px; /* must be same height as the footer */
	height: 100%;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}   

.tekstkader   {
	margin-bottom: 25px;
	width: 625px;
	margin-top: 0px;
	border: 1px solid #CCC;
	padding: 10px;
	background-color: #FFF;
}
.tekstkader .kaderlinks {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px;
	margin-top: 5px;
}
#right .rbox1 a img {
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
}


.tekstkader .kaderlinks li {
	display:inline;
}

.tekstkader .kaderlinks a:link,
.tekstkader .kaderlinks a:visited {
	width:auto;
	padding-right: 25px;
}

#right{
	width: 250px;
	float: right;
	height: 100%;
	font-size: 11px;
}
#right .rbox1 p {
	padding-bottom: 8px;
}



#right .rbox1  {
	width: 230px;
	float: right;
	height: 180px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}

#right .rbox1-breeders  {
	width: 230px;
	float: right;
	height: 215px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}

#right .rbox1top {
	width: 230px;
	float: right;
	height: 360px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}

.kader  {
	margin-bottom: 20px;
}
	
}

#menu {
	font-size: 14px;
	height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #690;
	width: 955px;
}
#menu .menu {
	margin: 0px;
	padding: 0px;
	height: 40px;
}


.menu ul{
	height:40px;
	width: 955px;
	}

	.menu li{
	float:left;
	height: 40px;
	list-style-type: none;
		}
	.menu li a{
	color:#666666;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 40px;
	padding-top: 0px;
		}

		.menu li a:hover{
	color:#000000;
	text-decoration:none;
	background-image: url(images/bg_header.jpg);
			}
#menu .menu .current a{
	color: #000;
}
#footer {
	position: relative; /* negative value of footer height */
	height: 250px;
	clear:both;
	margin-right: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 955px;
	margin-left: auto;
}
#wrapfooter {
	background-image: url(images/bgfoot.png);
	background-position: bottom;
	background-repeat: repeat-x;
}



#footer #footerin {
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 30px;
	padding-left: 20px;
	height: 200px;
}
#footer #footerlinks {
	color: #693;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-size: 12px;
}

#footer #footerin ul {
	list-style-type: none;
}
#footer #footerin ul li {

}

#footer #footerin ul li a {
	color: #FFF;
}
#footer #footerin .fcol1 {
	width: 180px;
	float: left;
}
#footer #footerin .fcol1 ul {
	margin: 0px;
	padding: 0px;
}
#footer #footerin .fcol1 ul li {
	height: 18px;
	font-size: 12px;
	list-style-type: square;
	list-style-position: inside;
}
.rbox1-breeders a img {
	margin: 3px;
}
#menu .menu .buy {
	background-image: url(images/bg_header.jpg);
}
#menu .menu .buy a {
	color: #000;
}
