body,td,th {
	color: #572600;	
	font-family: Verdana, Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
}
body {
	margin:0;
	padding:0;
	background-color:#572600;
}

a:link {
	color: #572600;
	text-decoration: none;
}
a:visited {
	color: #572600;
	text-decoration: none;
}
a:hover {
	color: #EB6A0A;
	text-decoration: underline;
}
a:active{
	color: #EB6A0A;
	text-decoration: none;
}

h1,h2,h3,h5,h6,p {
	padding:0;
	margin:0 0 1em 0;
}
h1{ font-size:20px; font-family:Verdana, Arial, Helvetica, sans-serif; letter-spacing:-1px; }
h2{ font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; }
h3{ font-size:13px; font-family:Verdana, Arial, Helvetica, sans-serif; }

img {
	border:none;
	vertical-align:top;
}

.left{ float:left; }
.right{ float:right; }
.hidden{ display:none; }

img.left{ margin:5px 10px 10px 0px; }
img.right{ margin:5px 0px 10px 10px; }
img.block{ display:block; margin:10px 0; }

form{
	margin:0px;
	padding:0px;
}

.alert{
	border:1px solid #EB6A0A;
	color:#EB6A0A;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
}


.clear{ clear:both; }

.clearfix:after{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
*+html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*--------------------- */
/* WRAPPERS				*/
/*--------------------- */

#site{
	position:absolute;
	left:50%;
	top:50%;
	width:987px;
	height:598px;
	margin:-299px 0 0 -493px;
	background:url(/img/site-bg.jpg) no-repeat left bottom;
}

#nav{
	position:absolute;
	left:300px;
	top:50px;
}	

#logo{
	position:absolute;
	left:20px;
	top:20px;
}
#social{
	position:absolute;
	right:20px;
	bottom:20px;
}
#subnav{
	position:absolute;
	left:20px;
	top:160px;
	width:168px;
	height:350px;
	padding:0 16px 0 0;
	border-right:1px solid #ccbdba;
}	

#content{
	position:absolute;
	left:60px;
	top:125px;
	width:512px;
	height:435px;
}

#footer{
	position:absolute;
	right:10px;
	bottom:-20px;
	color:#8d6f57;
}

/*--------------------- */
/* NAV					*/
/*--------------------- */

#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

#nav li{
	display:inline;
	padding:0 8px;
	margin:0;
	border-left:2px solid #FFF;
}
#nav li.first{ border:none; padding-left:0; }

#nav a{
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
}

#nav a.active{ color: #EB6A0A; }
#nav a:hover{ color: #EB6A0A; }

/*--------------------- */
/* CONTENT				*/
/*--------------------- */

#text-smal{
	float:left;
	width:310px;
	height:390px;
	overflow:hidden;
	text-align:justify;
	line-height:18px;
}
#text-breed{
	width:510px;
	height:440px;
	overflow:hidden;
	text-align:justify;
	line-height:18px;
}
#text-breder{
	width:710px;
	height:440px;
	overflow:hidden;
	text-align:justify;
	line-height:18px;
}
#photo{
	float:right;
	width:164px;
	height:390px;
	overflow:hidden;
}
#adres{
	position:absolute;
	top:207px;
	left:810px;
	width:162px;
	height:80px;
	overflow:hidden;
	color:#c19b6f;
	line-height:150%;
	text-align:right;
}
a.button{
	display:block;
	padding:3px;
	width:220px;
	height:22px;
	background-image:url(../img/button-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
}


div.foto-container div.foto{
	float:left;
	margin-right:12px;
}

div.foto{
	position:relative;
	width:150px;
	height:100px;
	margin-bottom:12px;
}
div.foto span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:100px;
	background:url(../img/image-overlay.png) no-repeat;
}
	
	
#pano{
	position:relative;
}

#pano .pano-overlay{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	height:170px;
	width:472px;
	background:url(../img/pano-overlay.png) no-repeat;
}


/* bestelform */

div#content.content_breed{ width:725px; }

table.form_column{
	width:340px;
}

.fld{
	width:200px;
}

.fld-s{
	width:32px;
}
.fld-m{
	width:150px;
}







/* IMAGE GALLERIES */

ul.gallery, ul.imagelist, ul.preview{
	list-style:none;
	margin:0;
	padding:0;
}
ul.gallery li, ul.imagelist li, ul.preview li{
	display:inline;
	margin:0;
	padding:0;
}

ul.gallery img, ul.imagelist img, ul.preview img{
	margin:0 5px 5px 0;
}





/*--------------------- */
/* FOOTER				*/
/*--------------------- */

#footer a{ color: #8d6f57; }
#footer a.active{ color: #8d6f57; }
#footer a:hover{ color: #8d6f57; }








/* ------------------------- */
/* PRINT  					 */
/* ------------------------- */


@media print {
	body,td,th, h1, h2, h3, h4, p, a{
		color: #000000 !important;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: #000000 !important;
	}
	
	#header, #nav, #footer{
		display:none !important;
	}
	
	#wrapper, #main, #content{
		float:none !important;
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
	}
	
}

