html {
	background: #fefefe url('../images/body-bg.gif') repeat-x;
}
body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #272727;
	margin: 0;
	padding: 0;
	background: url(../images/page-bg.jpg) no-repeat top;
	min-width: 808px;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 808px;
	overflow: hidden;
	height: 100%; 
	margin: 0 auto;
}

#header {
	width: 808px;
	float: left;
	padding: 17px 0 0 0;
}
#header ul {
	margin: 0; 
	padding: 0 42px 0 0; 
	float: right; 
}
#header ul li {
	list-style: none; 
	float: left; 
	padding: 0 4px 0 6px;
	background: url(../images/header-divider.gif) no-repeat 0 2px;
}
#header ul li.first {
	background: none;
}
#header ul li a {
	text-decoration: none; 
	color: #fff;
}
#header ul li a:hover {
	text-decoration: underline; 
}
#header h1 {
	float: left;
	margin: 13px 0 0 24px;
	display:inline; 
}

#header h1 a {
	float: left;
	margin: 0;
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 127px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
#nav {
	float: left;
	width: 144px;
	margin: 12px 0 0 0;
	padding: 23px 0 0 0;
	background: url(../images/nav-top-bg.gif) no-repeat ;
}
#nav div {
	float: left;
	width: 144px;
	height: 22px;
	overflow: hidden;
	background: url(../images/nav-bottom-bg.png) no-repeat;
}
#nav ul {
	margin: 0; 
	padding: 0 11px 4px; 
	float: left;
	width: 122px;
	background: url(../images/nav-bg.gif) repeat-y ;
}
#nav ul li {
	list-style: none; 
	float: left;
	width:100%; 
	line-height: 20px;
	margin: 3px 0 0 0;
	font-weight: bold;
}
#nav ul li a {
	display:block; 
	text-decoration: none; 
	color: #fff;
	padding: 0 0 0 14px;
}
#nav ul li a.active,
#nav ul li a:hover {
	background: #e82b44;
}
#right-column {
	float: right;
	width: 630px;
	padding: 0 28px 0 0;
	margin: -62px 0 0 0;
	position: relative; 
}
.breadcrumb {
	margin: 0; 
	padding: 0 0 0 24px; 
	float: left;
}
.breadcrumb li {
	list-style: none; 
	float: left;
	padding: 0 0 0 3px;
	color: #fff;
}
.breadcrumb li a {
	text-decoration: none; 
	color: #fff;
}
.breadcrumb li a:hover {
	text-decoration: underline; 
}
#content {
	float: left;
	width: 630px;
	margin: 6px 0 0 0;
	padding: 55px 0 9px 0;
	background: #fff url(../images/content-top-bg.gif) no-repeat;
}
#content .image {
	display:block; 
}
#content .rose {
	float: right; 
	margin: -89px -28px 0 0;
	position: relative; 
}
#content p {
	line-height: 16px;
}
.text-content {
	padding-top: 0;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 45px;
}
.text-content2 {
	padding: 0 92px 0 45px;
}

.content-bottom-bg {
	float: left; 
	width: 630px;
	height: 20px;
	background: url(../images/content-bottom-bg.png) no-repeat ;
	overflow: hidden;
}
#footer {
	margin: 0; 
	padding: 10px 0 10px 184px; 
	float: left;
	width: 596px;
}
#footer li {
	list-style: none; 
	float: left;
	color: #bbbaba;
	font-size: 9px;
	padding: 0 0 0 11px;
}
#footer li a {
	color: #bbbaba;
	text-decoration: none; 
}
#footer li a:hover {
	text-decoration: underline; 
}
h1 {
	line-height: 16px;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 11px;
}
#content a {
	color: #E82B44;
	text-decoration: none;
}
#content a:hover {
	color: #E82B44;
	text-decoration: underline;
}
.titel {
	color: #7D8C1A;
}
