/* ############################################################
	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;
}

/* ############################################################
	TITLE     oben | rechts | unten | links
############################################################ */

h1 {
	font-family: "Arial Narrow", sans-serif;
	font-size: 25px;
	color: #F58422;
	font-weight: normal;
	margin: 16px 0 24px 0;
	letter-spacing: 0px;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 0 0 0 0;
}

/* ############################################################
	BILDER			oben | rechts | unten | links
############################################################ */

.iShopSmall {
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.bilderbuch_bg {
	background-color: #D90000;
	border-top: #FFFFFF 8px solid;
}

.iMotto {
	/*background-color: #D90000;*/
	border-right: #FFFFFF 8px solid;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

/*###############################################################
	ALLGEMEIN	oben | rechts | unten | links
############################################################ */

p {
	margin: 0 0 15px 0;
}

a:active { color: #D90000; text-decoration: none; }
a:link { color: #D90000; text-decoration: underline; }
a:visited { color: #D90000; text-decoration: underline; }
a:hover { color: #D90000; text-decoration: none; }

.back {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.back a:active { color: #FFFFFF; text-decoration: underline; }
.back a:link { color: #FFFFFF; text-decoration: none }
.back a:visited { color: #FFFFFF; text-decoration: none; }
.back a:hover { color: #FFFFFF; text-decoration: underline; }

.roterTitel {
	text-align: left;
	margin-bottom: 8px;
	padding-left: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	/*height: 48px;*/
	background-color: #D90000; 
	font-family: "Arial Narrow", sans-serif;
	font-size: 25px;
	color: #FFFFFF;
}

.grauerTitel {
	padding-left: 24px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.gastebuchmenu {
	background-color: #A5A59A;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.gastebuchmenu a:active { color: #FFFFFF; text-decoration: underline; font-weight: bold;}
.gastebuchmenu a:link { color: #FFFFFF; text-decoration: none; font-weight: bold;}
.gastebuchmenu a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold;}
.gastebuchmenu a:hover { color: #FFFFFF; text-decoration: underline; font-weight: bold;}

.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; }

.content {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}

.bestellung {
	text-align: left;
	padding-left: 8px;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-right: 8px;
	/*height: 48px;*/
	background-color: #E4E4E0; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

.anzahl {
	width: 30px;
	height: 19px;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
}

.bilderbuch_text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

.grey
{
	background-color: #999999;
	color: #FFFFFF;
}

.lightgrey
{
	background-color: #E1E1E1;
	color: #999999;
}

/* ############################################################
	MENU 		oben | rechts | unten | links
############################################################ */

.submenu {
	text-align: left;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 3px;
	cursor:pointer;
	cursor:hand;
	background-color: #E4E4E0; 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}

.submenuOver {
	text-align: left;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 3px;
	cursor:pointer;
	cursor:hand;
	background-color: #E4E4E0; 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #D90000;
	line-height: 16px;
}

.submenuActive {
	text-align: left;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 3px;
	cursor:pointer;
	cursor:hand;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #D90000;
	line-height: 16px;
}

.submenu2 {
	text-align: left;
	vertical-align: middle;
	padding-left: 17px;
	padding-right: 3px;
	cursor:pointer;
	cursor:hand;
	background-color: #FFFFFF; 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}

.submenu2Over {
	text-align: left;
	vertical-align: middle;
	padding-left: 17px;
	padding-right: 3px;
	cursor:pointer;
	cursor:hand;
	background-color: #FFFFFF; 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #D90000;
	line-height: 16px;
}

.submenu2Active {
	text-align: left;
	vertical-align: middle;
	padding-left: 17px;
	padding-right: 3px;
	cursor:pointer;
	cursor:hand;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #D90000;
	line-height: 16px;
}
