@charset "UTF-8";
/* CSS Document */

* {font-size: 13px;}

body {
	background: url(../design/body_bg.jpg) top center repeat;
}

#bodyWrapper {
	width: 820px;
	left: 0; right: 0;
	margin: 0 auto;
}

strong {font-size: 12px;}

#bodyTop {height: 184px;			background: url(../design/top.png) top right no-repeat;}
#menuWrapper {height: 28px;			background: url(../design/menu_bg.png) top right no-repeat;}
#contentTop {height: 18px;			background: url(../design/content_top.png) top right no-repeat;}
#contentBottom {height: 8px;		background: url(../design/content_bottom.png) top right no-repeat;}
#contentMiddle {padding: 0px 10px;	background: url(../design/content_bg.png) top center repeat-y;}
#contentMiddle table {background: url(../design/gallery_bg.jpg) bottom left no-repeat;}
#contentMiddle table table {background:none;}

#logoDKK {
	position: absolute;
	left: 50%;
	
	top: 35px;
	margin-left: 310px;
}

#bodyBottom {
	height: 42px;
	background: url(../design/bottom.png) top right no-repeat;
	
	text-align:center;
	padding-top: 12px;
}
#bodyBottom, #bodyBottom a {
	letter-spacing: 1px;
	color: #fff;
	font-size: 12px;
}

#contentWrapper {
}
#galleryWrapper {width: 350px; 	border-left: 1px solid #663d1a;}

#content {
	padding: 0px 20px;
	height: 510px; 
	overflow-y: auto;
}

#content input[type=text], #content textarea {
	border: 1px solid #AAAAAA;
	padding: 2px;
	margin: 0px;
}

table.stamtrae td {vertical-align: middle !important; padding: 2px;}

/* FONTE */
h1 {color: #663d1a; font-size: 22px;}

/* GALLERY */
#gallery {margin: 0px 0px 0px 0px; width: 310px; height: 480px; margin: 0px 20px;}
#gallery span {
	width: 150px;
	height: 150px;
	margin: 5px 10px 5px 0px;
	background-color:#FFF;
}
#gallery span div {padding: 5px;}
#gallery span div div {padding: 0px;}
#gallery span div.GalleryCaption {
	color: #000;
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	
	overflow: hidden;
}

.GalleryButtons {
	left: 100%;
	top: 100%;
	margin-left: -70px;
	margin-top:-42px;
}


#gallery_back {display:block; height: 20px; background: url(../design/gallery_up.png) center top no-repeat; cursor: pointer;}
#gallery_forward {display:block; height: 20px; background: url(../design/gallery_down.png) center bottom no-repeat; cursor: pointer;}

#gallery_back:active {background-image: url(../design/gallery_up_active.png);}
#gallery_forward:active {background-image: url(../design/gallery_down_active.png);}


/* SHOP */
#content {position: relative;}
#shop { overflow: visible; position: relative; }
#shop span {
	width: 720px;
	height: auto;
	margin-bottom: 15px;
}
#shop a:hover {
	text-decoration:none;
}
#shop a img {
	border: 5px solid #fff;
	float: left;
}
#shop .GalleryCaption {
	color: #663d1a;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	
	white-space:normal;
	margin-left: 160px;
}
#shop .GalleryCaptionDescription {
	color: #000;
	
	white-space:normal;
	margin-left: 160px;
}


#shop .GalleryButtons a img {
	border: none;
}
#shop .GalleryButtons {
	left: 10px;
	top: 105px;
	margin-left: 0px;
	margin-top: 0px;
}
