/*GENERELT*/

body {
	margin: auto;
	text-align: left;
	background-color: black;
	font-family: Book Antiqua, serif;
}

body, td {
	color: #555;
	font-size: 18px;
}

.Faner {
	height: 25px;
	letter-spacing: 2px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.UnderFaner {
	letter-spacing: 2px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: white;
}

.FaneLink {
	color: white;
}

.FaneAktiv {
	color: #c34a02;
}

iframe {
  border: 2px solid black;
  color: #c34a02;
}

.iframe_2 {
  border: 2px solid black;
  color: #c34a02;
}

.Siderammer {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
}

h1 {
	color: white;
}

h2 {
	color: white;
}

h3 {
	color: white;
}

#Baggrund1 {
	background-image: url("BG1fade.jpg");
	background-repeat: no-repeat;
}

#Baggrund2 {
	background-image: url("BG2fade.jpg");
	background-repeat: no-repeat;
	
}

.KaldenderDato {
	color: white;
	font-weight: bold;
}

.KaldenderTekst {
}

.Nedrykning {
	height: 138px;
}

.Fanemargin {
	width: 14px;
}

.Faneadskiller {
	height: 7px;
}

a:link, a:visited {
	color: grey;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: #c34a02;
	text-decoration: none;
}

.Black {
	background-color: #000000;
}

.Billedramme {
	border: 1px solid #555;
}

img {
	border: 0px;
}

a:focus img {
  outline: none;
}

.Small {
	width: 145px;
	height: 145px;
}

.Large {
	border: 1px solid grey;
}


.Miniature {
	float: left;
	position: relative;
	background-color: black;
	width: 156px;
	height: 156px;
	margin: 0px;
	padding: 0px;
}

.Grid {
	width: 156px;
	height: 156px;
}

a:link.PictureLink, a:visited.PictureLink {
	display: block;
	width: 145px;
	height: 145px;
	border: 1px solid #888888;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:hover.PictureLink, a:active.PictureLink {
	display: block;
	width: 145px;
	height: 145px;
	border: 4px solid white;
	text-align: center;
	margin: 0px;
	padding: 0px;
}