/* 
Stylesheet RoughCollie.nl
RRWD web development - www.rrwd.nl
March 2010  
*/

body {
	background-color :#eee;
}

* {
	 font-family: "Trebuchet MS", Arial, Verdana, sans-serif, courier;
  font-size: 12px;
	 color:#333333;
}

.hidden {
  position:absolute;
  left:-9999px;
  width:0px;
  overflow:hidden;
}

.clear {
	 clear:both;
}
.floatleft {
	float:left;
}

.floatright {
	float:right;
}

img {
	border:0;
}

h1 {
	 font-size:px;
  color:#c60;
}

#h1_header {
  margin-left: 180px;
  margin-top: 0px;
  padding-top: 10px;
  width: 420px;
  height: 90px;
  font-size:96px;
  color:#c60;
  text-align: center;
}


#h1_header span {
  position:absolute;
  left:-9999px;
  width:0px;
  overflow:hidden;
}

h2 {
	 font-size:18px;
}

h3 {
	font-size:12px;
}

a {
  color:#c60;
  background-color: #fff;
}
a:hover {
  text-decoration: none;
}
table {
  display: block;
  background-color: #fff;
}

th {
  text-align: left;
}

#wrapper {
	position:relative;
	width:950px;
	margin:0 auto;
	min-height:600px;
 background-color :#fff;
}

#header {
  width:950px;
  height: 147px;
  background-image: url('/layout/header.jpg');
}

#col_left {
  width: 200px;
  float: left;
}

#col_right {
  width: 700px;
  float: right;
}

#footer {
  clear: both;
  width: 950px;
}

#main_menu, #main_menu li  {
  margin: 0;
  padding: 5px;
}

#main_menu, #footer_menu {
  list-style: none;
}

#footer_menu {
  margin-left: 200px;
}

#footer_menu li{
  margin-right: 10px;
}


#main_menu li, #footer_menu li {
  list-style: none;  
}

#footer_menu li {
  float:left;
}

#col_left, #col_right, #main_menu {
  padding: 0;
  margin: 10px;
}

#main_menu a, #footer_menu a {
  color: #333;
  text-decoration: none;  
}

#main_menu a.active, a.sub_link_active{
  color:#c60;
  background-color: #fff;
}

#main_menu a:hover, #footer_menu a:hover {
  text-decoration: underline;  
  color:#c60;
  background-color: #fff;
}

a.sub_link, a.sub_link_active {
  font-size: 11px;
  color: #333;
}

a.sub_link_active {
  font-size: 11px;
  color:#c60;
  font-weight: bold;
}


li.tussen {
  margin-top: 20px;
}

h3.kennel_lijst {
 text-transform: uppercase;
 clear: both;
}

ul.kennel_lijst {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

ul.kennel_lijst li {
  float: left;
  padding: 5px;
  list-style: none;
}

.searchForm input, .searchForm select {
  margin: 5px;
}

#pedigree_tabel td {
  text-align: center;
}

table td {
  border: solid 1px #aaa;
  margin: 0;
  padding: 4px;
} 

