* {
	margin: 0;
	padding: 0;
}

body {
	background: #464646 url(bg_header.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
}

a {
	color: #666666;
}

/* Logo */

#logo {
	width: 760px;
	height: 70px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#logo h2 {
	float: left;
	letter-spacing: -2px;
	font-size: 3em;
}

#logo a:hover {color:Gray;}

/* impressum */

#impressum {
	width: 760px;
	height: 50px;
	margin: -50px auto 0 auto;
}

#impressum ul {
	float: right;
	margin: 0;
	list-style: none;
}

#impressum li {
	display: inline;
}

#impressum a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #CC6600;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}

#impressum a:hover, #impressum .active a {
	border-bottom-color: #000000;
	color: #CCCCCC;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 760px;
	margin: 0 auto;
}

/* Navigation  */

#navi {
	float: right;
	width: 180px;
}

#navi .boxed {
	margin-bottom: 10px;
}

#navi .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(bg_nav_title.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#navi .boxed .content {
	padding: 9px;
	background: #E8EDE5;
	border: 1px solid #648952;
	border-top: none;
}

#navi .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
}

#navi .boxed .content .tiny a {
	padding: 0 0 0 11px;
	background: url(nav_punkt.gif) no-repeat left bottom;
}
#navi .boxed .content li {
list-style: none;}

/* MainContent */

#maincontent {
	float: left;
	width: 380px;
}

#maincontent .boxed {
	margin-bottom: 10px;
}

#maincontent .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(bg_main_title.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#maincontent .boxed .content {
	padding: 19px 19px 19px 19px;
	background: #E5ECED url(bg_content_text.gif) repeat-x;
	border: 1px solid #528489;
	border-top: none;
}

/* Werbungs Spalte */

#werbung {
	float: right;	
	width: 180px;
	margin-right: 10px;
}

#werbung .boxed {
	margin-bottom: 10px;
}

#werbung .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(bg_werbe_title.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	color: #FFFFFF;
}

#werbung .boxed .content {
	padding: 19px 9px 9px 9px;
	background: #EFEBE2 url(bg_werbe_text.gif) repeat-x;
	border: 1px solid #977C44;
	border-top: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0 50px 0;
	background: #464646 url(bg_footer.gif) repeat-x;
}

#footer p {
	width: 760px;
	margin: 0 auto;
	font-size: x-small;
}

