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

* {
	margin: 0;
	padding: 0;
}

a img{
	border: 0 none;
}

body {
	background: url(../img/body-background.jpg) repeat-x #870e0e;
	color: #484848;
	font: 12px/150% Arial, Helvetica, sans-serif;
}

#wrapper {
	background: url(../img/wrapper-background.jpg) repeat-y;
	margin: auto;
	width: 900px;
}

#header {
	background: url(../img/header-background.jpg) no-repeat;
	height: 196px;
}

#header h1 {
	display: none;
}

#address {
	color: #fff;
	float: right;
	height: 104px;
	margin: 56px 0 0 0;
	padding: 15px 0;
	width: 220px;
}

#address a {
	color: #fff;
	text-decoration: none;
}

#address a:hover{
	color: #b06161;
}

#navigation {
	background: url(../img/navigation-background.jpg) no-repeat;
	height: 20px;
}

/* ----- MENU ----- */

#menu {
	margin-left: 56px;
}

#menu li {
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	list-style: none;
	width: 197px;
}

a.menu_01, a.menu_02, a.menu_03, a.menu_04 {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 197px;
}

a.menu_01:hover, a.menu_02:hover, a.menu_03:hover, a.menu_04:hover {
	color: #dadada;
}

a.menu_01 {
	background: url(../img/navigation-li_01-background.jpg) top no-repeat;
}

a.menu_01:hover {
	background: url(../img/navigation-li_01-background.jpg) bottom no-repeat;	
}

a.menu_02 {
	background: url(../img/navigation-li_02-background.jpg) top no-repeat;
}

a.menu_02:hover {
	background: url(../img/navigation-li_02-background.jpg) bottom no-repeat;	
}

a.menu_03 {
	background: url(../img/navigation-li_03-background.jpg) top no-repeat;
}

a.menu_03:hover {
	background: url(../img/navigation-li_03-background.jpg) bottom no-repeat;	
}

a.menu_04 {
	background: url(../img/navigation-li_04-background.jpg) top no-repeat;
}

a.menu_04:hover {
	background: url(../img/navigation-li_04-background.jpg) bottom no-repeat;	
}

#menu li.selected_01, #menu li.selected_02, #menu li.selected_03, #menu li.selected_04 {
	color: #dadada;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#menu li.selected_01 {
	background: url(../img/navigation-li_01-background.jpg) bottom no-repeat;
}

#menu li.selected_02 {
	background: url(../img/navigation-li_02-background.jpg) bottom no-repeat;
}

#menu li.selected_03 {
	background: url(../img/navigation-li_03-background.jpg) bottom no-repeat;
}

#menu li.selected_04 {
	background: url(../img/navigation-li_04-background.jpg) bottom no-repeat;
}

/* ---------- */

#content {
	background: url(../img/content-background.jpg) top no-repeat;
	min-height: 192px;
	padding: 31px 106px 0px 106px;
	text-align: justify;
	width: 688px;
}

#content h2{
	color: #870e0e;
	font-size: 14px;
	padding-bottom: 15px;
}

#content h3, #content h4{
	color: #870e0e;
	font-size: 12px;
	padding-bottom: 10px;
}

#content h5, #content h6 {
	color: #870e0e;
	font-size: 14px;
}

#content p {
	padding-bottom: 10px;
}

#content a {
	color: #870e0e;
	text-decoration: underline;
}

#content a:hover {
	color: #b06161;
}

#content ul, #content ol {
	padding: 0 0 10px 15px;
}

#footer {
	background: url(../img/footer-background.jpg) no-repeat;
	color: #fff;
	clear: both;
	font-size: 11px;
	height: 49px;
	text-align: center;
	text-transform: uppercase;
	line-height: 49px;
	padding: 32px 0 0 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #b06161;	
}

#auszeichnung{
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	height: 50px;
	text-align:center;
	margin-bottom: 10px;
}

/*----- Classes -----*/

.toppad {
	padding-top: 15px;
}

.red{
	color: #870E0E;
	text-transform: uppercase;
}

.grey {
	color: #666666;
	font-style: italic;
	font-weight: normal;
}