body {
  margin: 0;
  background-color: #fff;
}
td {
  padding: 0;
  vertical-align: top;
}
div#content ul {
	padding-left:25px;
	list-style-type: disc;
	margin-top:15px;
	margin-bottom:15px;
}
div#content ul#byslidemenu {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div.spacer {
  clear: both;
}
th {
  text-align: left;
}
form {
  margin: 0;
}
input,
textarea,
select
{
  font-size: 10px;
  font-family: verdana, arial, sans-serif;
}
select {
  padding: 2px;
  font-size: 11px;
}
.text {
  border: 1px solid #9c9e9f;
}

label.placed
{
  color:#9C9E9F;

}

a.backBtn {
  color: #333;
  font-weight: bold;
  background: url('/layout/default/gfx/back_btn.png') no-repeat left top;
  width: 91px;
  padding-left: 10px;
  font-size: 11px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
  float: left;
}
a.backBtn:hover {
  color: #ed2939;
  text-decoration: none;
}
#mainContainer {
  position:relative;
  margin: auto;
  width: 996px;
}
#topNav {
  height: 27px;
  line-height: 27px;
}
#topNav form {
  float: right;
  width: 850px;
}
#topNav form a {
  color: #9c9e9f;
  cursor: pointer;
}
#loginForm.logout { float:right; padding-right:17px; text-align:right; }

label.error
{
  color:red;
}

a.language {
  background-image: url('gfx/languages.png');
  background-repeat: no-repeat;
  float: left;
  width: 18px;
  height: 12px;
  text-indent: -9999px;
  margin-left: 5px;
  margin-top: 9px;
}
a.nl {
  background-position: 0 0;
}
a.gb {
  background-position: -25px 0;
}
a.fr {
  background-position: -50px 0;
}
a.es {
  background-position: -75px 0;
}

/* Top navigation */
#mainMenu {
  position:relative;
  height: 34px;
  padding: 0 3px;
  overflow:hidden;
}
#mainMenu ul li {
  float: left;
  height: 34px;
  background: url('gfx/tab_bg.png') no-repeat left top;
}
#mainMenu ul li.last {
  background: url('gfx/tab_bg_end.png') no-repeat left top;
}
#mainMenu ul li a {
  height: 34px;
  padding: 6px 8px;
  color: #000;
  line-height: 38px;
  text-decoration: none;
  font-size: 12px;
}
#mainMenu ul li:hover,
#mainMenu ul li.hover
{
  color: #fff;
  background: url('gfx/tab_bg_active.png') no-repeat left top;
}

#mainMenu ul li.active {
  color:#fff;
  background: url('gfx/tab_bg_active.png') no-repeat left top;
}

#mainMenu ul li.active a {
  color:#fff;
}

#mainMenu ul li {
  color:#000;
}


#header {
  position:relative;
  height: 153px;
  background: url('gfx/header_home.jpg') no-repeat center center;
}

#header div.submenu
{
  position:absolute;
  background-color:#ED2939;
  height:34px;
  line-height:38px;
}

#header div.submenu a
{
  font-size:10px;
  padding:6px 5px;
  text-decoration:none;
  color:#000;
}

#header div.submenu a:hover
{
  color:#fff;
}

#middleNav {
  line-height: 30px;
  height: 30px;
}
div#breadCrumb {
  float: left;
  width: 540px;
  padding-left: 3px;
  color: #9c9e9f;
}
#middleNav a {
  color: #9c9e9f;
}
#middleNav form {
  float: right;
  width: 150px;
}
#middleNav .links {
  float: left;
}
#middleNav form .submit {
  border: 0;
  cursor: pointer;
  background: url('gfx/search_icon.png') no-repeat center center;
  height: 16px;
  width:16px;
  height:16px;

}

/* Left navigation */
#leftNav {
  width: 200px;
  float: left;
  margin-left: 3px;
}
#leftNav ul.firstUL a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 22px;
}
#leftNav ul.firstUL a:hover,
#leftNav ul.firstUL a.active
{
  color: #ed2939;
}
#leftNav ul.secondUL li {
  padding-left: 8px;
}
#leftNav ul.secondUL a {
  font-size: 10px;
  color: #9c9e9f;
}


