/* IN GENERAL:*/
body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-image: url('../images/main_design/baggrund.png');
}

a:hover img, a:visited img, a:link img{
	cursor: pointer;
	border-width: 0px;
}

img{
	border-width: 0px;
}

a:link,a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #990000;
}

.main {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	color: #990000;	
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	letter-spacing: 1px;
	margin: 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px -1px 0px;
}

h5 {
	color: #7F9088;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

hr {
	background-color: #DBDBDB;
	color: #DBDBDB;
	height: 1px;
	Border: none;
	border-top: 1px;
	border-style: solid;
}

.low_div{
	font-size: 0px;
	line-height: 0px;
}

.konto {
	color: #767A87;
}

/* BORDER:*/
.borderbottom {
	border-style: solid;
	border-color: #999999;
	border-width: 0px 0px 1px 0px;
}

.bordertop {
	border-style: solid;
	border-color: #999999;
	border-width: 1px 0px 0px 0px;
}

.bordersider {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #8C8C8C;
}

.borderright {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #999999;
}

.border {
	border-style: solid;
	border-color: #934040;
	border-width: 1px;
}

.bordersort {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.bordercolored {
	border-style: solid;
	border-color: #800000;
	border-width: 1px;
}

.bordercolored a:link,.bordercolored a:visited {
	color: #FFFFFF;
	font-weight: bold;
}

.bordercolored a:hover {
	color: #8C8C8C;
}

/* FORM:*/
input,textarea,select {
	font-size: 10px;
	color: #000000;
	font-family: sans;
	border-width: 1px;
	border-color: #000000;
}

.fejl {
	color: #990000;
}

/* Skygge kant uden om siderne */
.ctl,.ctr,.cbl,.cbr {
	background-color: transparent;
	background-repeat: no-repeat;
}

.ctl {
	background-image: url('../images/center/top_left_corner.gif');
	background-position: 0% 0%;
}

.ctr {
	background-image: url('../images/center/top_right_corner.gif');
	background-position: 100% 0%;
}

.cbl {
	background-image: url('../images/center/bottom_left_corner.gif');
	background-position: 0% 100%;
}

.cbr {
	background-image: url('../images/center/bottom_right_corner.gif')
		;
	background-position: 100% 100%;
}

.tb,.bb {
	background-color: transparent;
	background-repeat: repeat-x;
}

.tb {
	background-image: url('../images/center/top_line.gif');
	background-position: 0% 0%;
}

.bb {
	background-image: url('../images/center/bottom_line.gif');
	background-position: 50% 100%;
}

.sbr {
	background-image: url('../images/center/right_line.gif');
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

.sbl {
	background-image: url('../images/center/left_line.gif');
	background-position: 0% 100%;
	background-repeat: repeat-y;
}

.container {
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.afsnit {
	margin-left: 15px;
}

.indryk {
	margin-left: 6px;
	margin-right: 6px;
}

.tyndlinie {
	width: 100%;
	background-color: #800000;
	border-width: 0px;
	height: 1px;
}

.linie {
	width: 100%;
	background-color: #800000;
	border-width: 0px;
	height: 2px;
}

/* TEXT GENERALT */
.red {
	color: #990000;
}

.small,.small a:visited,.small a:link,.small a:hover {
	font-size: 10px;
}

/* LINKS GENERALT */
.redlink,.redlink a:visited,.redlink a:link {
	color: #990000;
	text-decoration: none;
}

.redlink a:hover {
	color: #000000;
	text-decoration: underline;
}

.blacklink,.blacklink a:visited,.blacklink a:link {
	color: #000000;
	text-decoration: none;
}

.blacklink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.whitelink,.whitelink a:visited,.whitelink a:link {
	color: #000000;
	text-decoration: none;
}

.nounderlinelink,.nounderlinelink a:visited,.nounderlinelink a:link,nounderlinelink a:hover
	{
	text-decoration: none;
}
