﻿/* --- Container ------------------------------------------------------------------------- */
*
{
	/*padding: 0px; margin: 0px; */
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
}

body
{
	background-color: #F9F6ED; /*#FFFFFF;	*/
}

#container
{
	/*width:1000px; 	height:700px;*/
	overflow: auto;
}

.info
{
	position: absolute; /*left: 300px;  	top: 250px;*/
	display: none; /*height: 200px; */ /*width: 320px; */ /*background-color:#1AAFDB;	*/
	overflow: auto;
	z-index: 99;
	border: solid 4px black;
	background-color: #F9F6ED;
}
#infoDiv
{
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	z-index: 1003;
}

a:visited, a:link, a:active, .linkbild
{
	color: #F37021;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.disabledBg
{
	background-color: #D4D0C8 !important;
	color: Black;
}
#nachrichten, #dialogNachricht
{
	max-height: 50px;
	border-bottom: solid black 2px;
	display: none;
	overflow: auto;
	font-weight: bold;
	margin: 3px 1px;
}
#nachrichten div, #dialogNachricht div
{
	padding: 5px;
}

#nachrichten
{
	color: White;
}

.btn
{
	padding: 5px 20px; /*filter:alpha(opacity=80);  	-moz-opacity: 0.80;  	opacity: 0.80;*/
	color: Black;
	cursor: pointer;
	background-color: #EFE7D1; /*#FFCC31;*/
	border: solid #C9C9C9 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	font-weight: normal;
}

.hidden
{
	display: none;
}

/* --- Layout ----------------------------------------------------------------------- */
.grosserTitel, .ueberschrift
{
		padding-top: 4px;
	font-weight: bold;
		font-size: 18px;	
	margin-left: -4px;
	padding-bottom: 7px;
	display: block;
}

.teilUeberschrift, .unterueberschrift
{
	padding-top: 4px;
	margin-left: -3px;
	padding-bottom: 4px;

	font-weight: bold;
	font-size: 17px;
	display: block;
}

.kleineUeberschrift
{
	padding-top: 4px;
	margin-left: -2px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	display: block;
}

.objektUeberschrift
{
	padding-top: 8px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12pt;
	display: block; /* Nicht ändern, sondern objektLabel verwenden */ 
}

.objektLabel
{
	padding-top: 8px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	display: inline;
}


div.spalte3Spaltig, div.spalte2Spaltig
{
	float:left; 
	padding-right:1%; 
}

div.spalte3Spaltig
{
	width: 32%;
}

div.spalte2Spaltig
{
	width: 49%;
}

ul.standardListe
{
	margin-left: 15px;
	list-style-type: circle;
}

ul.standardListe li
{
	font-weight: bold;
}

ul.standardListe ul
{
	list-style-type: circle;
	margin-left: 5px;
}

ul.standardListe ul li
{
	font-weight: normal;
	padding-bottom: 2px;
}

.vertsepRechts
{
	border-right: 1px solid #aaa;
	padding-right: 5px;
	margin-right: 5px;
}

#nachrSchliessBtn, #nachrVergrBtn, #infoDivSchliessBtn, #objVollstaDiv img
{
	float: right;
	display: inline;
	cursor: pointer;
}

.hilfeInhalt
{
	padding: 5px;
	font-weight: bold;
}

.disabled
{
	/*background-color: #D4D0C8 !important; 	color: Black !important; 	border: 1px solid #999;*/
	background-color: #D4D0C8 !important;
	color: Black !important;
}

hr
{
	height: 1px;
	border: none;
	background-color: #c8a853;
	margin-top: 9px;
	margin-bottom: 9px;
	display: block;
	width: auto;
}

hr.infohr {
    background-color:White;
    margin: 5px 0;    
}

.domValLink
{
	font-weight: bold; /*text-decoration:underline;cursor:pointer;*/
}

div.backendSprachSelect
{
	padding-top:5px;
	font-weight:bold;
	float: right;
}

div.backendSprachSelect select
{
	width:100px;
}

.warnText
{
	color: Red;
}

.okText
{
	color: Green;
}


.center
{
	text-align: center;
}

.middle
{
	vertical-align:middle;
}

/* --- Kopf ------------------------------------------------------------------------- */
/*
#kopf
{
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:130px;	
}

#logoL
{
	width: 1000px;
	height: 130px;	
	cursor: pointer;
	background-color: #28282A; 
	border: solid #28282A 1px;
}
#logoR
{
	position:absolute;
	top:0px;
	left:870px;
	cursor: pointer;
}*/

/* --- Menu ------------------------------------------------------------------------- */
/*
#menu
{
	position:absolute;
	top:141px;
	left:0px;	
}

#menuDiv {
	position: absolute;
	top: 0px;
	left: 3px;
	background-color: #EFEFF0;
	width:181px;
	height: 450px;	
}

#menuLogo {		
	border:none;
}

#menulogoDiv
{
	position: absolute;
	top: 320px;
	left:25px;
	background-color: rgb(236,236,237);	
}

#menuDiv
{
	height: 573px;

}

#menu
{
	height: 573px;

}

#menulogoDiv
{
	top: 443px;
}


.menu-l0, .menu-l0top, .menu-l1, 
.menu-logout {
	color: White;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	width: 170px;	
	vertical-align: middle;
}

.menu-l0, .menu-l0top  
{
	font-size: 11pt;
	height: 30px;
	margin: 2px 1px;  
	padding: 5px;
	line-height:30px;
	clear:both;
}

.menu-l0top 
{	
	margin: 0px 1px;  
}

.menu-l1
{
	font-size: 11pt;
	height: 20px;
	margin: 1px;
	padding: 5px;
	background-color: rgb(197,198,200);
	line-height:20px;
}

.menu-logout
{
	font-size: 9pt;
	font-weight: normal;
	height: 10px;	
	margin: 1px;
	margin-top: 10px;
	padding: 5px;
	background-color: rgb(219,87,87);
	line-height:8px;
}

.menu-l1aktiv
{
	color: #848587;	
}*/
/* --  /Menü -- */

/* -- Reiter -- */
/*
#reiter
{
	width: 812px;
	top: 141px;
	height: 52px;
	left:190px;
	position:absolute;
	background-color: White;
	font-family:Verdana;	
}
.reiterDiv
{
	float:left;
	background-color: rgb(197,198,200);	
	cursor:pointer;
}
.reiterA
{
	vertical-align:middle;
	text-align: center;
	margin-left: 35px;
	font-weight:bold;
	color: #626264;	
}
.reiterImg
{
	float:right;
	margin: 4% 20px 0px 0px;	
	z-index: 5;
}
.reiterAktiv
{
	height: 52px;
	line-height: 46px;
	width: 33%;	
	background-color: #C5C6C8;
}

.reiterInaktivR,
.reiterInaktivL
{
	height: 45px;
	line-height: 45px;	
	margin: 0px 12px 0px 0px;
	width: 32%;
	background-color: #E3E4E4;	
}

.reiterInaktivR
{
	margin: 0px 0px 0px 12px;
}
.reiterInaktivL
{
	margin: 0px 12px 0px 0px;
}*/
/* -- /Reiter -- */






