@charset "utf-8";


#maincontent a:link { color:black; text-decoration:none; }
#maincontent a:visited { color:black; text-decoration:none; }
#maincontent a:hover {  color:#3594c0; text-decoration:none; }

#subcontent a:link { color:black; text-decoration:none; }
#subcontent a:visited { color:black; text-decoration:none; }
#subcontent a:hover {  color:#3594c0; text-decoration:none; }


body {
	font-family: Verdana;
	font-size: 9px;
	background-color: #1e1e1e;
	color: #757678;
}

h1 {
	background-image: url(images/header.jpg);
	float:left;
	width: 170px;
	height: 36px;
}

h2 {
	color: #045eaa;
	font-size: 11px;
}

h5 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #76777b;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #045eaa;
	margin-top: 20px;
	width: 80%;
}

#dload {
	color: #045eaa;
	font-size: 11px;
}

h2:before {
	content: url(images/h2pre.jpg);
	width: 7px;
	height: 9px;
}

#wrapper {
	margin: auto;
	width: 544px;
	padding-top: 100px;
}

#header {
	height: 30px;
	width: 551px;
}

#navigation {
	padding-top: 9px;
	float: right;
}

#navigation li {
	background-color: #e5e1c8;
	padding-right: 2px;
	list-style-type: none;
	font-weight: bold;
	height: 28px;
	float: left;
}

#navigation a:link, #navigation a:visited {
	background-image: url(images/navi_repeat.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding-top: 6px;
	font-weight: bold;
	display: block;
	color: #76777b;
	height: 22px;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation .spacer {
	border-left: 1px solid #d1ccb6;
	height: 28px;	
}

#content {
	background-color: #f5f3e6;
	padding: 25px 0 25px 8px;
	width: 544px;
	clear: left;
}

#maincontent {
	background-color: #e6e2c9;
	border: 1px solid #d3ceb0;
	float: left;
	padding: 5px;
	width: 370px;
}

#subcontent {
	margin-left: 5px;
	background-color: #e6e2c9;
	border: 1px solid #d3ceb0;
	width: 140px;
	float: left;
	padding: 5px;
}

#footer {
	width: 544px;
	text-align: center;
}

.navi_start {
	background-image:url(images/navi_start.jpg);
	width: 3px;
	height: 28px;
}

.navi_end {
	background-image: url(images/navi_end.jpg);
	width: 3px;
	height: 28px;
}

.clear {
	clear:both;
}

div#right {
float:right;
width:49%;
}

div#left {
float:left;
width:49%;
}


hr{
background-color: #76777b; /* Farbe für Opera und Firefox */
color: #76777b; /* Farbe für Internet Explorer (IE) */
border: 0;
height: 1px;
}