/* Standard*/

body, td, th, tr, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #F3F4F8;
	margin: 20px 0px;
	text-align: center;
}
td {
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 160%;
	font-weight: normal;
}
h2 {
	margin-top: 30px;
	font-size: 110%;
}
li {
	margin-bottom: 4px;
}

/* Links */

a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a.spm {
	font-weight: bolder;
	font-size: 120%;
}

a img {
	border: 0;
}


/* Sideopdelings id'er */

#wrap {
	text-align: left;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid gray;
}
#content {
	padding: 10px 30px 80px 30px;
	font-size: 80%;
	line-height: 145%;
}
#top {
	margin-bottom: 10px;
}


/* Footer */

#footer {
	font-size: 70%;
	line-height: 160%;
	margin-top: 7px;
	color: #666;
	clear: both;
}
#footer a {
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}
a#edev {
	color: red;
	text-decoration: none;
}
a:hover#edev {
	text-decoration: underline;
}
a#edev span {
	color: #006;
}
#c88 {
	font-size: 105%;
}


/* Navigation*/

.nav {
	text-align: right;
	padding: 2px 10px;
}
.nav a {
	padding: 3px 0px;
	text-decoration: none;
	color: #FF6600;
	font-size: 12px;
	line-height: 140%;
	background-image: url(lodret.gif);
	background-repeat: repeat-y;
}
.nav a:hover {
	background-color: #FF6600;
	text-decoration: none;
	color: white;
}
.nav a.aktiv {
	color: #666666; 
	font-weight: bold;
}
.vandret {
	background-image: url(vandret.gif);
	background-repeat: repeat-x;
	height: 1px;
	font-size: 0px;
}


fieldset {
	margin-bottom: 10px;
}
fieldset legend {
	font-size: 14px;
	line-height: 18px;
}
fieldset table {
	margin: 5px;
	width: 100%;
	font-size: 11px;
	line-height: 14px;
}
fieldset table tr td { 
	padding: 2px;
}
fieldset hr {
	height: 1px;
}
#ejen input {
	font-size: 120%;
	font-weight: bold;
}
.star {
	color: red;
	font-weight: bold;
}
h1.taet {
	margin-bottom: 8px;
}
h2.taet {
	margin-top: 8px;
}
p.taet {
	margin-top: 2px;
}
#picbox {
	width: 120px;
	float: right; 
	margin: 60px 30px 20px 20px;
	text-align: center;
}
#picbox a {
	display: block;
	margin-bottom: 10px;
	color: gray;
	font-size: 10px;
}
#picbox a:hover {
	color: #FF6600;
	text-decoration: none;
}
#picbox a:hover img {
	border-color: #FF6600;
}
#picbox img {
	border: 1px solid gray;
	display: block;
}

.col {
	clear: both;
}
.col .c1 {
	float: left;
	width: 46%;
}
.col .c2 {
	float: right;
	width:39%;
}

textarea {
	font-size: 12px;
}

#contact label {
	margin-top: 3px;
	display: block;
	font-size: 95%;	
}

/* -------------------------------- */
/* Clean Content Styles             */
/* -------------------------------- */


.imgtext-ac {
	text-align: center;
	margin: auto;
	clear: both;	
}

.imgtext-ar {
	text-align: right;
	clear: both;
}

.imgtext-al {
	text-align: left;
	clear: both;
}

.imgtext-bc {
	text-align: center;
	margin: auto;
	clear: both;
}

.imgtext-br {
	text-align: right;
	clear: both;
}

.imgtext-bl {
	text-align: left;
	clear: both;
	padding: 15px 0
}

.imgtext-ir img {
	float: right;
	clear: right;
}
.imgtext-il img {
	float: left;
	clear: right;
}

/* Guestbook
--------------- */

.ge {
	background-color: #ee;
	border-top: 1px dotted gray;
	padding: 10px 0;
}
.ge h2, .ge p {
	margin: 0;
}
.ge p {
	padding: 8px 0;
}
.ge div {
	font-size: 80%;
	color:#333;
}

input {
	width:330px;
}
textarea {
	width:330px;
	height:130px;
}
#send, #formtype_db {
	width:auto;
}


