html {
	height:101%;
}

* {
	font-family:Arial, Verdana, sans-serif;
}

body {
	background-image:url("images/bg.gif");
	background-repeat:repeat-x;
	margin:0;
	color:#000;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#ed1c24;
}
img {
	border:0;
}

#header {
	width:775px;
	margin:0 auto;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	height:193px;
	position:relative;
	background-image:url("images/header_bg.gif");
	background-repeat:no-repeat;
}

#global {
	position:absolute;
	left:10px;
	top:17px;
}

#global a {
	display:block;
	line-height:18px;
	font-size:10px;
	font-weight:bold;
	color:#939598;
}

#logo {
	position:absolute;
	left:520px;
	top:21px;
}

#navigation {
	position:absolute;
	left:0;
	top:124px;
	background-color:#ed1c24;
	height:40px;
	width:775px;
}

#navigation a {
	float:left;
	border-right:1px #fff solid;
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:20px 30px 0 10px;
	height:20px;
}

#navigation a:hover, #navigation a.active {
	background-color:#231f20;
	text-decoration:none;
}

#pathfinder {
	position:absolute;
	left:0;
	top:164px;
	line-height:29px;
	padding:0 10px;
	font-size:10px;
	font-weight:bold;
	color:#939598;
	width: 446px;
}

#pathfinder a {
	color:#939598;
}

#pathfinder a.active {
	color:#231f20;
}

#outer {
	background-color:#e5e5e5;
}

#body {
	width:775px;
	margin:0 auto;
	border-left:1px #fff solid;
	border-right:1px #fff solid;
}

#left {
	width:509px;
	padding-right:1px;
	background-color:#fff;
	float:left;
}

#content {
	padding:10px;
}

#content h1 {
	font-size:24px;
	font-weight:normal;
	color:#939598;
	margin:4px 0 0 0;
}

#content h2 {
	font-size:12px;
	font-weight:bold;
	margin:5px 0 15px 0;
}

#content p {
	margin:10px 0 0 0;
}

#right {
	float:right;
	width:245px;
	padding:10px;
}

#subnavigation {
	margin-bottom:10px;
}

#subnavigation div.head {
	line-height:30px;
	padding:0 10px;
	width:225px;
	background-color:#969696;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background-image:url("images/arrow_down.gif");
	background-repeat:no-repeat;
	background-position:225px 12px;
}

#subnavigation a {
	display:block;
	line-height:24px;
	width:225px;
	margin-top:1px;
	background-color:#bbbdc0;
	padding:0 10px;
	color:#fff;
	font-weight:bold;
}

#subnavigation a:hover, #subnavigation a.active {
	background-color:#969696;
}

#clear {
	clear:both;
}

#teaser {
	width:775px;
	margin:0 auto;
	background-color:#e5e5e5;
	padding:10px 0 10px 0;
	margin-top:10px;
}

#teaser img {
	float:left;
	margin-left:10px;
}

#footer {
	clear:both;
	text-align:right;
	background-image:url("images/footer_bg.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding:0 90px 0 0;
	line-height:30px;
	width:685px;
	margin:0 auto;
}

#footer, #footer a {
	font-size:11px;
	color:#bbbdc0;
	font-weight:normal;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li {
	background-image:URL(images/li.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
}
input, textarea {
	border:solid 1px #cccccc;
}
.teaserrechts {
	margin-bottom:10px;
	background-color:#bbbdc0;
	color:#FFFFFF;
	width:225px;
	padding:10px;
}
.teaserrechts .ueber {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.teaserrechts a {
	text-decoration:underline;
	color:#FFFFFF;
}
hr {
	width:100%;
	color:#CCCCCC;
	padding:15px 0px 15px 0px;
}
.teasercontent {
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
	width:489px;
	padding:0 0 10px 0;
}
.teasercontent img {
	margin-bottom:5px;
}

