/* HTML */
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
}
h2 {
	color: #333;
	font-size: 22px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0;
	margin: 0em 0em 0.6em 0em;
}
h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0em 0em 1em 0em;
}
h4, h5 {
	color: #333;
	margin: 0.1em 0.1em 0.5em 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
img { border: 0; }
:focus { outline: 0; }


/* Forms */
input, .input {
	font-size: 12px;
	width: 97%;
}
textarea {
	font-size: 11px;
	width: 97%;
}
select, .select {
	font-size: 12px;
	width: 100%;
}
.radio {
	width: 12px;
	vertical-align: middle;
}
.submit {
	width: 140px;
	font-size: 11px;
}
.formlabel {
	font-size: 10px;
	color: #72123d;
}



/* Links */
a, .link {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover, .link:hover {
	font-size: 11px;
	color: #72123d;
	font-weight:bold;
	text-decoration: none;
}
.admlink {
	font-weight: normal;
	color: #333;
}
.admlink:hover {
	font-weight: normal;
	color: #333;
	background-color: #ddd;
}
.copy, a.copy, a.copy:link, a.copy:visited, a.copy:active {
	color: #999999;
	font-size: 9px;
}
a.copy:hover {
	color: #72123d;
}
.small, a.small, a.small:link, a.small:active, a.small:visited {
	font-size: 10px;
	line-height: 1.35em;
	color: #000;
}
a.small:hover {
	color: #72123d;
}

/*
$col = "#72123d";
$col_light = "#feede4";
*/

/* Custom */
.odd {
	background-color: #fff3e9;
}
.even {
	background-color: #fcfcfc;
}
.varannan {
	border-bottom:1px #e9e9e9 dotted; padding:4px;
}
.dimmed {
	color: #999999;
}
.adress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 0.18em;
	color: #72123d;
}
.leftmenu {
	border-top:1px solid #72123d;
}
.topmenu {
	border-right:1px solid #72123d;
}
.aktiv {
	color: #72123d;
}
.lineheight {
	line-height:1.2em;
}


/* Menus */
.leftmenuitem, .leftmenuitem:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 6px 0px 6px 0px;
}

.topmenulink, .topmenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 6px 16px 6px 16px;
}

.topmenutd {
	border-right: 1px solid #72123d;
}

