body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #76C3F6;
	margin: 0;
	padding: 0;
	background-image: url(images/main_bgr.gif);
	background-repeat: repeat-x;
}

#header-wrapper {
	width: 100%;
	text-align: center;
}

#header {
	position: relative;
	width: 960px;
	height: 42px;
	margin:0px auto;
}

#content-wrapper {
	width: 100%;
	height: 580px;
	text-align: center;
	background-image: url(images/content_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: table;
}

#content {
	position: relative;
	width: 960px;
	margin:0px auto;
	height: 20px;

}

#footer-wrapper {
	width: 100%;
	text-align: center;
}

#footer {
	position: relative;
	top: 375px;
}

#logo {
	position: absolute;
	left: 25px;
	top: 9px;
}

input.login {
	width: 71px;
	height: 16px;
	background-image: url(images/input_bgr.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B1B1AC;
	border: 0px;
	padding-left: 5px;
}

#login-usr { position: absolute; top: 12px; left: 666px; }
#login-pwd { position: absolute; top: 12px; left: 765px; }
#login-sub { position: absolute; top: 12px; left: 863px; }

#leftcol {
	position: absolute;
	top: 22px;
	left: 25px;
	width: 270px;
	text-align: left;
}

#hummeri {
	position: absolute;
	top: 55px;
	left: 320px;
	
}

#homaruslabel {
	position: relative;
	top: 300px;
	left: -20px;
}

#rightcol {
	position: absolute;
	top: 22px;
	left: 666px;
	width: 270px;
	text-align: left;
}

a {
	color: #0A246A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.preface {
	color:#381704;
	font-size:10px;
	letter-spacing:0.1em;
	line-height:200%;
	text-transform: uppercase;
}

p.topic_header {
	color:#381704;
	font-size:12px;
	letter-spacing:0.1em;
	text-transform: uppercase;
	font-weight: bold;
}

p.topic_feed {
	font-size: 11px;
}

