/* CSS Document */

body {
	font-family: Arial, Tahoma, Calibri;
	font-size: 12px;
	text-align:justify;	
}

.top {
	background-image: url(top.gif);
	font-family: Arial, Tahoma, Calibri;
	font-size: 14px;		
}

.bund {
	background-image: url(bund.gif);
}

.indhold {
	background-image: url(stripe.gif);
	background-repeat: repeat-y;
	padding-left:20px;	
	padding-right:20px;	
}

.menu:link {
    font-family: "ScoutCond", arial narrow;
	font-size:25px;
	line-height: 10px;
	color: #555555;
	padding-right:15px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.menu:active {
    font-family: "ScoutCond", arial narrow;
	font-size:25px;
	line-height: 10px;
	color: #555555;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.menu:visited {
    font-family: "ScoutCond", arial narrow;
	font-size:25px;
	line-height:10px;
	color: #555555;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.menu:hover {
    font-family: "ScoutCond", arial narrow;
	font-size:25px;
	line-height:10px;
	color: #e0c479;
	font-style:normal;
	font-weight:normal;
}

@font-face {
    font-family: ScoutCond;
    src: url("fonts/ScoutCond-Regular.otf");
	format:("opentype");
}

H1 {
	font-family: "ScoutCond", arial narrow;
	font-size:45px;
	line-height:10px;
	color: #e0c479;
}

H2 {
	font-family: "ScoutCond", arial narrow;
	font-size:25px;
	line-height:18px;
	color: #555555;
}

.H2A:link {
	font-family: "ScoutCond", arial narrow;
	font-size:25px;
	line-height:18px;
	color: #555555;
	text-decoration:none;
}

.H2A:active {
	font-family: "ScoutCond", arial narrow;
	font-size:25px;
	color: #555555;
	text-decoration:none;
}

.H2A:visited {
	font-family: "ScoutCond", arial narrow;
	font-size:25px;
	color: #555555;
	text-decoration:none;
}

.H2A:hover {
	font-family: "ScoutCond", arial narrow;
	font-size:25px;
	color: #888888;
	text-decoration:none;
}

H3 {
	font-family: "ScoutCond", arial narrow;
	font-size:25px;
	line-height:10px;
	color: #555555;
	text-align:right;
}

H4 {
	font-family: "ScoutCond", arial narrow;
	font-size:20px;
	line-height:10px;
	color: #555555;
	text-align:center;
}

.list{
	padding-top:5px;
	padding-bottom:5px;
}

a {
	text-decoration:none;
	color: #000000;
}

a:hover {
	text-decoration:none;
	color: #555555;
}