@import "teamoverzicht.css";
@import "globalnav.css";

/*##### Overall ##############################################*/

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}
body, input, select, textarea, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34353A;
}
a {
	color: #E55C13;
}
h1, .Kop1 {
	font-family: Tahoma;
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #E55C13;
	line-height: 20px;
}
h2, .Kop2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #006699;
	font-weight: bold;
	line-height: 18px;
}
h3, .Kop3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #000066;
	font-style: italic;
	line-height: 18px;
}
.clearBoth {
	clear: both; 
	height: 0; 
	line-height: 0;
	font-size: 0px;
}
ul li {
	font-size: 12px;
}
/*##### # ####################################################*/

#wrapper {
	position: relative;
	width: 960px; /*780px;*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: auto;
}
#header {
	position: relative;
	top: 29px;
	height: 217px;
	margin-bottom: 29px;
	z-index: 10;
}
#logo {
	display: none;
	position: relative;
	left: 20px;
	top: 10px;
	width: 200px;
	height: 100px;
}
#utilNav {
	position: absolute;
	right: 18px;
	top: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
#utilNav li {
	float: left;
	list-style: none;
	padding: 0 6px 0 6px; 
	border-right: 1px solid #000000;
	line-height: 14px;
}
#utilNav .last {
	border: 0;
}
#utilNav a {
	color: #E55C13;
	text-decoration: underline;
}
#searchForm {
	position: absolute;
	right: 20px;
	top: 105px;
}
#searchForm p {
	margin: 6px 0;
	text-align: right;
}
#searchForm p, input {
	font-size: 11px;
}
#globalNav {
	position: absolute;
	top: 183px;
	left: 0px;
	width: 947px; /*!*/
	height: 32px;
	padding-left: 13px;
	background: #202539 url(../images/bg_menu.gif) left top no-repeat;
	border-top: 2px solid #E55C13;
	z-index: 10;
}
#main {
	position: relative;
	width: 960px;
	z-index: 5;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
}
#content {
	position: relative;
	width: 615px;
	float: right;
	margin: 0;
	padding: 14px 43px 22px 36px;
	line-height: 17px;
	z-index: 6;
	background: #E3E3E3 url(../images/bg_content.gif) left top no-repeat;
}
#content p {
	margin-top: 5px;
	margin-bottom: 15px;
}
#breadCrumbs {
	float: left;
	padding: 0 0 4px 0;
}
#breadCrumbs a {
	color: #E55C13;
	text-decoration: none;
}
#breadCrumbs a:hover {
	text-decoration: underline;
}
#printIcon {
	float: right;
}
#sidebar {
	position: relative;
	width: 225px;
	float: left;
	z-index: 7;
	margin: 0;
	padding: 0;
}
#blok {
	padding: 1px 10px 0 14px;
	line-height: 17px;
	width: 221px;
	background: #E3E3E3 url(../images/bg_head.gif) left top no-repeat;
}
#blokBreed {
	padding: 1px 0 0 0;
	line-height: 17px;
	width: 428px;
	background: #E3E3E3 url(../images/bg_head_breed.gif) left top no-repeat;	
}
#blokExtraBreed {
	padding: 1px 6px 0 14px;
	line-height: 17px;
	width: 491px;
	background: #E3E3E3 url(../images/bg_head_extrabreed.gif) left top no-repeat;	
}
#blok .kopTitel,
#blokBreed .kopTitel,
#blokExtraBreed .kopTitel {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 22px;
}
.stripes tr td {
	line-height: 22px;
	height: 22px;
	padding-left: 14px;
}
.greyHoverOrange tr td a { 
	color: #202539;
	font-weight: normal;
	text-decoration: none;
}
.greyHoverOrange tr td a:hover { 
	text-decoration: underline;
	color: #E55C13;
}
#blokBreed table .date {
	color: #535765;
}

#footer {
	position: relative;
	width: 914px; /*780px;*/
	height: 33px;
	margin: 0 auto;
	font-size: 11px;
	padding: 9px 23px 0 23px;
	color: #9A9CA3;
	background: url(../images/bg_menu.gif) left top no-repeat;
	line-height: 14px;
}
#footer a {
	text-decoration: none;
	color: #9A9CA3;
}
#footer a:hover {
	text-decoration: underline;
}
#footerNavLeft {
	float: left;
}
#footerNavRight {
	float: right;
}

/*##### fotoalbum ##############################################*/

.albumPic {
	float: left;
	display: block;
	text-align: center;
	padding-top: 7px;
	margin: 0 6px 4px 0;
	border: 2px solid #CCCCCC;
}
.albumPic:hover {
	border: 2px solid #999999;
}

/*##### overige ##############################################*/

#contactForm fieldset {
	padding: 5px 15px;
}
#contactForm legend {
	font-size: 12px;
	font-weight: bold;
}
#contactForm p {
	margin: 6px 0;
}
#contactForm p, input, textarea {
	font-size: 12px;
}
.smallPic {
	border: 1px solid #535765;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
/*##### sitemap ##############################################*/

#sitemap {
	font-size: 11px;
	margin-left: 10px;
	padding-left: 0px;
}
#sitemap ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#sitemap li {
	list-style: none;
}
#sitemap li ul {
	border-left: 1px dotted #999999;
	padding-left: 10px;
	margin-left: 10px;
}
#sitemap li ul li ul {
	border-left: 1px dotted #999999;
}
#sitemap li ul li ul li { 
}
