/*GENERELT*/

body {
	margin: auto;
	color: black;
	text-align: left;
	background-color: white;
	font-family: XCorbel, Calibri, sans-serif;
}

h1 {
	font-size: 34px;
	font-weight: bold;
}

h2 {
	color: red;
	font-size: 22px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

/*HOVED*/

.Indrykning {
	width: 20px;
}

#Top {
	background-color: white;
	background: url("foto.jpg");
	background-repeat: no-repeat;
}

#Logo {
	height: 60px;
}

#Motto {
	height: 30px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #999999;
}

#TopPanel {
	background-color: black;
	width: 800px;
}

#Faner {
	height: 25px;
}

.Panel {
	letter-spacing: 4px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.FaneMellemrum {
	width: 25px;
}

.AktivFane {
	color: red;
}

/*KROP*/

#Ramme {
	width: 800px;
	height: 100%;
	background-color: #EEE;
}

#Bygning {
	width: 800px;
	height: 100%;
	background: url("bygning.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center; 
}

#Indhold {
	margin: 20px;
}

.ForsideTekst {
	font-size: 22px;
	line-height: 36px;
	text-align: justify;
}

.ForsideTeam {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #999999;
}

.ForsideMotto {
	font-style: italic;
	font-size: 18px;
	color: #999999;
}

.ForsideBox {
	margin: 10px;
	padding: 15px;
	width: 200px;
	height: 150px;
	border: 3px dashed black;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-color: #EEE;
}

.Billedramme {
	border: 1px solid black;
}

.Teamfoto {
	border: 1px solid black;
	width: 120px;
	height: 160px;
}

/*FOD*/

#Bund {
	width: 800px;
	height: 25px;
	background-color: black;
}

.BundPunkt {
	text-align: center;
	color: #999999;
	font-family: XCorbel, Calibri, sans-serif;
	font-size: 16px;
}

.Prik {
	color: red;
	width: 30px;
	text-align: center;
}

/*LINKS*/

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover, a:active {
	color: red;
	text-decoration: none;
}

a:link.FaneLink, a:visited.FaneLink {
	color: #999999;
	text-decoration: none;
}

a:hover.FaneLink, a:active.FaneLink {
	color: red;
	text-decoration: none;
}


a:link.KortLink, a:visited.KortLink {
	border: 0px solid #999999;
	color: #999999;
	text-decoration: none;
}

a:hover.KortLink, a:active.KortLink {
	border: 0px solid black;
	color: black;
	text-decoration: none;
}

a:link.JobLink, a:visited.JobLink {
	color: red;
	text-decoration: none;
}

a:hover.JobLink, a:active.JobLink {
	color: black;
}

/* SKYGGER */

#Skygge-T {
	height: 12px;
	background: url("skygge-t.bmp");
	background-repeat: repeat-x;
}

#Skygge-V {
	width: 12px;
	background: url("skygge-v.bmp");
	background-repeat: repeat-y;
}

#Skygge-H {
	width: 12px;
	background: url("skygge-h.bmp");
	background-repeat: repeat-y;
}

#Skygge-B {
	height: 12px;
	background: url("skygge-b.bmp");
	background-repeat: repeat-x;
}

#Skygge-HV {
	background: url("skygge-hv.bmp");
	background-repeat: no-repeat;
}

#Skygge-HH {
	background: url("skygge-hh.bmp");
	background-repeat: no-repeat;
}