﻿/* Init - Grundlegende Abstände */
* {
	margin: 0;
	/*padding: 0; wegen IE Menukomponente abgeschaltet*/
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0 0;
}
ul {
	margin-left: 1em;
	margin-bottom:15px;
}
li, dd {
	margin-left: 1em;
}
fieldset {
	padding: .5em;
} 
/* Master-Page Positions-Daten */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
/*	background:url('../images/bgGrau.jpg') top left rgb(162,162,162) repeat-x fixed; */
    background: rgb(225,220,210)
}
/* margin funzt nicht bei FF. Merkwürdiges Verhalten mit Abständen. Padding nehmen! 
   padding-bottom hat keine Auswirkung! */
.inner {
	padding: 20px 20px 20px 30px;
}
#container {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
    /* border: 1px rgb(208,127,120) solid; */
    border: 1px rgb(245,240,230) solid;
    border-right: 1px rgb(195,190,180) solid;
    border-bottom: 1px rgb(195,190,180) solid;
    border-top:0px;
}
#header {
	position: relative;
	width: 100%;
	height: 148px;
	/* background: rgb(160,0,0) url('../images/menu.jpg') no-repeat; */
	background: rgb(160,0,0);
}
.menuBild 
{
    position:absolute;
    width:900px;
    height:148px;
    top:0px;
    left:0px;
    z-index:0;
}
.menu {
    position:absolute;
    top:55px;
    left:325px;
    z-index:10;
}
#inhalt {
    width: 100%;
    /*background: rgb(255,250,240);*/
    background: rgb(255,250,240) url('../images/hg_mosaik.jpg') no-repeat;
	/*position: relative; abgeschaltet, da sonst menu nicht div inhalt überlappt*/
}
#symbol, #ctl00_symbol {
	float:left;
	width:295px;
	margin-top:30px;
}
#text, #ctl00_text {
	float:left;
	width:545px;
}
#footer {
	clear: both;
	width: 100%;
	height: 23px;
	background-color: rgb(235,230,220);
}
#fussZeile {
	float: right;
	margin-top:4px;
	margin-right:5px;
	width: 95%;
	text-align:right;
}
.separatorQuad {
    border-bottom: dotted 1px rgb(200,200,200);
    height:1px;
    width:100%;
    display:block;
    margin-bottom:15px;
}
.rahmen {
    background-color: rgb(235,235,235);
    padding: 5px;
    padding-bottom: 20px;
    border: 1px rgb(210,210,210) solid;
    border-right: 2px rgb(150,150,150) solid;
    border-bottom: 2px rgb(150,150,150) solid;
}

.rahmenAlben {
    background-color: rgb(235,235,235);
    padding: 5px;
    border: 1px rgb(210,210,210) solid;
    border-right: 2px rgb(150,150,150) double;
    border-bottom: 2px rgb(150,150,150) double;
}


