body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:11px;
	font-family: arial, sans-serif, geneva, verdana;
        background-color:#333333;
}

.logo {
	height:175px; 
	background-image:url(../images/header.png);
}

.page {
	width: 980px;
}

.headmenu a, .headmenu a:visited, .headmenu a:active {
	color:#6e0000;
	text-decoration:none;
}

.headmenu a:hover {
	text-decoration:underline;
}

.topmenu {
	text-align:right;
	font-size:12px;
	padding-right:5px;
        background-color:#cccccc;
}

.topmenu a, .topmenu a:visited, .topmenu a:active {
	color:#000000;
	text-decoration:none;
}

.topmenu a:hover {
	text-decoration:underline;
}

.menu {
	background-color: #eeeeee;
	border-right:1px solid #800000;
	font-size:12px;
	padding:5px;
	width:180px;
}

.menu .headline {
	background-color: #a50000;
        font-weight: bold;
	color:#ffffff;
	text-align:center;
	padding:2px;
	margin-top:10px;
}

.menu li {
	background-color: #e7e3e7;
	border-bottom:1px solid #ffffff;
	padding:2px;
}

.sidebar {
	float:right; 
	width:30%;
        font-size:12px;
	line-height: 1.1em;
	margin-left:10px;
	padding:5px;
	background-color:#e7e3e7;
}

.sidebar .headline {
	background-color: #a50000;
	color:#ffffff;
	text-align:center;
	padding:2px;
	margin-top:10px;
}

.mainside {
	width:68%;
	float:left;
}

.content h1 {
	font-size: 19px; 
	margin: 0px; 
	color: #a50000; 
	font-family: arial; 
        text-align:left;
}

.subtitle {
	color:#666666;
}

.content h2 {
	font-family: verdana, helvetica, sans-serif;
        text-align:left;
        font-size:12px;
        font-weight: bold;
	margin-bottom:0px;
	text-transform: none;
	border-bottom:none;
}

a {
	color:#6e0000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
