/* ---------- Global ---------- */

body {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			14px;
	font-color:			#000000;
	background-color:	#040d68;
}

.eMail {
	text-decoration:	none;
	color:				#000000;
}

/* ---------- Index ---------- */

.IndexBox {
}


/* ---------- Färbung Oben ----------*/
.IndexTop {
	background-color:	#040d68;		
}



/* ---------- Färbung beim Logo ----------*/
.IndexLogo {
	background-color:	#dcdcdc
}


/* ---------- Färbung um das Menü herum ----------*/

.IndexMenu {
	background-color:	#dcdcdc
}


.IndexContent {
	border:				2px ridge white;
	color:	#000000;
	background-color:#ffffff
}

.IndexFooter, .IndexFooter a:link, .IndexFooter a:hover, .IndexFooter a:visited, .IndexFooter a:active {
	color:				black;
	font-size:			10px;
	text-decoration:	none;
}

.IndexFooter .IndexFooterLeft {
	color:				#000000;
	text-align:			left;
	background-color:	#605d5c;
	border-bottom:		1px solid #b2b2b2;


}

.IndexFooter .IndexFooterMiddle {
	color:				#000000;
	text-align:			center;
	background-color:	#605d5c;
	border-bottom:		1px solid #b2b2b2;

}

.IndexFooter .IndexFooterRight {
	color:				#000000;
	text-align:			right;
	background-color:	#605d5c;
	border-bottom:		1px solid #b2b2b2;

}

/* -------- Templates -------- */

.TemplateContent_Left, .TemplateContent_Right, .TemplateContent_Wide, .TemplateImage_Left, .TemplateImage_Right, .TemplateImage_Wide {
	background-color:	#d6d6d6;
}
/* ---------- Text-Titelfeld ---------- */
.TemplateTitle {
	font-size:			12px;
	font-weight:		bold;
	border:				1px solid #b2b2b2;
	background-color:	#040d68;
	color:				white;

}
.TemplateText {
	background-color:	#000000;
	border-top:			1px solid #b2b2b2;
	font-size:			14px;
}

/* ---------- Textfeld NUR BEI KONTAKT!---------- */
.TemplateText {
	background-color:	#d6d6d6;
/*	border-bottom:		1px dotted #b2b2b2;
	border-top:			1px dotted #b2b2b2; */
	font-size:			14px;
}

/* --------- Modules --------- */

.GoogleMaps {

}

.GoogleMapsInfo {
	font-size:			12px;
	width:				200px;
}

.ImpressumText {
	font-size:			12px;
}

.ImpressumData {
	width:				150px;
	margin-left:		10px;
	float:				left;
}

/* ----- Kontaktformular ----- */

.ContactFieldDesc {
	font-size:			10px;
	color:				#000000;
}

.ContactField {
	width:				100%;
	background-color:	#f4f4f4;
	border:				1px solid black;
}