/* -------------- Box CSS ----------------  */
div {
	margin:0;
}
/* Default-Box Maße - Rand unten für alle Boxen hier definieren */
.box, .boxKlein, .boxKleinerAbstand {
	width:100%;
	margin-bottom:15px;
}
.boxKlein {
    width: 260px;
}
.boxKleinerAbstand {
	margin-bottom:5px;
}
.boxInhalt {
	margin:0;
	padding:18px;
}
.ie7MarginTopHack {
    margin-top:18px;
}
/* hack für IE, der eine Höhenangabe braucht und die Box autom. streckt. 
Alle andere Browser ignorieren diesen Hack.*/
* html .boxInhalt 
 {
  height:20px;
}
.boxInhalt p {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding:0;
}
.ro {
	background:url('../images/box_no_trans/ro.gif') top right no-repeat;
}
.lo {
	background:url('../images/box_no_trans/lo.gif') top left no-repeat;
}
.ro_hg_orange {
	background:url('../images/box_hg_orange/ro.gif') top right no-repeat;
}
.lo_hg_orange {
	background:url('../images/box_hg_orange/lo.gif') top left no-repeat;
}
.ro_hg_hellorange {
	background:url('../images/box_hg_hellorange/ro.gif') top right no-repeat;
}
.lo_hg_hellorange {
	background:url('../images/box_hg_hellorange/lo.gif') top left no-repeat;
}
.ru {
	background:url('../images/box_no_trans/ru.gif') bottom right no-repeat;
}
.lu {
	background:url('../images/box_no_trans/lu.gif') bottom left no-repeat;
}
/* fürs Backend */
.auswahlBox {
	width:254px;
}
#auswahlBoxInhalt {
    height: 400px;
	overflow: auto;
}
/* -------------- techn. Daten Tabellendefinition ----------------  */
table.tabelleTechnDaten tr td{
	vertical-align:top;
	font-size: 11px;
}
.zelleTechnDatenHead {
	font-weight:bold;
	width:150px;
}
.zelleTechnDaten {
}
/* -------------- Preise Tabellendefinition ----------------  */
.preisTabelle tr td {
	padding: 5px 5px;
	vertical-align:top;
}
/* -------------- allgemeine Abstände ----------------  */
p {
	margin-bottom:15px;
}
.symbolAbstand{
	margin-bottom:15px;
}
.rechts {
	text-align:right;
}
/* Fonts Definitionen */
body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgb(45,45,45);
	background-color: inherit;
	line-height: normal;
}
h1, h2, h3, h4 {
	font-size: 24px;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: inherit;
	margin-bottom: 0px;
	line-height: normal;
	letter-spacing: normal;
}
h2 {
	font-size: 18px;
	color: rgb(160,0,0);
	background-color: inherit;
	margin-bottom:5px;
}
h3 {
	color: rgb(45,45,45);
	font-size: 14px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,0,0);
	background-color: inherit;
	border-bottom: 1px rgb(170,170,170) dotted;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.kleineSchrift, .kleineSchriftGrau {
	font-size: 11px;
	font-weight: normal;
}
.kleineSchriftGrau 
{
    color:rgb(150,150,150);
    background-color: inherit;
}
.fett, .bLabel {
	font-weight: bold;
}
.rot {
	color: rgb(200,0,0);
	background-color: inherit;
}
.gruen {
    color: rgb(0,125,0);
	background-color: inherit;
}
/* Links */
a {
	color: rgb(68,94,0);
	background-color: inherit;
}
a, a:hover {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Formular */
.fehlerMeldung, .okMeldung {
	display:block;
	font-weight:bold;
	color: rgb(255,0,0);
	background-color: rgb(255,225,225);
	background-image:url('../images/formularError.gif');
	background-repeat:no-repeat;
	background-position:10px;
	border:1px rgb(200,0,0) solid;
	padding:20px;
	padding-left:60px;
	margin-bottom:10px;
}
.okMeldung {
	color: rgb(0,125,0);
	background-color: rgb(225,255,225);
	background-image:url('../images/formularOK.gif');
	border:1px rgb(0,125,0) solid
}
label, .labelEdit {
    clear:both;
    display:block;
    width:200px;
    margin-bottom:0px;
    font-weight:bold;
}
.labelEdit {
    width:300px;
}
.formfield, .formTextfield, .formTextfieldNoHeight {
    float:left;
    display:block;
    width:220px;
    border: 1px solid #AAA;
    background: white url('../images/formularFieldHG.gif') repeat-x;
    margin-bottom:10px;
    padding:2px;
}
.formTextfield, .formTextfieldNoHeight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height:110px;
    background: white url('../images/formularTextFieldHG.gif') repeat-x;
}
.formTextfieldNoHeight {
    height:auto;
}
.formButton {
    height:25px;
    font-size:12px;
    font-weight: bold;
    color: rgb(68,94,0);
    background: white url('../images/formularButtonHG.gif') repeat-x;
    border: 1px solid rgb(68,94,0);
    margin-bottom:15px;
}
.auswahlButton {
    margin-bottom:0px;
    margin-right:5px;
}
.rueckzaehler{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: white;
    width:18px;
    color: rgb(150,150,150);
    border:0;
}
.validator {
    float:left;
    display:block;
    width:10px;
    padding:1px;
    margin-top:6px;
}
/* DataWebControls */
.selectedRow {
    background-color: #DDDDDD;
    color:inherit;
}
/* Ajax */
.loaderMargin {margin-top:40px;}

/* Min-Height-Hack - http://www.greywyvern.com/code/min-height-hack */
.prop {
	height: 550px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*clearing all floats and fix Firefox and IE backgroundcolor-bug
so anzuwenden: <div class="clearer">&nbsp;</div> */
div.clearer {
    clear:both;
/*    font-size:1px;
    line-height:1px;
    display:block;
    height:1px; */
} 
/* Float containers fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */