/* gildberg.net style sheet */

body {
	background-color: #d2dde6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 12px;
}

#pagecontent {
	width: 900px;
	border: 1px black solid;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}


/* ---------- Header ---------- */

#headerimage {
	background-image: url(../images/header/matrix-binary.jpg);
	background-repeat: no-repeat;
	background-color: #9cb8ca;
}

#header {
	padding: 10px;
	height: 60px;
}

#header span.title {
	position: absolute;
	top: 50px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bold;
	color: black;
}


/* ---------- Menu ---------- */

#menu ul {
	list-style: none;
	background: rgba(255,255,255,0.4);
	padding: 5px 10px;
	margin: 0px;
	border-bottom: 1px #9cb8ca solid;
}

#menu li {
	display: inline;
	padding-left: 0.5em;
	margin-left: 0.2em;
	border-left: 1px #3d6987 solid;
	font-size: 0.9em;
}

#menu li.first {
	border: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#menu li.blog {
	border: 0px;
	padding-left: 25em;
}

#menu li a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}


/* ---------- Language ---------- */

#language p {
	margin: 4px 2px 0px 0px;
	font-size: 0.8em;
	text-align: right;
	color: black;
}

#language p a {
	color: black;
}

#language img {
	float: right;
	margin-left: 3px;
}


/* ---------- Body ---------- */

#bodytext {
	padding: 10px;
}

#bodytext h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}

#bodytext h2 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

#bodytext h3 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

#bodytext dt {
	font-weight: bold;
}

#bodytext dt a {
	color: blue;
	text-decoration: none;
}

#bodytext dt a:hover {
	text-decoration: underline;
}

#bodytext dd {
	margin-bottom: 20px;
}

#bottom_banners {
	xborder: 1px solid yellow;
	height: 150px;
	margin-top: 100px;
}

/* ---------- Nissehuset ---------- */

#nissehuset {
	xborder: 1px solid blue;
	width: 250px;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}

#nissehuset_logo {
	border: 0px;
}

#nissehuset_text {
	font-size: 0.8em;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
}

#nissehuset_text:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/* ---------- Footer ---------- */

#footer p {
	background-color: #b2cbdc;
	padding: 3px 10px;
	margin: 0px;
	font-size: 0.7em;
	border-top: 1px #9cb8ca solid;
	text-align: right;
}

#footer p a {
	color: #3d6987;
	text-decoration: none;
}


/* ---------- Forms ---------- */

.textbox {
	border: 1px solid #7f9db9;
	background-color: #fbfbfb;
	font-family: verdana, arial, helvetica, sans-serif;
}

.knap {
	font-family: verdana, arial, helvetica, sans-serif;
}

.obs {
	color: red;
	font-weight: bold;
}


/* ---------- My ip log ---------- */

#iplog table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	width: 100%;
	margin-bottom: 20px;
    border-collapse: collapse;
}

#iplog tr {
	border-bottom: 1px solid #999999;
}

#iplog td, #iplog th {
	text-align: left;
	white-space: nowrap;
	padding: 2px 12px 2px 2px;
}

.toprow {
	border-top: 1px solid #999999;
	background-color: #e0e0e0;
	font-weight: bold;
}

.oddrow {
	background-color: #ffffff;
}

.evenrow {
	background-color: #eeeeee;
}
.checkbox {
	padding: 1px;
}

.knap {
	font-family: verdana, arial, helvetica, sans-serif;
	height: 25px;
	border-radius: 5px;
	border: 1px solid gray;
	background-color: #e0e0e0;
	margin: 2px;
}

.knap:hover {
	border-color: #1e80c6;
	background-color: #cceeff;
}

/* ---------- My ip ---------- */

.fed {
	font-weight: bold;
}

.box {
	border: 1px solid #999999;
	background-color: #e0e0e0;
	width: 700px;
	margin: 10px 10px 0px 10px;
	padding: 15px;
}

.counter {
	width: 730px;
	margin-left: 10px;
	margin-bottom: 150px;
}

.counter p {
	font-size: 0.8em;
	margin: 0px;
	color: #999999;
}

.right {
	float: right;
}

.left {
	float: left;
}

.small {
	font-size: 0.8em;
}

.footer {
	font-size: 0.8em;
	margin-top: 50px;
	color: #999999;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
   color: #999999;
}


/* ---------- Classes ---------- */

.menulist dt {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

.mapdesc {
	clear: both;
	margin-bottom: 50px;
	height: 400px;
}

.googlemap {
	float: right;
	margin-left: 20px;
}

.imageright {
	float: right;
	margin-right: 15px;
}

.imagetopright {
	float: right;
	margin: 25px;
	border: 0px;
}

.fileinfo {
	font-size: 0.8em
}


/* ---------- Flickr badge ---------- */

#flickr_badge_uber_wrapper {
	xborder: 1px solid green;
	width: 435px;
	margin-left: 25px;
}

#flickr_badge_wrapper {
	border: 1px solid black;
	background-color: white;
}

#flickr_badge_text {
	float: left;
	margin-top: 2px;
}

#flickr_logo {
	border: 0px;
	float: right;
	margin-top: 2px;
}

.flickr_badge_image img {
	border: 1px solid black;
}
