@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	height:100%;
	background: url(../images/bg2.jpg) no-repeat #6f6f6e center top;
	background-attachment: fixed;
}
table td {
	vertical-align: top;
}
/*---Grundaufbau---*/

#wrapper {
	width: 720px;
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	overflow: hidden;
	background: #ffffff;
}
#logo {
	margin: 20px 20px 10px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bd1321;
}
#navcontainer {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bd1321;
	overflow: hidden;
}
#quote {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #bd1321;
	width: 680px;
}
#quote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
}
#autor p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
}
#content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 680px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bd1321;
	overflow: hidden;
}
#content h1 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#content h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#content h3 {
	color: #BD1321;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
}
#single_row {
	width: 100%;
}
#single_row_under {
	clear: both;
	width: 100%;
}
#left_row, #left_row_under {
	width: 330px;
	float: left;
}
#left_row img, #right_row img, #left_row_under img, #right_row_under img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#left_row p, #right_row p, #single_row p, #left_row_under p, #right_row_under p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}
#left_row ul, #right_row ul, #single_row ul, #left_row_under ul, #right_row_under ul{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
	margin-left: 20px;
}
#right_row, #right_row_under {
	width: 330px;
	float: right;
}
#metanavigation {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 680px;
}
.artikelliste h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	text-decoration: none;
}
.artikelliste h2 a, #left_row a, #right_row a {
	color: #000000;
	text-decoration: underline;
}
.artikelliste h2 a:hover, #left_row a:hover, #right_row a:hover {
	color: #bd1321;
	text-decoration: underline;
}
.artikelliste a {
	color: #000000;
}
.artikelliste a:hover {
	color: #bd1321;
}
/*---Main Navigation---*/
#navcontainer ul {
	width: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}
#navcontainer li {
	display: inline;
}
/*1st level elements*/

#navcontainer ul a, #navcontainer ul a:link, #navcontainer ul a:visited {
	margin-right: 20px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
}
#navcontainer ul a:hover, #navcontainer ul a:focus, #navcontainer ul li.active a {
	color: #bd1321;
}
/*current Link*/
#navcontainer ul a#current, #navcontainer ul a#current:link, #navcontainer ul a#current:visited {
	font-weight: bold;
}
/*Second and subsequent levels*/
#navcontainer ul ul {
	left: 0;
	top: 25px;
	padding: 5px;
	position: absolute;
	width: 670px;
	background: #bd1321;
}
#navcontainer ul ul li {
	display: inline;
}
#navcontainer ul ul a, #navcontainer ul ul a:link, #navcontainer ul ul a:visited {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#navcontainer ul ul a:hover, #navcontainer ul ul a:focus, #navcontainer ul ul li.active a {
	color: #000000;
}
/*---Meta Navigation---*/
#metanavigation ul {
	width: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#metanavigation li {
	display: inline;
}
/*1st level elements*/

#metanavigation ul a, #metanavigation ul a:link, #metanavigation ul a:visited {
	margin-right: 20px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	width: auto;
}
#metanavigation ul a:hover, #metanavigation ul a:focus {
	color: #bd1321;
}
/*current Link*/
#metanavigation ul a#current, #metanavigation ul a#current:link, #metanavigation ul a#current:visited {
	font-weight: bold;
}
