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

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

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

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

.IndexBox {
}


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



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

.IndexLogo img {
margin-left:60px;
}

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

.IndexMenu {
	background-color:	#55677B;
}


.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:	#55677b;



}

.IndexFooter .IndexFooterMiddle {
	color:				#000000;
	text-align:			center;
	background-color:	#55677b;

}

.IndexFooter .IndexFooterRight {
	color:				#000000;
	text-align:			right;

	background-color:	#55677b;


}

/* -------- 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:	#615D5C;
	color:				white;

}
/* ---------- Textfeld 
.TemplateText {
	background-color:	#ffffff;
	border-bottom:		1px solid #b2b2b2;
	border-top:			1px solid #b2b2b2;
	border-right:		1px solid #b2b2b2;
	border-left:		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:				130px;
	margin-left:		10px;
	font-size:			12px;
	float:				left;
}

.ImpressumData_2 {
	font-size:			12px;
}

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

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

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



