@CHARSET "UTF-8";

body {
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url("/images/bg.jpg");
	background-position: 0% 0%;
	background-color: #d9d2c9;
}

a {
	color: #c57b5b;
	text-decoration: none;
}

/* Internet Explorer sucks */
a img {
	border: none;
}

/**
 * Page container
 */
.top {
	width: 940px;
	padding-top: 10px;
	padding-left: 50%;
	margin-left: -470px;
}

.bottom {
	margin-top: 20px;
	float: none;
	clear: both;
	text-align: center;
	width: 940px;
}

.menu {
	color: #fff;
	background-color: #000;
	height: 20px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu ul {
	list-style-type: none;
	display: inline;
	padding-left: 15px;
	padding-top: 5px;
}

.menu ul li {
	display: inline;
	padding-right: 15px;
}

.menu ul li a {
	color: #fff;
	text-transform: uppercase;
}

.content {
	background-color: #fff;
	clear: both;
	margin-top: 15px;
	min-height: 175px;
	padding: 10px 10px 10px 10px;
}

.content h2 {
	background: transparent url("/images/contenth2.png") no-repeat top left;
	color: #fff;
	font-size: 12px;
	height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-left: -10px;
	width: 620px;
}

.contentimg {
	margin-right: 20px;
	float: left;
	/* TODO: Internet Sucksplorer förstår inte display: table */ 
	display:table;
}

.onethirdbox {
	float: left;
	margin-top: 15px;
	min-height: 285px;
	width: 300px;
}

.onethirdboxheader {
	background: transparent url("/images/roundedh2.png") no-repeat top left;
	background-attachment: scroll;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
	padding: 5px 5px 5px 15px;
	width: 285px;
}

.onethirdboxcontent {
	background-color: #fff;
	border: 10px solid #fff;
	border-bottom: none;
	min-height: 230px;
	width:280px;
}

.onethirdboxbottom {
	background-attachment: scroll;
	background: transparent url("/images/roundedbottom.png") no-repeat bottom left;
	height: 10px;
	width: 300px;
}

.spacer {
	display: block;
	float: left;
	height: 300px;
	padding-top: 15px;
}

#dateContainer {
	background-color: #fff;
	margin-left: 5px;
}

.error {
	display: inline;
	font-size: 18px;
	color: red;
}
