html { min-height:100.05%; }
form { margin:0px; }
.xicon { color:#000; }
a { color:blue; }
body { 
	font-family:verdana, sans-serif;
	font-size:12px;
	margin:0px;
	background-color:#fff;
	background-image:url('/graphics/body-background.gif');
	background-repeat:repeat-x; 
}
.icon {
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
}
.wrapper { 
	width:900px;
	margin:0px auto;
}
.high {
	_height:600px;
	min-height:600px;
}
div.loginbox, div.userbox {
	color:#fff;
	width:300px;
	margin-left:auto;
	background-color:#3B9136;
	padding:5px;
	font-family:arial;
}
div.loginbox table {
	width:290px;
}
div.loginbox label {
	display:block;
	width:150px;
	font-size:10px;
	color:#ffF;
}
div.loginbox input.text {
	border:1px solid #dadada;
	font-size:10px;
	width:100px;
}
div#footer {
	background-color:#312E2E;
	height:180px;
	margin-top:100px;
	padding-top:50px;
	background-image:url('/graphics/footerbg.gif');
	background-repeat:repeat-x;
	background-position:top;
	color:#8E8C8C;
	font-family:arial;
	font-size:11px;
}
div#footer a {
	color:#c3c2c2;
}
div#footer a:hover {
	color:#62A75E;
}
div.shadow {
	background-image:url('/graphics/menu-shadow.gif');
	height:4px;
	background-repeat:repeat-x;
}
div.clear {
	clear:both;
}
div#header {
	height:100px;
	background-image:url('/graphics/header-background.gif');
}
div#header h1 {
	height:100px;
	margin:0px;
	padding:0px;
	background-image:url('/graphics/klan-klintefolket.gif');
	background-repeat:no-repeat;
	width:346px;
}
div#header h1 a {
	height:100px;
	width:346px;
	display:block;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
}
#menu {
	height:49px;
	text-align:right;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float:right;
}
#menu ul li{
	float:left;
	font-family: tahoma, sans-serif;
	font-weight:bold;
	letter-spacing: .05em;
	font-size:12px;
}
#menu ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin:1px;
	margin-top:20px;
	padding:5px 10px;
}

#menu ul li a:hover, #menu ul li a.current {
	background:#62A75E;
}

div.preview {
	border:1px solid #ccc;
	width:100%;
	height:250px;
}
h2 {
	font-family:tahoma;
	border-bottom:1px solid #dadada;
	margin:0px;
	font-size:25px;
	font-weight:normal;
}
h3 {
	margin:0px;
	padding-top:20px;
	font-size:20px;
	font-weight:normal;
}
h4 {
	margin:0px;
	font-size:17px;
	font-weight:normal;
}
h5 {
	margin:0px;
	margin-bottom:20px;
	font-size:17px;
	font-weight:normal;
}
h5 a {
	color:#999;
}
div.column {
	float:left;
}

div.dialog {
	margin:10px auto;
	padding:20px;
	padding-left:100px;
}
div.dialog h3 {
	padding-top:0px;
}
div.notice {
	background-color:#FFFFCE;
	border:1px solid #F0C000;
	background-image:url('/graphics/icons/error.png');
	background-repeat:no-repeat;
	background-position:45px 24px;
}
div.information {
	background-color:#C3D9FF;
	border:1px solid #356AA0;
	background-image:url('/graphics/icons/information.png');
	background-repeat:no-repeat;
	background-position:45px 24px;
}


div.box {
	margin:10px 0px;
	background-color:#fff;
	padding:0px 10px 10px 10px;
	border:1px solid #bbb;
}
div.box div.meta {
	color:#999;
	font-size:11px;
	padding-top:2px;
	padding-bottom:5px;
}
div.boxpadtop {
	padding-top:10px;
}
div.thumbbox {
	padding:20px;
	width:160px;
	margin:0px auto;
}

div.event {
	margin:10px 0px;
	background-color:#fff;
	padding:10px;
	border:1px solid #bbb;
}
div.event div.meta {
	font-size:9px;
	color:#666;
}
div.event h3 {
	font-size:20px;
	margin-bottom:10px;
}
div.event div.body {
	padding-left:30px;
}
input.text {
	width:500px;
	font-size:18px;
	padding:3px;
	font-family:tahoma;
	display:block;
}
select {
	width:200px;
	font-size:16px;
	display:block;
	
}
textarea.text {
	width:500px;
	height:300px;
	padding:3px;
	font-family:tahoma;
	font-size:18px;
	display:block;
}
input.button {
	font-size:16px;
	padding:3px;
	font-family:tahoma;
	font-weight:bold;
	margin-top:10px;
	width:100px;
}
select.small {
	font-size:12px;
	width:90px;
}
.meta td {
	color:#999;
	font-size:11px;
}
img.thumb {
	width:120px;
	height:120px;
	border:0px;
}


