﻿@import url('layout.css');
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	/* background:maroon; */ 
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 780px;
	padding: 0;
	/* background-color: #cde; */
	background-color:white;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	/* background-color: #d3d3d3; */
	background-color:maroon;
	overflow: hidden;
}
#column_l {
	width: 550px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	/* background:transparent url('streifen.gif') repeat-y scroll left top; */
	background-color:white;
	text-align:left;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	/* background-color: #89a; */
	background-color:maroon;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	/* color: #000; */
	color:white;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	/* border: 1px solid #d3d3d3; */
	border: 1px solid maroon;
}
#navigation a:hover {
	color:maroon;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Inhaltsformatvorlagen */
h1 {
	/* color: #965; */
	color:maroon;
	font-size: 2.0em;
}
h2 {
	/* color: #965; */
	color:maroon;
	font-size: 1.75em;
}
h3 {
	/* color: #965; */
	color:maroon;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	/* font-size: 0.75em; */
	font-size:1em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* -------------------------------------------*/
/* Formatvorlage für Tabelle */
#table_product {
	border:thin; 
	/* border-style: inset; /*
	/* width:330px; */
	font-family:Arial;
	font-style: normal;
	font-size: small;
	text-align:left;
	border-bottom-color:#999999;
	/* background-color:#0264A6; */ /* blau */
}
td {
	text-align:left;
	/* border-style: double; */
	border-style: ridge;
	width:200px;
	/* background-color:white; */
}
th {
	background-color:#FFC22C; /* gelb  */
	width:98px;
	font-family:Arial;
	font-style: normal;
	font-size: small;
	text-align:left;
	/* border-style: double; */
	border-bottom-style:ridge;
}
.table_product {
	border:thin; 
	/* border-style: inset; /*
	/* width:330px; */
	font-family:Arial;
	font-style: normal;
	font-size: small;
	text-align:left;
	border-bottom-color:#999999;
	/* background-color:#0264A6; */ /* blau */
	empty-cells:hide;
}
.table_picture {
	background-color:#0264A6; /* blau */
	width:140px;
}
.table_header {
	background-color:#FFC22C; /* gelb  */
	width:85px;
}
.table_title {
	font-weight:bold;
}
	/* background-color:#FFC22C; gelb  */
	/* background-color:#0264A6; blau */
/* -------------------------------------------*/
/* Formatvorlagen für Bilder */
.picture_column_r {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.picture_certificate {
	margin-left:10px;
	margin-right:10px;
}

/* -------------------------------------------*/
/* Formatvorlage für Produktlinks */
.produkt_navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.produkt_navigation li {
	float: left;
	list-style-type: none;
}
.produkt_navigation a {
	/* color: #000; */
	color:black;
	text-decoration: none;
	/*margin: 0 1px;*/
	padding: 5px;
	display: block;
	/* border: 1px solid #d3d3d3; */
	/* border: 1px solid maroon; */
}
.produkt_navigation a:hover {
	color:maroon;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;	
}
/* -------------------------------------------*/
/* Formatvorlage für Zertifikate */
.table_certificate
{
	table-layout:auto;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	outline-style:none;
	border-bottom-style:none;
}
.table_certificate_item
{
	border:0px;
	outline-style:none;
	border-bottom-style:none;

}
