@charset "utf-8";

body {
	background-color:#000000;
	margin:0;
}

/* DIV opbygning */

#wrapper {
	height:600px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	height:177px;
	width:1000px;
	background-image:url(../Images/banner.png);
}

#hundeoversigtramme {
	
		height:293px;
	width:648px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #710362;
	overflow: auto;
	text-align:center;
}

#menu {
	height:52px;
	width:995px;
	background-image: url(../Images/Menu/tomplads.png);
	background-repeat: repeat-x;
	padding-left: 5px;
}

#tekstfield {
	height:293px;
	width:1000px;
	background-color:#FFFFFF;
}

#frame {
	height:293px;
	width:1000px;
	background-color:#FFFFFF;
}

#tekst {
	height:293px;
	width:608px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #710362;
	padding-right: 20px;
	overflow: auto;
	padding-left: 20px;
}

#galleriramme {
	height:293px;
	width:648px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #710362;
}

#galleritop {
	height:50px;
	width:608px;
	padding-right: 20px;
	overflow: auto;
	padding-left: 20px;
}

#galleribund {
	height:243px;
	width:648px;
	overflow: auto;
	padding-left: 0px;
	text-align:center;
}


#tekstupadding {
	height:293px;
	width:628px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #710362;
	overflow: auto;
	float: left;
	padding-left: 20px;
}


#undermenu {
	height:293px;
	width:130px;
	float:left;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#billede {
	height:293px;
	width:200px;
	float:right;
}

#bund {
	height:50px;
	width:1000px;
	background-image:url(../Images/bund.png);
	color: #FFFFFF;
	text-align: center;
	padding-top: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#gbfelt {
	height:300px;
	width:648px;
	float:left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #710362;
	padding-right: 0px;
	overflow: auto;
	padding-left: 0px;
}

#voreshunde {
	height:151px;
	width:484px;
	margin-right: auto;
	margin-left: auto;
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF0099;
	font-weight:bold;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
	
}
.style1 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
		}
.style2 {
	color: #FF0099;
	font-weight: bold;
}

.style3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
	text-align:justify;
}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0099;
}
#simpleviewerbox {
	height:293px;
	width:800px;
	float:left;
}

a:link {
	color:#000000;
	text-decoration: none;
	border:none;
}

a.bold:link{
	font-weight:bold;
}

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

a:hover {
	text-decoration: none;
	color:#FF0099;
	border:none;	
}
a:active {
	text-decoration: none;
	outline: none;
	border:none;	
}

a
{
  outline: none;
  border:none;  
}

.tekst {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

#avl {
	height:150px;
	width:320px;
	margin-left:auto;
	margin-right:auto;
}

#slideshow {
    position:relative;
	height:293px;
	width:200px;
	float:right;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../Images/Galleri/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../Images/Galleri/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

