/* =========== ALLGEMEIN =========== */

* {
	padding:0px;
	margin:0px;
	border:0px;
}

a:link, a:active, a:visited {
	color: #3f6974;
}

a:hover {
	color: #74141d;
}

p {
	margin-bottom:25px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
}

body {
	background-color: #efefef;
	background-image: url(images/bg.header.png);
	background-repeat: repeat-x;
}

.Left {	float:left; }
.Right { float:right; }

blockquote {
	display:block;
	border:1px solid #c7c7c7;
	background:url(images/quotes.gif) no-repeat #ffffff;
	font-style:italic;
	padding:20px;
	padding-left:80px;
	padding-bottom:0px;
	margin-bottom:20px;
}

/* =========== LAYOUT =========== */

.FullWidth {
	position:relative;
	float:left;
	width:100%;
}

#Wrapper {
	position:relative;
	float:none;
	left:50%;
	margin-left:-490px;
	width:980px;
	margin-bottom:40px;
}

#Header {
	position:relative;
	float: left;
	width:980px;
	height:147px;
}

#HeaderRight {
	position:relative;
	float:right;
}

#Nav {
	position:relative;
	float:left;
	width:980px;
	height:43px;
}

#Nav li {
	display:inline;
	list-style:none;
	font-size:14px;
}

#Nav li a {
	display:block;
	float:left;
	padding-top:13px;
	padding-left:10px;
	padding-right:10px;
	height:30px;
	text-decoration:none;
	color:#353535;
	background:url(images/nav.button.line.png) no-repeat;
}

#Nav li a:hover {
	text-decoration:none;
	color:#ffffff;
	background:url(images/nav.button.hover.png) repeat-x;
}

#ContentWrapper {
	position:relative;
	float: left;
	width:980px;
	margin-top:40px;
	background:url(images/content.bg.gif) repeat-y;
	margin-bottom:40px;
}

#Content {
	position:relative;
	float: left;
	width:600px;
	line-height:20px;
	text-align:justify;
}

#Sidebar {
	position:relative;
	float: right;
	width:300px;
	line-height:20px;
}

.SidebarBlock {
	position:relative;
	float: left;
	margin-bottom:25px;
	width:300px;
}

#Footer {
	position:relative;
	float:none;
	left:50%;
	margin-left:-490px;
	width:980px;
	padding-top:30px;
	margin-bottom:40px;
	font-size:11px;
	color: #414141;
}

.FooterNav {
	margin-top:5px;
}

.FooterNav li {
	display:inline;
	list-style:none;
	font-size:11px;
}

.FooterNav li a {
	float:left;
	padding-right:10px;
	padding-left:7px;
	background:url(images/ico.arrow.small.gif) no-repeat 0px 3px;
	text-decoration:none;
	color:#3a4a4e;
}

.FooterNav li a:hover {
	color:#74141d;
	background:url(images/ico.arrow.small.b.gif) no-repeat 0px 3px;
}

/* =========== HEADLINES =========== */

h1 {
	margin-bottom:25px;
}

h1 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#74141d !important;
	font-weight:normal;
	text-decoration:none;
}

h1 a:hover {
	color:#000000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#153942;
	font-weight:normal;
	margin-bottom:25px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#153942;
	font-weight:normal;
	margin-bottom:25px;
}

/* =========== LIST ITEMS =========== */

#Content ul {
	margin-bottom:25px;
	list-style:none;
	padding-left:20px;
	text-align:left;
}

#Content li {
	background:url(images/ico.arrow.red.gif) no-repeat 0 5px;
	padding-left:15px;
}

.current_page_item {
	font-weight:bold;
}

.current_page_parent {
	font-weight:bold;
}

/* =========== SPECIAL LINKS =========== */

.BlockLink {
	display:block;
	width:580px;
	padding:10px;
	border:1px solid #3a4a4e;
	background:#ebeded;
	color:#3a4a4e;
	text-decoration:none;
}

.BlockLink:hover {
	border:1px solid #74141d;
	background:#eee2e3;
	color:#74141d;
}

.BlockLinkSB {
	display:block;
	width:285px;
	padding:5px;
	padding-left:10px;
	border:1px solid #d0d3d4;
	background:#ebeded;
	color:#3a4a4e;
	text-decoration:none;
	margin-bottom:-15px;
}

.BlockLinkSB:hover {
	border:1px solid #74141d;
	background:#eee2e3;
	color:#74141d;
}

/* =========== TEXT =========== */

.SmallGrey {
	color:#666666;
	font-size:11px;
}

.Impressum a {
	color:#666666;
	font-size:11px;
	background:url(images/impressum.a.gif) no-repeat 2px;
	padding-left:25px;
	text-decoration:none;
}

.Impressum a:hover {
	color:#74141d;
	background:url(images/impressum.b.gif) no-repeat 2px;
}