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('/delt/baggrund_body.png');
}

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

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

#venstre_kolonne {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 150px;
	min-height: 100%;
	background-image: url('/delt/baggrund_menu.png');
}

#hoejre_kolonne {
	margin-left: 155px;
	background: #FFFFCC;
	color: black;
	min-height: 100%;
	background-image: url('/delt/baggrund_indhold.png');
}

#hoved, #index_hoved {
	position: relative;
	top: 0px;
	margin: 0;
	background: #EEEEBB;
	height: 125px;
	border-bottom: 1px solid black;
}

#tomt_hoved {
	background: #FFFFCC;
	border: none;
}

#hoved_indhold {
	padding: 30px 20px 30px 20px;
	color: black;
	font-size: 22px;
	margin-bottom: -1px;
}

#indhold {
	position: relative;
	padding: 20px;
	text-align: justify;
	min-height: 100%;
}

#clear {
	clear: both;
}

#menu {
	margin: 125px 0 0 0;
	padding: 0 4px 0 4px;
	list-style-type: none;
	font-family: sans-serif;
}

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


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

a {
	font-weight: bold;
	color: navy;
	font-size: 95%;
}

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

h1 {
	font-size: 135%;
	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;
}

#index_knap {
	margin-bottom: 2em;
}

#logout_knap {
	margin-top: 2em;
}


a.lille_link, a.lille_link:visited {
	font-size: 70%;
	color: navy;
	text-transform: uppercase;
}
a.lille_link:hover {
	color: olive;
}

.redbold {
	color: red;
	font-weight: bold;
}
