/*
  Stylesheet für alle
 */
/*
  Farben:
  Dunkles Grün: #8CA096;
  Mittleres Grün für select Effekte: #FFFFFF;
  Helles Grün: #FFFFFF;
  Rahmen für aktive Inputs #398E0B;
  Hover: #FFFFEE;
 */
 
 
.admin{
    background-color: rgb(255, 200, 200);
}

.print{
	display:none;
}

.sorter{
	text-decoration: none;
}

.sorted>img{
	border-color: #8CA096}
 
.bold {
	font-weight: 800;
}
.ta_right {
	text-align: right;
}
.normal {
	font-weight: 500;
}
.nobr {
	display: inline;
	white-space: nowrap;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.middle {
	vertical-align:middle;
}
.large {
	font-size: 14pt;
}
.small {
	font-size: 10pt;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.center {
	clear: both;
	text-align:center;
}
.dunkel {
	color: inherit;
	background-color: #8CA096;
}
.hidden {
	display: none;
}
a.toggle {
	display: block;
	float: left;
	position: relative;
	padding: 0;
	text-decoration: none;
	border: solid 1pt;
	width: 12px;
	height: 12px;
	background-image: url(/styles/Pics/minus.png);
	background-repeat:no-repeat;
}
a {
	color: black;
	background-color: inherit;
}
body {
	background-color: white;
	margin: 1.5em;
	min-width: 60em;
}
dl.label_wert {
}
dl.label_wert dt {
	float:left;
	width: 12em;
	font-weight: bold;
	height: 1em;
}
dl.label_wert dd {
	margin-left: 12em;
}
p.clear {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border: solid 2px #FFFFFF;
/* width: 100%; */
}
th {
	padding: 2px;
	text-align:left;
}
td {
	border: solid 2px #FFFFFF;
	margin: 0;
	padding: 2px;
}
td.number-left {
	text-align: right;
	font-weight: bold;
	border-right: none;
	padding: 0 0 0 1em;
}
td.number-center {
	text-align: right;
	font-weight: bold;
	border-right: none;
	border-left: none;
}
td.number-right {
	text-align: right;
	border-left: none;
	padding-left: 1em;
}
td.dec {
	text-align: left;
	border-left: none;
	padding-left: 0;
}
div#rahmen {
	color: black;
	padding: 0.5em;
	background: #FFFFFF url(/pics/bg.gif) repeat-x scroll 0 0;
/* background-color:#FFFFFF; */
	font-family: sans-serif;
	font-size: small;
	height: 1%;
	min-height:50em;
/* max-height:70em; */
}
div#rahmen h1 {
	text-align:center;
	font-size:medium;
	font-weight:bold;
}
div#rahmen h1 em {
	font-style: italic;
}
div#rahmen h2 {
	padding-top:0.4em;
	text-align:center;
	font-size:small;
	font-weight:bold;
}
div#menu {
	float: left;
	width: 9em;
	font-size: small;
	margin-top:2.5em;
}
div#menu ul {
	font-size: 11pt;
	margin: 0;
	margin-bottom: 1em;
	list-style-type: none;
	padding: 0;
}
div#menu ul li {
	background-color: #FFFFFF;
	color: gray;
	text-align: right;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0.4em;
	margin-bottom: 0.2em;
	margin-right: 0.1em;
	border-top: 1px solid #8CA096;
	border-left: 1px solid #8CA096;
/* border-bottom: 1px solid #a0c0a0; */
	border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
div#menu ul li.space {
	background-image: none;
	height: 0.1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-bottom: 0;
}
div#menu ul li.header {
	background-image: none;
	padding: 0.4em;
	margin-top: 0.4em;
	height: 1em;
}
div#menu ul li a {
	text-decoration: none;
	background-color: inherit;
	color: black;
}
div#menu ul li:hover {
}
div#menu ul li a:hover {
	text-decoration:underline;
}
div#menu ul li.selected a {
	color: inherit;
}
div#menu ul li.selected {
	margin-right: 0em;
	color: inherit;
	background-color: #8CA096;
}
div#header {
	border: none;
	margin-left: 0em;
	margin-right: 0em;
	height: 3.0em;
	text-align: center;
	font-size:13pt;
}
div#siz {
	margin-left: 14em;
}
div#hotline {
	height: 3em;
	width: 14em;
	float:right;
	text-align:right;
}
div#hotline p {
	padding: 0;
	border:0;
	margin: 0;
	font-size:9pt;
}
div#sizbild {
	position: absolute;
	top: 2.5em;
	left: 2.3em;
}
div#sizbild>img {
	padding-left:8pt;
	max-width: 110px;
	max-height: 100px;
}
div#sizbild p {
	padding: 0;
	border:0;
	margin: 0;
	font-size:9pt;
}
div#sizbild p.zwei {
	text-align:right;
}
img#logo{
	/*width: 159px;
	height: 50px;*/
}

img.help{
    padding-left: 0.2em;
    padding-right: 0.2em;
}

div#legende{
	font-size: 8pt;
	padding-bottom: 2em;
	padding-left: 2pt;
	padding-right: 5pt;
}

div#legende img{
	padding: 4pt;
	float: left;
}

div#work {
	background-position: top left;
	background-repeat: no-repeat;
	color: inherit;
	background-color: #FFFFFF;
	min-height: 45em;
	margin-top:0.5em;
	margin-left: 9em;
	padding: 0.5em;
	border: 4px solid #8CA096;
	border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
div#subWork {
	background-color: #FFFFFF;
	top: 0;
	overflow:auto;
	position: relative;
	padding: 0.5em;
	border: 4px solid #8CA096;
}
div#copyright {
	font-family: arial, helvetica, sans-serif;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size:x-small;
	height: 2.5em;
	line-height: 2.4em;
	background-color:#FFFFFF;
	padding-bottom: 2px;
	clear: both;
}
div#copyright span{
    display: inline-block;
    vertical-align: middle;
}
div#copyright span#browser {
	right: 2.5em;
}
div#clear {
	clear:both;
	height: 0;
}
div#atom {
	font-size: 8pt;
}
div#atom>a {
	text-decoration: none;
}
div#atom>a>img {
	margin-right: 2px;
	width: 16px;
	height: 16px;
}
div#benutzer {
	color:inherit;
	height: 1.5em;
	background-color: #FFFFFF;
	margin-top: 0.5em;
	padding: 0.5em;
	margin-left: 9em;
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #8CA096;
	border-bottom: 1px solid #a0c0a0;
	border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
div#li {
	width: 100%;
	height: 1.5em;
	float: left;
	color: black;
	background-color: #FFFFFF;
}
input#name {
	width: 10em;
	margin-left: 1em;
	margin-right: 2em;
}
input#kennwort {
	width: 10em;
	margin-left: 1em;
	margin-right: 2em;
}
iframe#zs {
	width: 100%;
	border: 0;
	left: 0;
	top: 1.8em;
	height: 100em;
}
div.identity{
	text-align: right;
	margin-left: 2em;
	font-size: 8pt;
	padding-right: 1em;
}

span.big {
	/*float:left;*/
	font-size: large;
}
iframe#iehide {
	z-index: 899;
	padding: 0;
	display: none;
	position: fixed;
	border: none;
}

select#sprache{
    background-repeat:no-repeat;
    background-position: 4px;
    padding-left: 22px;
}

select#sprache option{
    background-repeat:no-repeat;
    background-position:4px;
    text-align:left;
    padding-left:25px;
}