* { margin: 0; padding: 0; }
html { 
        /*background: url(http://photo.ka-web.dk/billeder/_Projects/Graffiti/KBH.%20C/O55B8066.jpg) no-repeat center center fixed; */
        background: url('//photo.ka-web.dk/billeder/_Projects/Evocative/November,%202014/O55B8264.jpg') no-repeat center center fixed;
        /*background: url(http://photo.ka-web.dk/billeder/_Projects/Klein%20Kunst/Moody/O55B8311.jpg) no-repeat center center fixed;*/
        /* background: url(http://photo.ka-web.dk/billeder/_Projects/Water%20Reflections/Cph.%20Harbor%20-%202/O55B2863.jpg) no-repeat center center fixed;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
@font-face
{
font-family: mainFont;
src: url(../text/Marqbl__.ttf);
}
.roundCorners
{
	-moz-border-radius:14px;
	-moz-border-radius-topleft:4;
	-moz-border-radius-topright:4;
	-moz-border-radius-bottomleft:4;
	-moz-border-radius-bottomright:4;

	-webkit-border-radius:14px;
	-webkit-border-bottom-left-radius:4;
	-webkit-border-bottom-right-radius:4;
	-webkit-border-top-left-radius:4;
	-webkit-border-top-right-radius:4;
	
}
#header1
{
	height: 90px;
	width: 630px;
	position: relative;
	
	margin-left: 50px;
}
.menuBorder
{
	height: 2px;
	width: 100%;
	background-color: #e8a039;
	z-index: 10;
}
.borderTop
{
	margin-top: -2px;
}
.borderBottom
{
	z-index: 1;
	
}
.menuBack
{
	background-color: #000000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	height: 300px;
	width: 100%;
	z-index: -1;
	position: absolute;
	margin-top: -300px;
}

#top
{
	height: 200px;
	
}
#menu
{
	height: 300px;
	z-index: 1;
}
#menu .menuContent
{
	padding-top: 15px;
	text-align: right;
	width: 300px;
}
#menu .menuContent > span
{
	float: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 120px;
}
#menu .menuContent > span > a > img{
	border: 0px;
}

.menuContentHover:hover
{
	background-color:rgba(232,160,57,0.5);
	padding-left: 10px;
	padding-right: 10px;
	
	
}
.content
{
	height: 1000px;
/*	display: none;
	border-bottom: solid 2px #a8a927;*/
	/*margin-top: 335px;*/
	z-index: 2;
}
.contentBack
{
	background-color: #000000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	
	width: 100%;
	z-index: -1;
	position: absolute;
	/*margin-top: -300px;*/
}
.back{
	background-color: #000000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	margin-top: 2px;
	margin-right: -5px;
	float:right; 
	cursor: pointer;
	height: 50px;
}

.orange
{
	color: #a8a927;
}
a
{
	text-decoration: none;
}
#galleryAlbums, #galleryProjects{
	width: 290px;
	text-align: right;
	float: left;
}
.replacement
{
	border: 0px;
}
#images
{
	position: relative;
	height: 670px;
}

#dewbody .hint {
	color:#666;
	float:right;
	width:300px;
	text-align:left;
	margin-right:10px;
	background:#f6f6e0;
	padding:10px;
	clear:both;
}

#imageInfoBackground
{
	background-color: #000000;
	opacity:0.4; 
	filter:alpha(opacity=40);
	position: absolute;
}
#imageInfoText
{
	color: #FFFFFF;
	z-index: 10005;
	position: absolute;
	font-family: tahoma;
	margin: 10px;
}
.imageInfoHeader
{
	color: #E8A039;
	font-weight: normal;
}
.imageInfoTextLink
{
	color: #CDCDCD ! important;
	text-decoration: underline;
}
#black
{
	height: 100%;
	width: 100%;
	display:	none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(26, 26, 26);
	z-index: 10002;
}
hr
{
	width: 80%;
float: right;
color: yellow;
background-color: yellow;
border: 0;
height: 1px;
}
#prevImage, #nextImage
{
	position: absolute;
	display: none;
	z-index: 1;
	top: 50%;
	color: white;
}
#prevImage
{
	left: 9%;
}
#nextImage
{
	left: 85%;
}
#albumTitle
{
	padding-right: 60px;
	text-align: right;
}
#albumDescription 
{
	/* background-color: rgba(0,0,0,0.5); */
	position: absolute;
	color: white;
	text-align: center;
	padding-left: 300px;
	bottom: 0px;
	width: auto;
	/* float: left; */
	text-align: top;
	/* padding: 50px; */
}
#albumDescription > a
{
	color: #C0C0C0;
	font-family: mainFont;
	font-size: 22px;
	
}

#subAlbums
{
	position: absolute;
	display: none;
	border: solid 2px #E8A039;
	/* top: -100px; */
	left: 400px;
	/* margin-right: 100px; */
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	z-index: 10001;
}

.subAlbumUnderline, .subAlbumUnderlineStatic
{
	border-bottom-style: solid; 
	border-bottom-width: 2px; 
	border-bottom-color: white;
}
.subAlbumUnderlineStatic
{
	border-bottom-color: #E8A039;
}

#subAlbumTitle
{
	position: absolute;
	z-index: 10000;
	
	background-color: rgba(0,0,0,0.7);
	display: none;
	color: #E8A039;
	color: white;
	font-family: mainFont;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	
}
#bulpArrow
{
	background-image: url('/gfx/bulpArrow.png');
	width: 312px;
	height: 255px;
	position: absolute;
	display: none;
	z-index: 10000;
}	