/* Created by infoDesign - Anders Olsen - http://www.infodesign.dk */

body { background-color: #00264B; color: #00264B; margin: 0px; }

.container {
	background-image: url(gf/logo_250x50.gif); background-repeat: no-repeat; background-position: 455px 30px;
	border: solid black; border-width: 0px 3px 3px 3px; 
	position: absolute; 
	margin-left: -375px; /* margin-left = halvdelen af width */
	left: 50%; width: 750px;  
	background-color: white; color: #00264B;
}

.menu {
	background-color: #00264B; color: white;
	word-spacing: 5px; letter-spacing: 1px;
	font-weight: bold;
	width: 610px; height: 20px;
	margin-left: 70px; margin-top: 110px;
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
}

.footer {
	width: 610px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 75%;
	text-align: right;
	margin-left: 70px; margin-top: 50px; margin-bottom: 40px;
	border-top: 1px solid black;
	padding: 5px 10px 5px 10px;
}

.kontakt {
	margin-left: 110px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.kontakt1 { width: 100px; }

h1, h2, p, ul { font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; list-style: square; }
h1, h2, p, ul { padding: 0px 70px 0px 70px; }
h1 { font-size: 140%; padding-top: 20px; }
h2 { font-weight: bold; font-size: 100%; padding-top: 10px; }
p, li { font-size: 90%; color: black; }

.indhold { margin: 0px 50px 0px 70px; }
.visitkort { margin: 0px 0px 20px 0px; border: 1px solid black; height: 200px; }
.minusmargin { margin-left: -30px; }

#foto { float: right; padding-left: 25px; margin-right: -25px; clear: left; }
#foto500center { float: none; margin-left: 55px; }
#kontakt { margin-left: 70px; }

a { background-color: transparent; color: black; text-decoration: underline; }
a:hover { background-color: transparent; color: black; text-decoration: none; }
a:active { background-color: transparent; color: black; text-decoration: underline; }
a:visited { background-color: transparent; color: black; text-decoration: underline; }

a.menulink { background-color: transparent; color: white; text-decoration: none; }
a.menulink:hover { background-color: transparent; color: white; text-decoration: underline; }
a.menulink:active { background-color: transparent; color: white; text-decoration: underline; }
a.menulink:visited { background-color: transparent; color: white; text-decoration: none; }