/* allm�nna taggar */
body {
    padding: 0;
    margin: 0;
    background: #ffffff;
}

a, a:hover, a:active, a:visited {
text-decoration: none;
color: #ffffff;
border: 0px;
}

/* layout divs */
#imgWrap {
	width: 100%;
	height: 100%;
	}
	
.imgBg {
	width: 100%;
		}
	
#content {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	
	}

#main, #top_center, #shadow, #bottom_center{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#main {
    width: 934px;       
    top: 0px;
    
}

#top_center {
	width: 902px;
	height: 40px;
	top: 0px;
}

#shadow{
	
	width: 934px;
	height:636px;
	top: 0px;
	background-image: url(../gif/shadow.png);
	background-repeat:no-repeat;
	background-position: top right;
	}

#main_center {
    width: 900px;
    height: 600px;
    position: relative;
    top: 2px;
    left: 16px;
    background: #ffffff;
    border: 1px solid #444444;
    background-image: url(../foto/foto13.jpg);
    background-repeat: no repeat;
}









#menyrad {
    width: 900px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 560px;
    background: #444444;
    z-index: 150;
    opacity:.7;
	filter:alpha(opacity=70);

	
    
}



#bottom_center {
    width: 902px;
    top: 5px;
    color: #444444;
    font-family: courier new, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 2px;
    
}





#kontaktruta, #aboutruta {
	padding: 15px;
	position: absolute;
	width: 360px;
	height: 350px;
	background: #444444;
	opacity:.7;
	filter:alpha(opacity=70);
	display: none;
	z-index: 150;
}

#kontaktruta {
	left: 30px;
	top: 30px;
	}
	
#aboutruta {
	left: 480px;
	top: 150px;
	}

#about, #contact{
	display: none;
	}
	
	#about p, #contact p{
	font-family: courier new, serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;
	}
	



/* positioner */
.close_btn1, .close_btn2 {
	position: absolute;
	top: 300px;
	left: 315px;
	border: 0px;
	border-style: none;
	cursor: pointer;
		}
	
#house, #portfolio, #fotografen, #kontakt {
	position: absolute;
	top: 0px;
	width: 108px;
	height: 40px;
	cursor: pointer;
	}

#house {
    background-image: url(../gif/house_0.gif);
    left: 0px;
}


#portfolio {
    background-image: url(../gif/portfolio_0.gif);
    left: 578px;
}

#fotografen {
    background-image: url(../gif/fotografen_0.gif);
    left: 792px;
}

#kontakt {
    background-image: url(../gif/kontakt_0.gif);
    left: 686px;
    
}


.logo{
	float: right;
	}




