/* ALGEMEEN */
 
body {
	background-color: #fff;
	font-family: Verdana;
	font-size: 11px;
	color:#444;
	margin:0px;
	padding:0px;
	letter-spacing: 1px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color: #999;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
	line-height: 1.5;
}

p.exifinfo {
	padding: 0px;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;	
}

p.footer {
	padding: 0px;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	width: 800px;
	margin: 0px auto;
}

h1 {
	font-family: Century Gothic;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;	
	color: #222;
	letter-spacing: 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px; 
}

h2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

h3 {
	font-family: Century Gothic;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
	padding: 0px; 
	color: #222;
	letter-spacing: 1px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

#header {
	background-color: #fff;
	height: 80px;
	margin: 0px 0px 40px 0px;
	border-bottom: 1px solid #fff;
}

#logo{
	position: relative;
	left: 160px;
	top: 0px;
	float: left;
	}

#menu_midden{
	position: relative;
	float: left;
	left: 180px;
	margin-top:35px;
}
	
#menu{
	position: relative;
	float: right;
	right: 170px;
	margin-top: 55px;
}

#wrapper {
	min-height: 781px;
	height: auto !important;
	height: 930px;
	width: 930px;
	margin: 0px auto;
}

#fotobox {
	text-align: center;
	background: white url(../images/loading_d.gif) no-repeat center;
	padding: 15px;
	margin: 0px auto;
}

#infobox{
	background-color: #ddd;
	border-top: 1px solid #aaa;
	height: auto !important;
	margin: 0px auto;
	padding: 20px 0px;
}

#extrabox{ 
	width: 920px;
	margin: 0px auto;
}

#boxlinks{
	float: left;
	width: 360px;
}

#boxrechts{
	float: right;
	width: 540px;
}

#boxlinks ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
	
#boxlinks li {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 25px 0px;
	text-align: left;
	line-height: 1.5;
	
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0px;
	
}

#footer{
background-color: #ddd;
margin: 40px 0px;
height: auto !important;
border-top: 1px solid #ddd;
margin: 0px auto;
padding: 20px 0px;
}


.thumbnails {
	border:3px solid white;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}


.current-thumbnail{
	border:3px solid white;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.thumbnails:hover {
	border:3px solid white;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.comment-button {
	border:1px solid #CCC;
}

.input {
	border:1px solid #CCC;
	width:90%;
}

.textarea {
	border: 1px solid #CCC;
	width: 100%;
}

.formfield{
	width: 350px;
	padding: 4px;
	margin: 0px auto;
	margin-top: 4px;
	font: 11px Verdana;
	color: #ccc;
	border: 1px solid #333;
	background: #444;
	letter-spacing: 1px;
	
}
.formfield:hover, .formfield:focus{
	border:1px solid #888;
	background:#555;
	color: White;
}
.formbutton{
	font:11px Verdana;
	padding:5px;
	margin:0px auto;
	color:#ccc;
	background:#444;
	border:1px solid #333;
}
.formbutton:hover{
	color:white;
	background:#777;
	border:1px solid white;
}


/* ========== BROWSE Page Specific ========== */

#thumbbox{
	position: relative;
	float: left;
	width: 760px;
	}

#tagbox{
	position: relative;
	float: right;
	width: 155px;
	background-color: #ddd;
	padding: 5px;
}

#thumbbox .thumbnails {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#thumbbox .thumbnails:hover {
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

/* ========== ABOUT Page Specific ========== */

.ikke{
padding: 0px 0px 20px 20px;
}

#wrapper_about {
	min-height: 781px;
	height: auto !important;
	height: 930px;
	width: 930px;
	margin: 0px auto;
}

#wrapper_about p {
	color: #444;
}

ul{
color: #444;
list-style: square;
}

li{
padding: 2px;
}


