html, body
{
	background-color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 100%;
	color: black;
	font-family: helvetica, arial, sans-serife;
	background-image: url(../bilder/bg.gif);
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
	background-color: white;
	border-left: 1px solid red;
	border-right: 1px solid red;
}
#kopf
{
	width: 800px;
	*width: 800px;
	height: 220px;
	background-color: #dfe5ea;
	background-image: url(../bilder/topcasenet.gif);
	background-repeat: no-repeat;
	/**border-top: 1px solid red;*/
	border-bottom: 1px solid red;
	/**border-right: 1px solid red;*/
}
#slideshow
{
	width: 200px;
	height: 180px;
	margin-top: 37px;
	margin-right: 380px;
	*margin-right: 165px;
	text-align: left;
	float: right;
}
#navi
{
	width: 206px;
	*width: 202px;
	height: 184px;
	*height: 184px;
	float: left;
	text-align: left;
	font-size: 1.2em;
	background-color: red;
	margin-top: 36px;
	text-indent: 0.5em;
}
#navi a
{
	display: block;
}
#navi ul
{
	margin: 0;
	margin-top: 64px;
	*margin-top: 69px;
	padding: 0;
	list-style-type: none;
}
#navi li
{
	border-top: 1px solid white;
}
#navi li a
{
	text-decoration: none;
	color: white;
	background-color: red;
	width: 100%;
	*width: 206px;
}
#navi li a:hover
{
	background-color: white;
	border-right: 40px solid #dfe5ea;
	width: 170px;
	*width: 206px;
	color: #96aabb;
}
#inhaltcontainer
{
	width: 800px;
	text-align: left;
	float: left;
	background-color: white;
	margin: 0;
	padding: 0;
}
#inhalt
{
	padding: 5px;
	color: #72665F;
}
#inhalt h1, h2, h3, h4, h5, h6
{
	color: red;
	border-bottom: 1px solid red;
}
#inhalt table
{
	text-align: center;
	width: 790px;
}
#inhalt td
{
	height: 50px;
	border: 1px solid #96aabb;
}
#inhalt table img
{
	width: 50px;
         border: none;
}
td.shop
{
	width: 50px;
	height: 50px;
}
td.shop a
{
	background-color: red;
	background-image: url(../bilder/shop.gif);
	background-repeat: no-repeat;
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
td.shop a:hover
{
	background-color: #9CBC52;
	background-image: url(../bilder/shop_over.gif);
	background-repeat: no-repeat;
    color: #fff;
}
fieldset
{
 	width: 500px;
         margin-left: 150px;
         border: 1px solid red;
         color: red;
}
input, textarea
{
 	border: 1px solid #96aabb;
         color: #96aabb;
         margin: 4px;
         margin-left: 35px;
         background-color: #dfe5ea;
}