@charset "utf-8";
/* GENERAL RULES*/
body {
	background-color: #f4e1d0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-variant: small-caps;
	text-transform: none;
}

/* LAYOUT */
.global {
	background-image: url(../billeder/VanSilkeborg_Layout.jpg);
	background-repeat: no-repeat;
	height: 768px;
	width: 1024px;
	position:absolute;
	margin-left:-512px;
	left:50%;
}

/* TOPBAR */
.topbar{
	width:900px;
	height:100px;
	position:absolute;
	left:80px;
	top:50px;
	border:none;
}

/* CONTENT */
.content {
	position:absolute;
	background-color: #F4E1D0;
	height: 500px;
	width: 650px;
	left: 300px;
	top: 200px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	font-size: 18px;
	font-weight:300;
	overflow: auto;
}

.content p, .content h1{
margin:10px;
}

.content a{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
text-decoration:underline;
}

.content img{
margin:7px;
border-width:1px;
border-style:solid;
border-color:black;
}

/* NAVIGATION */
.navigation div{
	border-width:1px; 
	border-style:solid;
	border-color:#7d5436;
}

.navigation div a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 18px;
	color:#FFFFFF;
	padding: 5px;
	text-decoration:none;
	font-weight: 200;
}

.navigation div a:hover{
padding:10px;
}

.contact a{
color:#000000;
}

.contact a:hover{
color:#FFFFFF;
}

#NytKuld {
position:absolute;
top: 600px;
left: 50px;
border: none;
}

a:hover #NytKuld{
border-width:1px;
border-style:solid;
border-color:#FFFFFF;
}

/* LINKS */
.topbar a:link img, .topbar a:active img, .topbar a:hover img, .topbar a img, .topbar a:visited img{
border:none;
}

.link_omkennellen{
	position: absolute;
	left: 50px;
	top: 250px;
}

.link_belgiskehyrdehunde {
	position: absolute;
	left: 50px;
	top: 300px;
}

.link_afstamning {
	position: absolute;
	left: 50px;
	top: 350px;
}

.link_hvalpekuld{
	position: absolute;
	left: 50px;
	top: 400px;
}

.link_pleje {
	position: absolute;
	left: 50px;
	top: 450px;
}


.link_galleri{
	position: absolute;
	left: 50px;
	top: 500px;
}


.link_kontakt {
	position: absolute;
	left: 50px;
	top: 550px;
}

/* CONTACT BAR */
.contact {
	position: absolute;
	bottom: 40px;
	height: 20px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	left: 50px;
	font-variant:small-caps;
	letter-spacing:1px;
}