@charset "utf-8";
/* CSS Document */

.top {
	background-image: url(../images/Layout/top.jpg);
	background-repeat: no-repeat;
}

.top_left {
	background-image: url(../images/Layout/top_left.jpg);
	background-repeat: no-repeat;
}

.top_right {
	background-image: url(../images/Layout/top_right.jpg);
	background-repeat: no-repeat;
}

.top_bottom {
	background-image: url(../images/Layout/top_bottom.jpg);
	background-repeat: no-repeat;
}
.top_bottom_GR {
	background-image: url(../images/Layout/top_bottom_GR.jpg);
	background-repeat: no-repeat;
}

.navileiste {
	font-family: "Times New Roman", Times, serif;
	background-color: #918980;
}
.tp_top_left {
	background-image: url(../images/Layout/top_top_left.jpg);
	background-repeat: no-repeat;
}

.bg_rechts {
	background-image: url(../images/Layout/bg_right.jpg);
	background-repeat: repeat-y;
}
.TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.TEXT_Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 15px;
}
.BG_contact {
	background-image: url(../images/Layout/BG_contact.jpg);
	background-repeat: no-repeat;
}


.under {
	background-image: url(../images/Layout/under_links.jpg);
	background-repeat: no-repeat;
}

.bg_links {
	background-image: url(../images/Layout/bg_left.jpg);
	background-repeat: repeat-y;
}
.BG_imprint {
	background-image: url(../images/Layout/BG_imprint.jpg);
	background-repeat: no-repeat;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2A353;
	text-decoration: underline;
}


a.link:link {
	text-decoration: none;
	color: #D2A353;
}
a.link:visited {
	text-decoration: none;
	color: #D2A353;
}
a.link:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.link:active {
	text-decoration: none;
}
