@charset "utf-8";

body {
	margin: 0;
	padding: 0;	
	background-color: #d5d6d7;
}

#rahmen {
	margin: 0 auto;
	padding: 0;
	width:980px;
	background-color: #ffffff;
}

#top {
	width:980px;
	height:122px;
}

#content {
	width:980px;
	background: transparent url('hg-content.jpg') top left;

}

#navigation {
	width:200px;
	float: left;

}


#main {
	float: right;
	width: 780px;
}

#maincontent {
    padding-left: 10px;
}

#footer {
	width:980px;
	height:55px;
	background: transparent url('hg-footer.jpg') no-repeat top left;
}

#footer-text {
	padding-top:30px;
	padding-left:15px;
	width:400px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
}

#footer-text2 {
	padding-top:30px;
	width:180px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7b7d7d;
}

.clear {
 	clear: both;
}

.schrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #7b7d7d;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7d7d7d;
}

a:link {
	color: #7d7d7d;
}
a:visited {
	color: #7d7d7d;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0007d7d7d000;
}


#footer-text a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer-text a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer-text a:hover {
	color: #000000;
	text-decoration: none;
}
#footer-text a:active {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e0e0d6;
}

#navigation ul li {
  list-style: none;
}

#navigation ul li a, #navigation ul li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	background: url("images/n-hintergrund.gif") no-repeat 0px 0px;
	padding-left:23px;
	line-height: 25px;
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

#navigation ul li a:hover, #navigation ul li a#current {
  background: url("images/n-hintergrund-h.gif") no-repeat 0px 0px;
}
