@charset "utf-8";
/* Main CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body, html {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eceeed;
	/*overflow:scroll;
	overflow-x:hidden;*/
	height:101%;
}

#site {
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-y;
	width: 986px;
	margin: auto;
	overflow: hidden;
	margin-top: 30px;
}

#page {
	margin-left: 5px;
	margin-right: 5px;
	width: 976px;
	overflow: hidden;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-color: #ECEEED;
	background-repeat: no-repeat;
	width: 986px;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer p {
	color: #a0a0a0;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	padding: 2px;
}

#header {
	width: 976px;
	height: 94px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header p{
	color: #989899;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
}

#header p a {
	text-decoration: none;
	color: #989899;
}

#header p a:hover {
	text-decoration: none;
}

.main-nav {
	width: 976px;
	height: 31px;
	background-image:url(../images/main-nav_bg.jpg);
	background-repeat:repeat-x;
}

.breadcrumb {
	height: 20px;
	overflow: hidden;
}

.breadcrumb p {
	font-size: 9px;
	color: #6f6f6f;
	margin-left: 20px;
	margin-top: 4px;
}

.breadcrumb p a {
	color: #6f6f6f;
	text-decoration: underline;
}

.breadcrumb p a:hover {
	text-decoration: none;
}

.main-pic {
	height: 188px;
	background-image: url(../images/main-pic.jpg);
	background-repeat: no-repeat;
}

.content {
	width: 976px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
}

.content-start {
	width: 976px;
	background-image:url(../images/start_content_bg.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
}

.main {
	width: 976px;
	background-image:url(../images/content_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.main-start {
	width: 976px;
	background-image:url(../images/start_content_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.main-start .button1 {
	margin-top: 10px;
	margin-left: 155px;
	margin-bottom: 20px;
}

.main-start .button2 {
	margin-top: 47px;
	margin-left: 125px;
	margin-bottom: 20px;
}

.content-start .main-area {
	margin-left: 0px;
	margin-right: 0px;
	width: 745px;
}

.main-area {
	width: 715px; /* 745px */
	float: left;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 16px;
	color: #646464;	
	/*letter-spacing: -1px;*/
}

.main-area .text{
	color: #525252;
	font-size: 11px;
/*	margin-left: 15px;
	margin-right: 15px; */
	margin-bottom: 10px;
}

.content-start .main-area .text {
	margin-left: 15px;
	margin-right: 15px;
}

.main-area a, .main-area .text a{
	color: #c3a27b;
	text-decoration: underline;
}

.main-area a:hover, .main-area .text a:hover{
	color: #c3a27b;
	text-decoration: none;
}

.main-area .first {
	width: 248px;
	float: left;
}

.main-area .second {
	width: 248px;
	float: left;
}

.main-area .third {
	width: 248px;
	float: left;
}

.main-area ul {
	margin-top: 20px;
}

.main-area td {
	vertical-align: top;
} 

.main-area ul li, .news ul li {
	color: #646464;
	font-size: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	background-image:url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	font-size: 12px;
}

.main-area ul li a, .news ul li a {
	color: #525252;
	text-decoration: none;
	background-image:url(../images/arrow.gif);
	width: 200px;
	display: block;
	background-position: 180px 0px;
	background-repeat: no-repeat;
	font-size: 12px;
}

.main-area ul li a:hover, .news li a:hover {
	color: #c3a27b;
	text-decoration: underline;
}

.news {
	width: 230px;
	float: left;
	overflow: hidden;
}

h1 {
	color: #c3a27b;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
/* 	margin-left: 15px; */
	margin-bottom: 5px;
}

.content-start .main-area h1, .news h1 {
	margin-left: 15px;
}

h2 {
	color: #525252;
	font-size: 11px;
	font-weight: normal;
/* 	margin-left: 15px; */
	margin-bottom: 10px;
}

.content-start .main-area h2, .news h2 {
	margin-left: 15px;
}

.logo {
	margin-left: 3px;
}

.news-entry-start {
	border-bottom: 1px solid #cdcdcd;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 11px;
	padding-bottom: 8px;
	display: block;
}

.contact {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 1.5;
}

.contact a {
	color: #525252;
	text-decoration: none;
	font-size: 12px;
}

.news-entry, .news-entry-start {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 11px;
}

.news-entry .head, .news-entry-start .head {
	color: #525252;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
}

.news-entry .text, .news-entry-start .text {
	color: #525252;
	font-weight: normal;
	font-size: 11px;
/*	margin-bottom: 10px;  */
	margin-top: 5px;
	overflow: hidden;
	padding-bottom: 2px;
	line-height: 14px;
}

.news-entry .text .image, .news-entry-start .text .image {
	margin-right: 5px;
	float: left;
/*	border: 1px solid #aeaeae; */
}

.news-entry .text a, .news-entry-start .text a {
	color: #c3a27b;
	text-decoration: underline;
	font-size: 11px;
}
.news-entry .text a:hover, .news-entry-start .text a:hover {
	color: #c3a27b;
	text-decoration: none;
}
p.rechts	{
	margin-right: 15px;
	text-align:right;
	}

