@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: #E8E4E1;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../ImagesBjernerup/site/Bjernerup_background_1024.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
.DetailsTitle {
	font-weight: bolder;
}
.categoryThumb {
	padding-left: 10px;
}
.DetailsPhotographer {
	font-size: smaller;
}
.DetailsPhotographer a {
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Courier New", Courier, monospace;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent h2 {
	font-weight: bold;
	font-size: 16px;
}
.oneColFixCtrHdr #header h1 a {
	color: #000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 600px;
}
.oneColFixCtrHdr #mainContent a {
	font-size: smaller;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #F00;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent a:hover {
	font-size: smaller;
	display: block;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: small;
	font-weight: lighter;
	color: #333;
	background-color: #ECECEC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header #logo {
	height: 50px;
}
#header #navigation {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F00;
	background-repeat: no-repeat;
	background-position: right 10px;
	height: 30px;
	margin-right: 20px;
}

/* Main Navigation */

#header #navigation ul {
	font-family: "Courier New", Courier, monospace;
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
}
#header #navigation ul li {
	float: left;
}

#header #navigation ul li a:link, #header #navigation ul li a:visited{
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size:1em;
	color:#000;
	text-decoration:none;
	line-height:20px;
	margin-right: 0.5em;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 1.2em;
	padding-left: 0.5em;
}

#header #navigation ul li a:hover{
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #F00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
}

#header #navigation ul li a.current, #header #navigation ul li a.current:hover, #header #navigation ul li a.current:active{
	text-decoration: none;
	cursor:default;
	font-weight: bold;
}
.hidden {
	visibility: hidden;
}
#gallery p a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* -------------------- Form styles -------------------------------- */
#formWrap {
}
#frmContact fieldset {
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	background-color:#FFF;
	border: 1px solid #BFBAB0;
	background-image: url(../BILDER/gradientForFormular.png);
	background-repeat: repeat-x;
	margin-bottom: 1em;
}
#frmContact p {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#formWrap input, textarea   {
	width: 300px;
}
#frmContact input.submit, input.checkbox {
	width: auto;
	margin-left: 110px;
}
#frmContact label {
	float: left;
	width: 90px;
	margin-right: 20px;
	text-align: right;
	display: block;
	position: relative;
}

#frmContact label em {
	position: absolute;
	left: 96px;
	top: -2px;
}

#frmContact legend {
	padding: 0 2px;
	margin-left: 4px;
	color:#000;
	font-weight:bold;
	background-color:#FFFFFF
}
#rubbe .required {
	display: inline;
	float: none;
}

#frmContact input:focus, textarea:focus {
	background-color: #E6E6E6;
}
#frmContact #optin {
	width: auto;
	margin-left: 108px;
	position: relative;
}

p.optin {
position:relative;
}

span.optin {
	position:absolute;
	left:145px;
	width: 300px;
	display: inline;
	top: 0px;
}
