﻿@import url("layout.css");

body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000090;
	background-color: #8D8DB4;
}
#container {
	width: 900px;
	margin: 10px auto;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-attachment: scroll;
	border: 3px solid #5b7ea1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 12px 5px 8px #888;
	-webkit-box-shadow: 12px 5px 8px #888;
	-moz-box-shadow: 12px 5px 8px #888;
}
#masthead {
	height: 90px;
	background-image: url('../images/banner1.jpg');
	overflow: auto;
}
#menue {
	float: left;
	width: 190px;
	position: relative;
	clear: both;
	display: inline;
	background-color: #CCCCCC;
}
#produkte {
	width:690px;
	margin-left:200px;
}
#content_produkt {
	width:690px;
	border-width: 0px;
	margin-left:200px;
/*	height:125px; */
}
#sidebar {
	overflow: hidden;
	background-color: #CCCCCC;
}
#content {
	width:100%;
}
#content1 {
	float: left;
	width: 650px;
	padding: 0;
	position: relative;
}
#content_right{
	width: 48%;
	float:right;
	border: 0;
	padding-right:10px;
}
#content_left{
	width: 48%;
	float: left;
	border: 0;
	padding-left:10px;
}
#footer {
	text-align: center;
	text-decoration:none;
	clear: both;
	padding: 0;
	overflow: auto;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin-left:200px;
}
#masthead p {
	color: #FFFF99;
	font-size: small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	}
#sidebar li {
	float: left;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px #D3A8FF solid;
	background-color: #CCCCCC;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: fuchsia;
}
/* Formatvorlagen für die Menue */
#menue ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}
#menue li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #FFFFFF solid;
}
#menue a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px #FFFFFF solid;
	background-color:#CCCCCC;
}
#menue a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: fuchsia;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #111188;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #111188;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF5555;
	text-decoration: none;
}
.bild {
	border-width: 0;
	float:right;
}
#produ {
	font-size: large;
	color: orange;
	font-weight: bold;
}
.h4 {
	color: orange;
	font-size: medium;
}
.table {
	width: 98%;
	border: 1px;
	background-color: #EAEAEA;
}
.footer {
	color:#000099;
	text-decoration:none;
	font-size:0.75em;
}
.abstand {
	padding-left: 10px;
	padding-right: 10px;
}
