html,body {
	background: transparent url(../img/backHomepage.png) top center;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
}


#page {
	width: 960px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}



/*** TOP-NAVIGATION ***/

#topNav {
	display: block;
	width: 960px;
	height: 29px;
	background: url(../img/backTopNav.png) no-repeat;
	color: #ffffff;
	text-align: right;
}


#topNav a {
	text-decoration: none;
	color: #ffffff;
}

#topNav a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#topNav span {
	padding-top: 5px;
	display: block;
	padding-right: 20px;
}



/*** LOGO ***/

a#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 960px;
	height: 301px;
}


a#header span {
	display: none;
}

#search {
	display: block;
	width: 960px;
	height: 30px;
}


#homepage {
	display: block;
	width: 960px;
	/* border: 1px solid #000; */
}


.hgschatten {
	background-image: url(/files/christrioschatten2.gif);
}




hr {
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dotted;
	border-color: #761d74;
}



.weiss {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
}

.weissbig {
	font-family: arial;
	font-size: 16px;
	color: #ffffff;
		text-transform: uppercase;
}

.terminhg {
	background-image: url(/files/termine.gif);
}

/*** NAVIGATION + TEASER ***/

#nav {
	width: 198px;
	vertical-align: top;
	text-align: left;
	float: left;
	padding-left: 15px;
	/* border: 1px solid #000; */
}

.shopTeaser {
	width: 198px;
	/* background: url(../img/backShopTeaserContent.png); */
	background: #ffffff;
	margin-bottom: 10px;
	margin-top: 5px;
}



#teaserContent {
	padding: 10px;
	font-family: arial;
	font-size: 12px;

	/* color: #781d73; */
}

#teaserContent h3{
	font-family: arial;
	font-size: 13px;
	padding: 0px;
	margin: 0px;

	/* color: #781d73; */
}

#teaserContent a {
	color: #771d74;
}

#teaserContent a:hover {
	color: #ab007c;
	text-decoration: none;
}



.teaserPreis {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #781f75;
	margin: 5px;
}

#messeTeaser {
	padding: 10px;
	font-family: arial;
	font-size: 12px;
	color: #781d73;
}

#messeTeaser a {
	color: #771d74;
}

#messeTeaser a:hover {
	color: #ab007c;
	text-decoration: none;
}

/*** HP-NAVIGATION LINKS ***/


#navi a {
	display: block;
	background: #777777;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	width: 188px;
	text-transform: uppercase;
	border-bottom: 2px solid #fce8f1;
}

#naviShop a {
	display: block;
	background: #771d74;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	width: 188px;
	text-transform: uppercase;
	border-bottom: 2px solid #fce8f1;
}


.navActive {
	background: transparent url(../img/backNavHover.png);
}





/*** CONTENT ***/

#con {
	width: 695px;
	vertical-align: top;
	text-align: left;
	float: left;
	padding-right: 30px;
	/* border: 1px solid #000; */
	margin-left: 20px;
	line-height: 17px;
	color: #444444;
	margin-bottom: 50px;
}

#con h1 {
	font-size: 19px;
	color: #781d73;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 19px;
	text-decoration: none
}

#con h2 {
	font-size: 14px;
	color: #781d73;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
		text-decoration: none
}

#con h3 {
	font-size: 12px;
	color: #781d73;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
	text-decoration: none
}

#con h4 {
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 17px;
}

#con a {
	color: #771d74;
}

#con a:hover {
	color: #ab007c;
	text-decoration: none;
}











/*** Formulare  ***/
form {
	padding: 0px;
	margin: 0px;
}


/*** Suchfeld ***/
#search {
	height: 40px;
	text-align: left;
}

#searchForm {
	width: 238px;
	height: 19px;
	background: transparent url(../img/backSearch.png);
}

.searchField {
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	color: #7c1a79;
	border: 1px solid #515151;
	height: 15px;
	width: 150px;
}

#fehlermeldung {
	color: #ff0000;
	border: 1px solid #ff0000;
	margin-bottom: 20px;
}

.button {
	background: #781f75;
	color: #ffffff;
	padding: 3px;
}

.textFeld {
	border: 1px solid #781f75;
	padding: 3px;
}

#hpMeldung {
	border:2px solid #009900;
	padding:10px;
	color:#009900;
	margin-bottom:20px;
}

#hpMeldung ul {
	padding: 0px;
	margin: 0px;

}

#hpMeldung li {
	margin-left: 10px;
	list-style: square;
}

#hpFehlerMeldung {
	border:2px solid #aa0000;
	padding:10px;
	color:#aa0000;
	margin-bottom:20px;
}

#hpFehlerMeldung ul {
	padding: 0px;
	margin: 0px;

}

#hpFehlerMeldung li {
	margin-left: 10px;
	list-style: square;
}

.highLight {
	background: #fdf2f7;
}

.highDark {
	background: #f3deeb;
}