body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e0eBe3;
		font-family: Arial;
		font-size: 14;
	color: #485335;
	font-weight: normal;
}

/* TITLES & MENU */
.menu {
	color: #0971ae;
	font-weight: bold;
	font-size: 16px;
}
.titeln {
	color: #0971ae;
	font-weight: bold;
	font-size: 16px;
}
/* MAIN TEXT */
.text {
	font-size: 14px;
	color: #485335;
}
.subtiteln {
	color: #aab518;
	font-size: 14px;
	font-weight: bold;
}
.fotos {
	border: 1px solid #485335;
}
/* SUB MENU */
.submenu {
	font-size: 14px;
	color: #0971ae;
	font-weight: normal;
}
/* FOOTER TEXT */
.text_klein {
	font-size: 12px;
	color: #485335;
	font-weight: normal;
}
/* VISITED MENU */
.visited_menu {
	color: #F5C271;
	font-weight: bold;
	font-size: 16px;
}

.visited_submenu {
	color: #F5C271;
	font-size: 14px;
}

.subtitel_blau {
	color: #0971AE;
	font-weight: bold;
}

/* Backgrounds */

.background1 {
background-image: url(img/bg_1.jpg);
background-repeat: no-repeat;
} 
.background2 {
background-image: url(img/bg_2.jpg);
background-repeat: no-repeat;
}

.background3 {
background-image:url(img/banner_1.jpg);
background-repeat: no-repeat;
}


.background4 {
background-image:url(img/banner_2.jpg);
background-repeat: no-repeat;
}


.background5 {
background-image:url(img/footer_1.jpg);
background-repeat: no-repeat;
}

.background6 {
background-image:url(img/footer_2.jpg);
background-repeat: no-repeat;
}

a:link {
	color: #0971ae;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0971ae;
}
a:hover {
	text-decoration: none;
	color: #663333;
}
a:active {
	text-decoration: none;
	color: #0971ae;
}

