body {
	background-color: #975D2A;
	padding: 5px;
	margin: 5px;
	text-align: center;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#container {
				width: 600px;
				padding: 0px;
				margin: 0px;
				background-color: white;
				text-align: left;
				border: thin solid black;
}

div#header {
	clear: both;
	padding-left: 15px;
	padding-top: 15px;
	background-color: red;
	background-image: url(images/chokladheader_600x150px.gif);
	height: 130px;
	background-repeat: no-repeat;
}

div#menu {
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D9F8FF;
	text-align: center;
	border-top: thin dotted black;
	border-bottom: thin dotted black;
	font-size: 0.8em;
}

div#main {
				width: 400px;
				float: left;
				margin-top: 5px;
				padding-right: 10px;
				padding-left: 15px;
				padding-top: 10px;
				padding-bottom: 10px;
				background-color: transparent;
				border-right: thin none gray;
				text-align: justify;
}

div#side_column {
	width: 150px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E5C8AB;
	text-align: left;
	background-image: url(images/side_column_roundcorner.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
}

div#footer {
				clear: both;
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 5px;
				padding-bottom: 5px;
				background-color: black;
				color: white;
				text-align: center;
				font-size: 0.8em;
}

h1 {
	font-size: 1.2em;
}

a {
				text-decoration: none;
				font-weight: bold;
				color: gray;
}

a:hover {
				text-decoration: underline overline;
				color: blue;
}

li {
	margin-bottom: 10px;
}

.kartlank {
	font-size: 1.1em;
	color: Black;
	background-color: #FDFBBA;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
}
