/* Default CSS der Firma Schaefli */

body {
	font-size: 0.8em;
	font-family:arial, sans-serif;
	margin: 0;
   background: url("Layout/bgpattern.png");
   text-align: center;
}

a { text-decoration: none; }
a:link { color: #0800F6; }
a:visited { color: #A86C22; }
a:hover { 
	color: red;
	border-style: none;
	background-color: transparent;
}

/* ----------------------- kopfteil und menu ----------------------- */

#Header {
	margin: 0 auto;
	margin-top:6px;
	width: 59.5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-color:white;
}

#Backgroundimage img{
	border:0px;
	width:59.4em;
	margin: 0;
	padding: 0;
}

#Header ul {
	height: 1.25em;
	margin: 0;
	padding: 0.3em 0.3em;
	white-space: nowrap;
	font-size: 1em;
	padding: 0;
	background-color:#EEA131;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#Header ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Header ul li a {
	display: block;
	color:black;
	margin: 0;
	padding: 0 0.5em;
}

#Header ul li a:hover, #focus{
	color: white;
	text-decoration: none;
	background-color: #EE5520;
}

html>body #Header ul li a:hover, #focus{
	height: 1.25em;
}

/* ------------------ ganze box im mittelteil -------------------- */

#Box {
	margin: 0 auto;
	width: 59.5em;
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:white;
}

/* ------------------- Content -------------------- */

#Content {
	background-color:white;
	padding: 0.5em 0.5em 0.5em;
	height:31.5em;
	width:43.6em;
}

html>body #Content {
	height:auto;
	min-height:33.5em;
	width:42.6em;
}

#Content h4 {
	margin-top:1em;
	font-size: 1.45em;
	text-align: left;
	color:#EE5520;
	font-family:times new roman, sans-serif;
}

#Content h5 {
	margin-top:0.5em;
	font-size: 1.2em;
	text-align: left;
	color:#EE5520;
/* 	font-family:times new roman, sans-serif; */
}

#Content img {
border:0px;
}

#Content a {
color:blue;
}

#text {
	margin-top:1.5em;
	min-height:27em;
	color:black;
}

#ContentPics {
	float:right;
	width:230px;
	padding-left:0.9em; 
}

#ContentPics ul {
	list-style:none;
}

#ContentPics ul div {
	float:right;
}

#shop {
	margin-top:2em;
	font-size:1em;
/* 	table-layout:auto; */
	border-spacing:2px;
	background-color:#696969;
	width:42.5em;
/* 	text-align:center; */
}

html>body #shop{
	margin-top:1.8em;
}

#shop thead {
	background-color:#CECECE;
	text-align:center;
}

#shop td {
	background-color:#F9F9F9;
	text-align:center;
}

#shop h5 {
text-align:left2;
font-size:130%;
}

#hl {
font-size:130%;
color:#EE5520;
font-weight:bold;
}

#spalte2 {
	text-align:left;
	margin-left:0.5em;
}

#form {
	margin-top:1.8em;
	table-layout:auto;
	border-spacing:8px;
	border-bottom-color:black;
	text-align:left;
	background-color:#F2F2F2;
	width:38.5em;
	font-size:1.1em;
	color:darkblue;
	border:1px solid #DBDBDB;
}

html>body #form{
	margin-top:1.6em;
}

#form input{
	font-size:1em;
}

/* ------------- rechtes menü --------------*/

#RightMenu {
	margin-top:2em;
	margin-right:0.3em;
	font-size:1em;
	width: 14.7em;
	color: #666;
	float: right;
}

html>body #RightMenu {
	margin-top:2.3em;
	margin-right:0.7em;
}

#RightMenu ul {
	margin-top:0em;
	margin-left:0px;
	list-style:none;
	border: 0.5em solid #FDE1AD;
	background-color:#FDE1AD;
	padding-left:0em;
	text-align:left;
}

#RightMenu ul a {
	padding-left: 15px;
	color: #626262;
}

#menulinks  li:hover, #menulinks  li a:hover {
	background-color:#EEBC72;
	width:13.75em;
}

html>body #menulinks  li:hover, #menulinks  li a:hover {
	width:13.7em;
}

#headline {
	font-size: 1em;
	font-weight:bold;
	padding-left: 15px;
	background-color:#EEA131;
	color:#474747;
}

#menuinhalt {
	font-size:1em;
	margin-top:0.5em;
}

#menuinhalt p {
	padding-left:1.2em;
}

#menuliste li {
	list-style-position:outside;
	margin-left:1em;
	list-style-type: square;
}

#active {
/*	background-image:url("Layout/pfeil.gif");
	background-repeat:no-repeat;
	background-position:left,top;*/

	font-weight:bold;
}

/* --------------- footer ----------------- */

#Footer {
	margin: 0 auto;
	width: 59.5em;
	border: 1px solid black;
	background-color: #EEA131;
	font-size:1em;
}

#Footer a {
    color:blue;
}
