@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
	color: #FFFFFF;
}
h3 {	
	color: #FFFFFF;
}
h4 {
	color: #FFFFFF;
}
#navigatie {
	background-image: url(images/bgnavigatie.jpg);
	background-repeat: repeat-y;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#content {
	width: 730px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(images/bgcontent.png);
	background-repeat: repeat-x;
	background-color: #3B1D35;
	min-height: 450px;
	height:auto !important;
	height: 450px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer {
	font-size: 9px;
	text-align: center;
	color: #AE365A;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}

#footer img {
	margin-bottom:8px;
}
#right {
	width: 750px;
	float: left;
}
#container {
	width: 850px;
	text-align: left;
	margin: auto;
}
#left {
	float: left;
	margin-top: 380px;
	color: #FFFFFF;
	margin-right: 2px;
	text-align: right;
}
#inhoud {
	padding-bottom: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#inhoudhond {
	padding-bottom: 0px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 30px;
}
a {
	color: #AE365A;
	text-decoration: none;
}
a:hover {
	color: #AE365A;
	text-decoration: underline;
}

a:visited {
	color: #AE365A;
	text-decoration: none;
}

#left img {
	margin-bottom: 2px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}

.kop {
	font-size: 14px;
	font-weight: bold;
	color: #FF3366;
}
h1.kop {
	font-size: 14px;
	font-weight: bold;
	color: #FF3366;
}
h1.kop a {
	font-size: 14px;
	font-weight: bold;
	color: #FF3366;
}
h1.kop a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FF3366;
}
h1.kop2 a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0DAAFF;
}
h1.kop2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0DAAFF;
}
h1.kop2 a:visited {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0DAAFF;
}

/* TABBER CSS $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 5px 0;
	font: bold 12px Verdana, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #834173;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 5px 0.5em;
	margin-left: 5px;
	border: 1px solid #834173;
	border-bottom: none;
	text-decoration: none;
	background-color: #000000;
}

ul.tabbernav li a:link {
	color: #FFFFFF;
}
ul.tabbernav li a:visited {
	color: #FFFFFF;
}

ul.tabbernav li a:hover
{
	color: #FFFFFF;
	border-color: #834173;
	background-color: #333333;
}

ul.tabbernav li.tabberactive a
{
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:15px;
	background-color: #000000;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #834173;
	border-right-color: #834173;
	border-bottom-color: #834173;
	border-left-color: #834173;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
#hondnaamimg {
	text-align: right;
}
#onderdeelnaam {
	text-align: left;
}
#fotos {
	vertical-align: bottom;
}
#clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}
#navigatie a {
	color: #FFFFFF;
}
.dogs {
	float: left;
	height: 450px;
	width: 340px;
}
.dogcontainer {
	width: 690px;
}

