/* Done by Jonas Krat, krat.dk in 2009 */
/* Text styles */

body {
	font-family: Verdana,sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

/* Basic elements */
a:link, a:visited {
	color:#7d9b1e;
	text-decoration: underline;
	margin:0;
}

a:hover, a:active, a.active {
	color:#902c8e;
	text-decoration: none;
	margin:0;
}

h1 a, h1 a:link, h1 a:visited,
h2 a, h2 a:link, h2 a:visited,
h3 a, h3 a:link, h3 a:visited,
h4 a, h4 a:link, h4 a:visited {
	color:#000;
	text-decoration: underline;
}

h1 a:hover, h1 a:active,
h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active {
	color:#000;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,h7 {
	padding-top: .4em;
	line-height: 1.3em;
}
h1 {
	font-size: 1.125em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
h3 { font-size: 1em; }
h4 { font-size: .9em; }

p,ul,ol,dl { padding: .4em 0; }

ul,ol,dd { margin-left: 2.5em; }

li ul,
li ol { margin-left: 1.5em; }

li ol li { list-style-type: lower-alpha; }

li,dt,dd { padding: .2em 0; }

dt { font-weight: bold; }

table { margin: .5em auto; }

th,td { padding: .2em; }

th {
  font-weight: bold;
  text-align: left;
}

strong {
  font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}
#container {
	width: 670px;
	margin: 0 auto;
	background: url('grafik/shadow.png') no-repeat left top;
}
#branding {
	margin: 0 10px;
	position: relative;
}
#content {
	width: 451px;
	margin: 0 auto;
	min-height: 400px;
}
* html #content { height: 400px; }
#content p { font-size: .6875em; }

#siteinfo {
	width: 650px;
	margin: 0 auto;
	text-align: center;
	border-top: 2px solid #ced0d1;
	padding: 7px 0 20px 0;
}

ul.form {
	margin: 0;
	padding: 0;
	width: 395px;
}
ul.form li {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}
ul.form li label {
	float: left;
	display: block;
	width: 125px;
	padding: 3px 0 0 0;
}
/* Form */
label {
	font-size: .6875em;
	font-weight: bold;
}
input {
	font-family: Verdana,sans-serif;
	font-size: .6875em;
}
.text {
	border: 1px solid #c1c1c1;
	padding: 0 5px;
	height: 20px;
	width: 252px;
	margin: 1px;
	background: url('grafik/input-bg.png') repeat-x center top;
}
input:focus.text {
	border: 2px solid #aec959;
	margin: 0;
}

.submit {
	background: url('grafik/meldmigtil.gif') no-repeat center center;
	width: 129px;
	height: 40px;
	text-indent: -999em;
	border: 0;
	cursor: pointer;
}
input.error {
	border: 2px solid #C03;
	margin: 0;
	color: #91278f;
}
.ar { text-align: right; }

.gratis {
	position: absolute;
	top: 60px;
	right: 20px;
}

a {
	font-size:120%;
	font-weight:bold;
}