html {
	height: 101%;
}
body {
	background: #655e51 url('../mainBg.jpg') repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 12px;
	height: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #3881db;
}
a:hover {
	text-decoration: underline;
}

div#container {
	background: url('../bg.jpg') repeat-y;
	margin-left: 30px;
	width: 987px;
	height: 100% auto;
	min-height: 100%;
	//height: 100% !auto; /* IE-hack */
	padding: 0;
}

div#header {
	background: url('../header.jpg') no-repeat;
	height: 253px;
	margin: 0;
}

div#menu {
	padding: 188px 0 0 70px;
}
div#menu a:link, div#menu a:visited {
	color: #FFF;
	font-weight: bold;
	margin-right: 50px;
}
div#note {
	padding: 25px 0 0 70px;
	font-weight: bold;
}
div#note a:link, div#note a:visited {
	color: #000;
}

div#content {
	background: url('../contentBg.jpg') no-repeat;
	padding: 10px 50px 10px 50px;
}
div#leftBlock {
	float: left;
	width: 600px;
}

div#rightBlock {
	margin-left: 40px;
	width: 220px;
	float: left;
}
div#box {
	background-color: #dee6f0;
	padding: 10px;
	border: 1px #CCC solid;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 200px;
}
div#foot {

}

/* Objekt */
#content h1 {
	border-bottom: 1px #CCC solid;
	padding: 0 0 5px 5px;
	font-weight: normal;
	font-size: 26px;
}

div#foot h2 {
	border-bottom: 1px #CCC solid;
	padding: 0 0 5px 5px;
	font-weight: normal;
	font-size: 18px;
}

#box h2 {
	margin-top: 0;
	font-weight: normal;
}

.clear {
	clear: both;
}