/* ############################################################
	FARBEN
###############################################################

	grau hell:	#E4E4E0
	grau bg:	#A5A59A
	orange:		#F58422
	rot:		#D90000

###############################################################
	HINTEGRUND	oben | rechts | unten | links
############################################################ */

body {
	background-color: #A5A59A;
	/*background-image:   url(../images/background/blume_2.jpg);
	background-repeat: repeat-x;
	background-position: 0px 99px;*/
}

.rand_rechts {
	background-image:   url(../images/background/rand_rechts.jpg);
	background-repeat: repeat-y;
}

.rand_links {
	background-image:   url(../images/background/rand_links.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.rand_unten {
	background-image:   url(../images/background/rand_unten.jpg);
	background-repeat: repeat-x;
}

.rand_oben {
	background-image:   url(../images/background/rand_oben.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ecke_untenrechts {
	background-image:   url(../images/background/ecke_untenrechts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ecke_untenlinks {
	background-image:   url(../images/background/ecke_untenlinks.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.ecke_obenrechts {
	background-image:   url(../images/background/ecke_obenrechts.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ecke_obenlinks {
	background-image:   url(../images/background/ecke_obenlinks.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.foto_collage {
	background-repeat: no-repeat;
}

/*###############################################################
	ALLGEMEIN	oben | rechts | unten | links
############################################################ */

.logo {
	text-align: right;
	margin-left: 440px;
	margin-top: 229px;
	position: absolute;
	width: 270px;
}

.titel {
	text-align: right;
	margin-left: 637px;
	margin-top: 29px;
	position: absolute;
	width: 74px;
}

.footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}
.footer a:active { color: #999999; text-decoration: underline; }
.footer a:link { color: #999999; text-decoration: none }
.footer a:visited { color: #999999; text-decoration: none; }
.footer a:hover { color: #999999; text-decoration: underline; }

/* ############################################################
	MENU 		oben | rechts | unten | links
############################################################ */

.mainmenu {
	vertical-align: bottom;
	height: 28px;
	padding-bottom: 3px;
	border-bottom: #CCCCCC 1px solid;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}
.mainmenu a:active { color: #C41200; text-decoration: none; }
.mainmenu a:link { color: #666666; text-decoration: none; }
.mainmenu a:visited { color: #666666; text-decoration: none; }
.mainmenu a:hover { color: #C41200; text-decoration: none; }

.frontmenu {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	width: 236px;
	height: 37px;
	cursor:pointer;
	cursor:hand;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 8px solid;
	background-color: #E4E4E0; 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

.frontmenuOver {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	width: 236px;
	height: 37px;
	cursor:pointer;
	cursor:hand;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 8px solid;
	background-color: #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}

.frontmenuTitel {
	width: 246px;
	height: 19px;
	border-top: #FFFFFF 8px solid;
	border-left: #FFFFFF 8px solid;
	background-color: #FFFFFF;
}
