html, body {
	height: 100%;
}

body {
	margin: 10px;
	padding: 0;
	text-align: center; /* Hack for at få IE 5.5. til at centrere */
	background-image: url('baggrund_body.png');
}

#container {
	position: relative;
	margin: 0 auto 0 auto;
	border: 1px solid black;
	color: black;
	min-height: 100%;
	padding: 0;
	width: 750px;
	background: #FFFFCC;
	background-image: url('baggrund_container.png');
	background-repeat: repeat-y;
}

/* Hack for at få IE til at lave siden 100% i højden */
* html #container {
	height: 100%;
}

#menu {
	margin: 125px 0 0 0;
	padding: 0 4px 0 4px;
	list-style-type: none;
	width: 146px;
	float: left;
}

#menu a, #selected_link {
	background: navy;
	color: white;
    text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin: 0 0 10px 0;
	padding: 2px;
	border: 2px solid navy;
}

#menu a:hover, a#selected_link, #selected_link {
	background: white;
	color: navy;
}

#ret_tilmelding_knap {
	margin-top: 2em;
}

#hoved, #index_hoved {
	background: #EEEEBB;
	height: 125px;
	border-bottom: 1px solid black;
	margin-left: 155px;
}

#hoved_indhold {
	padding: 30px;
	color: black;
	font-size: 22px;
}

#indhold {
	padding: 20px;
 	text-align: left;
	min-height: 100%;
	margin-left: 150px;
}

a {
	font-weight: bold;
	color: navy;
}

a:hover, a:visited {
	color: olive;
}

h1 {
	font-size: 125%;
	margin: 0;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 105%;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

p {
	text-align: justify;
}

.smaller {
	font-size: smaller;
}

input, textarea {
	font-family: sans-serif;
	font-size: smaller;
}

.tr_light {
	background-color: #EEEEFF;
	color: black
}

.tr_dark {
	background-color: #BBBBCC;
	color: black
}

hr {
		border: none;
		height: 1px;
		color: black;
		background-color: black;
		margin: 1em 0 1em 0;
}

.borders {
	border: 1px solid black;
}