body {
	cursor: default;
	margin: 5px 0;
	font: small/1.8em Arial, Helvetica, sans-serif;
	background: #990000;
	color: #000;
	text-align: center;
}

h1 {
	color: #fff;
	background: #990000;
	text-align: center;
	font-size: 1.5em;
	text-indent: 1.25em;
	font-variant: small-caps;
	border: 1px dotted;
	line-height: 2em;
	margin: 1.5em 0;
}

h2 {
	color: #fff;
	background: #A07D3B;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 2em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #3E2506;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #6F5C3B;
	border-bottom: 1px solid;
}

a:visited {
	color: #6F5C3B;
}

img {
	border: 0;
}

#page {
	width: 740px;
	margin: 0 auto;
	color: #3E2506;
	background: #EFDAAD;
	text-align: left;
}

	#header {
		width: 100%;
		height: 100px;
		background: url("bilder/logo.jpg") top right no-repeat;
		color: #FFF;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	#menu {
		letter-spacing: 0.1em;
		line-height: 2.0em;
		font-weight: bold;
		border-bottom: 1px solid #6F5C3B;
		border-top: 1px solid #6F5C3B;
		background: #D0B586;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 1.0em;
		}
		
			#menu li a{
				color: #EFDAAD;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #6F5C3B;
			}

	#content {
		float: left;
		width: 490px;
		padding: 0px 20px 30px 20px;
		border-right: 1px solid #6F5C3B;
		background: #FBFFF0;
	}

	#sidebar {
		margin: 10px 0 0 -1px;
		padding: 0 0 0 15px;
		float: left;
		width: 180px;
		font-size: 0.8em;
		border-left: 1px solid #6F5C3B;
	}

	#footer {
		clear: both;
		margin: 0;
		padding: 1px 0;
		background: #D0B586;
		text-align: center;
		line-height: 1em;
		font-size: 0.8em;
		color: #fff;
	}
	
		#footer li {
			display: inline;
			padding: 0;
		}

		#footer a {
			color: #fff;
			margin-left:25px;
			margin-right:50px;
		}