body {
	background-color: #6C84B4;
	color: black;
	margin: 0;
	padding: 20px 30px 20px 50px;
}
div.nav-container a {
	text-decoration: none;
	color: white ! important;
	font-weight: bold;
	font-family: sans-serif;
}
div.main {
	background-color: white;
	padding: 2px 30px 40px 50px;
	border: 1px solid black;
}
div.topnav {
	text-align: right;
	margin: 0px -30px 0px -50px;
	position: relative; top: -2px; /* ikke sat vha. margin-top: -2px pga. IE6-bug */
	font-weight: bold;
	font-family: sans-serif;
	color: white;
	background-color: #53B586;
	border-bottom: 1px solid black;
	padding: 2px 8px 1px;
}
div.topnav a {
	color: #111111 ! important;
	text-decoration: none;
}
div.right-container {
	float: right;
	width: 25%;
	font: smaller sans-serif;
	margin-right: -10px
}
div.right, #kommentarer {
	background: #e8e8e8;
	border: 1px solid black;
	padding: 7px 10px 15px;
	margin: 0px 0px 10px 10px;
}
div.right h3, #kommentarer h2 {
	background-color: #DB7F7F;
	color: white;
	margin: 0px -10px 5px;
	position: relative; top: -7px;
	padding: 2px 8px;
	border-bottom: 1px solid black;
}
#kommentarer {
	margin-top: 2em;
	margin-left: 0;
}
#kommentarer br {
	font-size: 50%;
}
#kommentarer h3 {
	font-family: sans-serif;
	font-size: 95%;
	display: inline;
}
#kommentarer ol {
	margin: 1.5em 2em;
	padding-left: 0;
}
#kommentarer form {
	margin: 1em 2em;
	padding-top: 1em;
	border-top: 1px solid white;
}
#kommentarer li {
	list-style-position: inside;
}
p.validate { 
	text-align: right; 
	font: x-small sans-serif;
}
p.validate a {
	color: white ! important;
}
a:link { color:#cc1111; }
a:visited { color:#666666; }



