/*stylesheet voor am-staff.nl v2 © 2009 fbs Vision*/

@import "reset.css";

body{
	background-image: url(../images/assets/body_bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1{
	font-size: 1.6em;
	color: #770a0a;
	background-color: transparent;
	margin: 0.08em 0 1.5em 0;
}
h2{
	font-size: 1.4em;
	color: #770a0a;
	background-color: transparent;
	margin: 0.08em 0 0.5em 0;
}
h3{
	font-size: 1.2em;
	color: #770a0a;
	background-color: transparent;
	margin: 0.08em 0 0.5em 0;
}
h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	margin: 0.08em 0 0.5em 0;
}
p{
	line-height: 1.25em;
	margin-bottom: 1em;
}
td{
	font-size: 1em;
	padding: 3px;
}
img.randj{
	border: 1px solid black;
}
#container{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(../images/assets/container_bg.gif);
	background-repeat: repeat-y;
}

#header{
	width: 100%;
	height: 114px;
}
.imgheader{
	margin: 0 0 0 5px;
}
#main{
	background-image: url(../images/assets/container_bg.gif);
	background-repeat: repeat-y;
}
#lmenu{
	float: left;
	width: 205px;
	margin-left: 5px;
	background-image: url(../images/assets/sidebar_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}
#menu{
	margin: 20px 0 10px 15px;
}
#menu ul li{
	margin: 15px 0 0 0;
}
#menu ul li a{
	color : white;
	background-color: transparent;
	font-size : 20px;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	padding-left: 30px;
	padding-bottom: 3px;
	padding-top: 2px;
	background-image: url(../images/assets/li_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#content{
	float: left;
	width: 550px;
	background-color: transparent;
	margin: 20px 0 20px 10px;
	font-size: 0.8em;
	color: #000;
}
.doglink{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.thumbdiv, .thumbdivkl, .thumbdivfoto{
	float: left;
	width: 240px;
	height:320px;
	margin: 10px 10px 0 5px;
	border: 1px solid #ccc;
}
.thumbslos{
	float: left;
	width: 240px;
	margin: 10px 10px 0 5px;
}
.thumbdiv table, .thumbdivkl table, .thumbdivfoto table{
	width: 100%;
}
td.midden, td.middenkl{
	width: 100%;
	height:315px;
	text-align: center;
	vertical-align: middle;
}
td.midden img{
	padding: 5px 0 5px 0;
}
td.midmid{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
td.titel{
	height: 30px;
	text-align: center;
	padding: 5px;
}
.thumbdivkl{
	height: 235px;
}
.thumbdivfoto{
	height: 310px;
}
td.middenkl{
	height: 230px;
}	
table.tbldogs{
	width: 60%;
}
.item{
	width: 530px;
	margin: 10px 0 20px 10px;
	padding: 5px;
	border: 1px solid #cccccc;
}
.fotodiv{
	width: 100%;
	text-align: left;
}
.fotodiv img{
	padding: 5px;
}
.view{
	text-align: center;
}
.fll{
	float: left;
}
.onderleft{
	float: left;
	width: 50%;
	text-align: left;
	margin: 10px 0 15px 0;
}
.onderright{
	float: right;
	width: 50%;
	text-align: left;
	margin: 10px 0 15px 0;
}
#fcilogo{
	float: left;
	width: 159px;
	margin: 15px 0 0 15px;
}	
#footer{
	background-image: url(../images/assets/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align : right;
	padding: 0 35px 0 0;
	font-size : 11px;
	color : #888888;
	background-color: transparent;
	height : 20px;
}
#footer a{
	text-decoration: none;
	color: #888888;
	background-color: transparent;
}
#footer a:hover{
	color: #770a0a;
}
.clearfloats{
	clear: both;
	height: 1px;
}
/* Algemene classes*/
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.padrght3{
	padding-right: 3px;
}
.vet{
	font-weight: bold;
}
.imgrandje{
	border: 1px solid black;
}
.m10{
	margin-top: 10px;
}