/*
 * Author: Björn Benjamin Pieritz (b@pieritz.org)
 *
 * TOC
 * 
 *  1. tag-wide formats
 *  2. common styles
 *  3. page specific styles
 *  3. frame styles
 *  4. menu styles
 */ /* ---------------------------------------------------------------
 * tag-wide formats
 * ---------------------------------------------------------------
 */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #BA8A4A;
}

h1 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #828282;
}

h2 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 7px;
}

h4 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

hr {
	color: #828282;
	margin-top: 30px;
	margin-bottom: 30px;
}

img {
	border: 1px solid #828282;
}

ol {
	margin-bottom: 30px;
}

ol li {
	text-align: justify;
	line-height: 18px;
}

ul {
	margin-bottom: 30px;
}

ul li {
	text-align: justify;
	line-height: 18px;
}

p {
	text-align: justify;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
}

sup {
	font-size: 6px;
}

table {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: white;
}

/* ---------------------------------------------------------------
 * common styles
 * ---------------------------------------------------------------
 */
.borderedRight {
	border-right: 1px solid #828282;
}

.borderedLeft {
	border-left: 1px solid #828282;
}

.borderedTop {
	border-top: 1px solid #828282;
}

.borderedBottom {
	border-bottom: 1px solid #828282;
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.error {
	color: #8b0311;
	font-weight: bold;
}

.success {
	color: green;
}

.floatClear {
	clear: both;
}

.form input {
	font-family: verdana;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

.form select {
	font-family: verdana;
	font-size: 11px;
	padding-left: 2px;
}

.form td {
	padding: 3px;
}

.form textarea {
	font-family: verdana;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

.highlighted {
	color: #BA8A4A;
	/* equals redText so far */
}

.mandatoryMark {
	color: #BA8A4A;
}

table.imgMatrix {
	width: 640px;
}

table.imgMatrix td {
	padding-bottom: 30px;
}

img.floatLeft {
	float: left;
	width: auto;
	margin-top: 5px;
	margin-right: 60px;
	margin-bottom: 25px;
}

img.floatRight {
	float: right;
	width: auto;
	margin-top: 5px;
	margin-left: 60px;
	margin-bottom: 25px;
}

.imageRow {
	margin-bottom: 20px;
}

.redText {
	color: #BA8A4A;
}

table.maxWidth {
	width: 640px;
}

.trDevider {
	height: 15px;
}

/* ---------------------------------------------------------------
 * page specific styles
 * ---------------------------------------------------------------
 */
table.leistungszertifikat img {
	border: 0px;
	vertical-align: middle;
}

table.leistungszertifikat td {
	vertical-align: top;
	margin-bottom: 20px;
}

table.ambientLinie {
 	margin-bottom: 60px; 
 	border: 1px solid #828282;	
 	padding: 0px;
}


/* ---------------------------------------------------------------
 * frame styles
 * ---------------------------------------------------------------
 */
div.headline {
	padding-top: 40px;
	text-align: center;
	color: #BA8A4A;
	font-weight: bold;
}

div.headline img {
	border: 0px;
}

div.page {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 30px;
	margin-bottom: 30px;
}

table.frame {
	height: 100%;
	width: 100%;
	background-color: #565656;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: white;
}

td.frameHeader {
	height: 70px;
	vertical-align: bottom;
}

td.frameMain {
	background-color: #3b3b3b;
	vertical-align: top;
	background-image: url('./graphic/SideBanner_3.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 800px top;
}

td.frameFooter {
	vertical-align: middle;
	padding-left: 10px;
	height: 20px;
}

.footer {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;
}

.footer img {
	border: 0px;
}

.headerFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #565656;
}

.footerFixed {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100%;
	padding-left: 10px;
	background-color: #565656;
}

/* ---------------------------------------------------------------
 * menu styles
 * ---------------------------------------------------------------
 */
table.menu {
	border-left: 1px solid #828282;
}

table.menu td {
	border-right: 1px solid #828282;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
}

table.menu a {
	text-decoration: none;
	color: #FFFFFF;
}

table.menu a:hover {
	text-decoration: underline;
}

td.selectedMenuEntry {
	color: #3b3b3b;
	background-color: silver;
	font-weight: bold;
}

td.openMenuEntry {
	color: #3b3b3b;
	background-color: silver;
}

td.openMenuEntry a {
	color: #3b3b3b;
}

td.subMenuEntry {
	color: #3b3b3b;
	background-color: silver;
}

td.subMenuEntry a {
	color: #3b3b3b;
}

td.menuRightBorder {
	border-right: 1px solid #828282;
}
