/*Layout Schriften */
.MainMenu {
	position: relative;
	float: left;
}
.SubMenu-1 {
	position: relative;
	border-style: outset;
	border-width: 1px;
	margin: 0;
	background-color: #fdeafd;
}
.SubMenu-2 {
	border-style: outset;
	border-width: 1px;
	padding-left: 5px;
	font-size: smaller;
	background-color: #fdeafd;
}
.SubMenu-3 {
	border-style: outset;
	border-width: 1px;
	font-size: small;
	padding-left: 10px;
	background-color: #fdeafd;
}
.SubMenu-1cur {
	background-color: #654321;
}
.SubMenu-2cur {
	background-color: #e8d8f3;
}
.SubMenu-3cur {
	background-color: #e8d8f3;
}
.SubMenu-1:hover, .SubMenu-2:hover, .SubMenu-3:hover {
	background-color: #e8d8f3;/*fdea00;*/
}
/*Layout Positionierungen Layer */

#Banner {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background-color: #641863;
	z-index:5;
}
#Banner .BannerMond {
	position: absolute;
	top:0px;
}

#Banner .BannerSchrift {
	position: absolute;
	top: 0px;
	left: 300px;
}

#SubMenue {
	position: relative;
	top: 200px;
	left: 0px;
	width: 150px;
	#height: 100px;
	z-index:1;
	overflow: visible;
	margin-bottom: 20;
	border-style: none;
	padding: 0px;
}

#SubMenue #mailform .csc-mailform {
margin: 0px;
#	margin-top:5px;
	text-align:left;
	border-style:ridge;
}

#Menue a, #SubMenue a {
	color: black;
	text-decoration: none;
}
#Menue {
	position: fixed;
	top: 166px;
	left: 150px;
	height: 20px;
	z-index: 7;
}
#Inhalt {
	position: absolute;
	top: 200px;
	left: 190px;
	width: 690px;
	height: 800px;
	z-index: 0;
}

#Footer {
margin-top:20px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #641863;
	text-align: center;
	z-index: 20;
}

/* Allgemeine Layouts */

body{
	font-family: Helvetica;

	background-color: #641863;
	background-image: url(/fileadmin/Template/Shop_Hintergrund_lila.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 150px 202px;
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}

a{
	color: black;
}
.align-center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}