/* Content */
#content {
  float: left;
  margin-left: 10px;
  line-height: 18px;
  width: 460px;
  padding-bottom: 50px;
}

#rightNav {
  width: 320px;
  float: right;
}
#rightNav h2 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
#greenBlock {
  background: url('gfx/green_bg.png') no-repeat bottom center;
  margin-bottom: 10px;
  padding: 15px;
  line-height: 20px;
  color: #fff;
}
#greenBlock strong,
#greenBlock a
{
  color: #000;
}
#blueBlock {
  background: url('gfx/blue_bg.png') no-repeat bottom center;
  margin-bottom: 10px;
  padding: 15px;
  color: #fff;
}
#blueBlock a {
  color: #fff;
	text-decoration:underline;
}
#blueBlock .date {
  padding-right: 4px;
}
#greenBlock div.message span.date {
  color: #fff;
}
#greenBlock div.message span.title,
#greenBlock div.message a.title {
  color: #fff;
  font-size: 11px;
  display: block;
  font-weight: bold;
}
#greenBlock div.message {
  border-top: 1px dotted #8bd453;
  border-bottom: 0;
  padding: 4px 0;
}
#greenBlock span.newsArchive_date {
  margin-right: 10px;
}


/* Faq */
ul#coll-items div.contentDiv {
	display: none;
}
div#content ul#coll-items {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-image: none;
}

div#content ul#coll-items li h1
{ 
  margin-top:15px;
  margin-bottom:3px;
}

ul#coll-items li {
  height: 1%;
}
#coll-items li span {
  padding: 0px 0px;
  display: block;
  line-height: 25px;
}
#coll-items li span a {
  background-color:#F7F7F7;
  border-top:1px solid #cccccc;
  color:#ED2939;
  display:block;
  font-size:12px;
  font-weight:bold;
  padding: 4px 8px;
}
#coll-items li span a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
#coll-items li span a.active {
  background-color: #f7f7f7;
  border-bottom: 0;
}
#coll-items li span a:hover.active {
  background-color: #f7f7f7;
  text-decoration:none;
}
#coll-items table {
  padding: 0;
  margin: 0;
  width: 100%;
  display: table;
}
#coll-items table td {
  padding: 4px;
}
#coll-items table td.title {
  width: 50%;
}
#coll-items table td.date {
  width: 15%;
}
#coll-items table td.location {
  width: 35%;
}

#coll-items table a {
  background-image: none;
  padding-left: 0px;
  font-weight: bold;
}

/*  rassen database module */
form.rassenSearch {
  display: block;
  background: url('gfx/rassen_search_bg.jpg') no-repeat center center;
  padding: 30px;
  position: relative;
  height: 90px;
}
form.rassenSearch .searchBtn {
  width: 100px;
  height: 35px;
  background: url('gfx/btn_rassen_search.png') no-repeat center center;
  padding-left: 18px;
  color: #1f1f1f;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  position: absolute;
  left: 443px;
  top: 88px;
}
a.btn
{
  width: 100px;
  height: 35px;
  background: url('gfx/btn.png') no-repeat 0px 0px;
  padding-left: 30px;
  color: #1f1f1f;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  display:block;
  margin-top:10px;
  padding-top:10px;
}

.btn {
  width: 100px;
  height: 35px;
  background: url('gfx/btn.png') no-repeat center center;
  padding-left: 25px;
  color: #1f1f1f;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}

a.btnLarge
{
  width: 110px;
  height: 34px;
  background: url('gfx/btnLarge.png') no-repeat 0px 0px;
  padding-left: 30px;
  color: #1f1f1f;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  display:block;
  margin-top:10px;
  padding-top:10px;
}

.btnLarge {
  width: 110px;
  height: 34px;
  background: url('gfx/btnLarge.png') no-repeat center center;
  padding-left: 25px;
  color: #1f1f1f;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}




form.rassenSearch .searchBtn:hover {
  color: #e30119;
}
div.rassenCat {
  float: left;
  margin-right: 10px;
  width: 260px;
}
div.rassenCat label {
  display: inline-block;
  width: 80px;
  font-weight: bold;
  margin-bottom: 5px;
}
div.rassenCat select {
  width: 150px;
  margin-bottom: 5px;
}

table.rasOverview {
  border-collapse:collapse;
  width:100%;
}

table.rasOverview tr.header td {
  background-color:#ED2939;
  color:#fff;
  font-weight: bold;
  line-height: 28px;
  font-size: 11px;
}
table.rasOverview tr td {
  border-bottom:1px solid #ccc;
  padding-left:10px;
}

h2
{
  font-size:12px;
}

a.pdf {
  line-height: 32px;
  display: block;
  padding-left: 35px;
  background:url('gfx/pdf.gif') no-repeat;
  font-size: 12px;
  color: #ed2939;
  text-decoration:none;
}
a.pdf:hover {
  text-decoration: underline;
}

/* News */
span.date {
  color: #888888;
}
span.title, a.title {
  color: #ed2939;
  font-size: 16px;
  display: block;
  line-height: 14px;
}
div.message {
  border-bottom: 1px dotted #b6b7b8;
  padding: 10px 0;
}
span.newsArchive_date {
  margin-right: 10px;
}

div#flashcontent {
  height: 500px;
}


/*### FORMULIEREN ###*/
form.formContainer div.formDiv {
  margin: 15px 0;
  padding: 10px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
form.formContainer th {
  text-align: left;
  width: 180px;
  padding-right: 6px;
}
form.formContainer th,
form.formContainer td
{
  height: 27px;
  vertical-align: middle;
}
form.formContainer td.required {
  background: url('gfx/required.gif') no-repeat 10px 10px;
  width: 65px;
}
form.formContainer .text,
form.formContainer select,
form.formContainer textarea
{
  border: 1px solid #9C9E9F;
}
form.formContainer .text {
  width: 200px;
  padding: 2px;
}
form.formContainer .alignTop {
  width: 200px;
}
form.formContainer textarea {
  width: 230px;
  height: 80px;
  margin: 5px 0;
  font-family: arial, tahoma, sans-serif;
  font-size: 12px;
}
form.formContainer label.error {
  color: #f30000;
}
form.formContainer tr.subHead th {
  background-color: #f7f7f7;
  color: #046089;
  border-bottom: 1px dotted #d4d4d4;
  border-top: 1px dotted #d4d4d4;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.mailLink {
  color: #333;
  font-weight: bold;
  background: url('/layout/default/gfx/next_btn.png') no-repeat right top;
  width: 82px;
  padding-left: 15px;
  font-size: 11px;
  height:36px;
  line-height:36px;
  float: right;
  margin-top: 20px;
}

.mailLink:hover {
  color: #ed2939;
  text-decoration: none;
}

/*
	REACTIE FORMULIER
*/

input.reactie_btn{
	cursor:pointer;background:url( /modules/reactie/gfx/btn_back.png );width:25px;height:18px;border:none;font-size:12px;margin:0 1px 0 0;font-weight:bold;
}

input.reactie_btn_smile{
	cursor:pointer;background:url( /modules/reactie/gfx/btn_back_smile.png );width:25px;height:18px;border:none;font-size:12px;margin:0;
}

/*
	AJAX POPUP
*/

div#popup{
	background:white;
	position:fixed;
	width:1px;
	height:1px;
	z-index:10000;
	top:50%;
	left:50%;
}


/*
	RSS
*/
table.rssTable td {
  padding: 2px 0;
}

span.hightlightString
{
  color:#ED2939;
}

a.selected
{
  font-weight:bold;
}

div.searchTab
{
  float:left;
  margin-right:20px;
}

div.activesearchTab
{
  font-weight:bold;
}

div#checknaw
{
  padding:20px;
  position:absolute;
  z-index:100001;
  background-color:#fff;
  width:400px;
}


