@charset 'UTF-8';

@media screen {

html, body {
	width: 100%; height: 99%;
	margin: 0; padding: 0;
}

body {
	/*font-family: Verdana, Trebuchet MS, Helvetica, sans-serif;*/
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
	font-size: 12px; 
	background-color: #FFFFFF;
	text-align: left;
	
}


div.CursorTable > table > tbody > tr:hover { /*Hover effect in der Tabelle*/
    background-color: #F9E0E1;
}

.shadow {
	  -moz-box-shadow:    2px 2px 4px 4px #999;
	  -webkit-box-shadow: 2px 2px 4px 4px #999;
	  box-shadow:         2px 2px 4px 4px #999;
}
/************************************************
 Globele Struktur
************************************************/

#MainDiv {
	padding-top: 24px;
	padding-left: 8px;
	padding-right:8px;
	position: relative;
	padding-bottom:10px;
	background-color: white;
	background-position: center ;
	border-bottom: solid 2px #7e7e7e;
	min-height:500px;
}


/************************************************
 Login seite
************************************************/

#loginScreenMessage {
	text-align: center;
	padding: 10px;
}
#loginCdMessage {
	text-align: center;
	padding-bottom: 10px;
	color: red;
	font-style: italic;
}

.divLoginbox
{
	position:relative;
	width: 370px; 
	border:solid 1px #9c9c9c;
	
		border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	
}

a.divSideboxEntry, .divSideboxEntry
{
	text-align:left;
	#background-color:#FDFDFD;
}

.divSideboxContent
{
   /* position:relative;*/
   border-bottom:#9c9c9c 2px solid;
   margin-bottom:20px;
}

.divSideboxHeader,.divLoginboxHeader 
{
	text-align:center;
	background-color:#F9E0E1;
	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	font-weight:bolder;
	font-size:13px;
	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	
	background-image: -webkit-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: -moz-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: -o-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: linear-gradient(#F9E0E1 0%, #e32726 50%);">
}
/* 
	Banner styl mit logo
*/
#divAppIconBar {
	background-color:silver;
	border:solid 1px #9c9c9c;
	background-image: url(../images/background-icon-bar.png); 
	background-repeat: repeat-x;
	height: 58px;
	padding-top:10px;
	padding-left:20px;
	font-size: 18px; 
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:solid 1px #9c9c9c;
	min-width:1380px;
	
}

#divAppIconBarHeadline{
	/* position:absolute;  */
	position:relative;
	left:340px;
	height:20px;
	width:1000px;
	font-size: 28px;
}

#divLogo
{
	position: absolute;
	left: 23px;
	top: 12px;
}

#divausloggen
{
	padding-top: 8px;
	padding-right: 30px;
	width:20px;
	float:right;
}


/*###############################################################
	Link wie Bouton ausehen lassen
###############################################################*/

.button_block a {
	color:#FFFFFF;
	text-align:center;
	display: block; 
    font-size:13px;
	width:180px;
	background-color:#F9E0E1;
	border:  outset 1px #E7E7E7;
	padding: 1px;
	cursor:  pointer; 
	margin: 10px;
	
	
}

.button_block  a:hover, .button_block  a:focus {
	background-color:#e32726;
	border:  outset 1px #000000;
	text-decoration: none;
	color:  #FFFFFF;
}


/*###############################################################
		berschriften
###############################################################*/

h1, h2, h3, h4, h5, h6, p, form {
font-family: "Times New Roman", Times, serif;
	margin: 0; padding: 0;
	font-family: verdana, arial, sans-serife;
}

h1 {
font-family: "Times New Roman", Times, serif;
	margin: 0px 0 10px 0;
	font-size: 1.1em;
	color: #ff0000;
}

h2 {
font-family: "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	font-size: 1.3em;
}

h3 {
font-family: "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	font-size: 1.2em;
}
h4 {
font-family: "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	font-size: 1.6em;
	margin-left: 30px;
}
h5{
font-family: "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	font-size: 1.3em;
	text-align:center;
}
h6 {
font-family: "Times New Roman", Times, serif;
	margin: 5px 0 5px 0;
	font-size: 1.3em;
	margin-left: 30px;
}


/*###############################################################
	Hauptseite
###############################################################*/

#menu {
	margin-left:10px;
	margin-top:10px ;
	float:left; 
	height:100%;
	width: 185px;
	
	
}
#content {
	border: #9c9c9c 1px solid; 
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:210px;
	min-height: 350px;
	min-width:1200px;
	float:none; 
	border:solid 1px #9c9c9c;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.dokument {
	font-size: 11px; 
}

#sideresize
{
	width:13px;ge:url(../images/resize.png);
	height:13px;
	right:1px;
	top:1px;
	position:absolute;
	z-index:9999;
}



.divSidebox 
{
	margin-bottom:15px;
   	border: #9c9c9c 1px solid;
   	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:solid 1px #9c9c9c;
}

a.textSidebox
{
	border-top: 0;
}

.textSidebox
{

	padding-top:3px;
	padding-bottom:3px;
	border-top: solid #aaaaaa 1px;
}

a:link,a:visited
{
	cursor:pointer;
	color: #006699; 
	text-decoration: none;
	text-underline: none;
}

a:hover,a:active
{
	cursor:pointer;
	color: #ff9933;
	text-decoration: none;
	text-underline: none;
}

.druckenhover{
	padding:0px;
}
.druckenhover:active{
	padding-right:0px;
	padding-top:0px;
	
}

.druckenhover:hover{
	padding-right:5px;
	padding-top:5px;
	
}


.linkzurueck{
	padding:0px;
}
.linkzurueck:active{
	padding-right:0px;
	#padding-top:0px;
	
}

.linkzurueck:hover{
	padding-right:5px;
	#padding-top:5px;
	
}



/*.divLoginboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar*/

a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
{
	font-size: 90%;
}


/*###############################################################
	Info anzeige
###############################################################*/

	a.infolink { position: relative;text-align:left;}
	a.infolink span { display: none; border: none; position: relative; z-index: 20; }
	a.infolink:hover { border: none; }
	a.infolink:hover span {
		position: absolute;
		z-index: 30;
		display: block;
		width: 20em;
		height: auto !important;
		overflow: auto;
		left: 5em;
		top: 1em;
		background: #fff;
		color: #000;
		#border-width: 1px;
		#border-style: solid;
		#border-color: #0ba245;
		
		border:solid 1px #000000;
		
		padding: 1em;
		text-decoration: none;
		background: #fff;
		margin-left:-30px;
		margin-top:-15px;
		
		-moz-box-shadow:    2px 2px 4px 4px #999;
	  	-webkit-box-shadow: 2px 2px 4px 4px #999;
	  	box-shadow:         2px 2px 4px 4px #999;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		z-index:50;
	
	overflow: auto;
}
		
		
/*###############################################################
	Info anzeige rechts für links am rechten rand
###############################################################*/

	a.infolink_rechts { position: relative;text-align:left;}
	a.infolink_rechts span { display: none; border: none; position: relative; z-index: 20; }
	a.infolink_rechts:hover { border: none; }
	a.infolink_rechts:hover span {
		position: absolute;
		z-index: 30;
		display: block;
		width: 20em;
		height: auto !important;
		overflow: auto;
		left: -20em;
		top: 1em;
		background: #fff;
		color: #000;
		
		border:solid 1px #000000;
		
		padding: 1em;
		text-decoration: none;
		background: #fff;
		margin-left:-30px;
		margin-top:-15px;
		
		-moz-box-shadow:    2px 2px 4px 4px #999;
	  	-webkit-box-shadow: 2px 2px 4px 4px #999;
	  	box-shadow:         2px 2px 4px 4px #999;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		z-index:50;
	
	overflow: auto;
}		
		







input.zuweisendel{
width:96px;
height:81px;
border: none;
background: transparent url(../images/icons/del.gif) no-repeat center;
overflow: hidden;
text-indent: -999px;
line-height: 0px;
display: block;
color: #a63606;
cursor: pointer;
}

a.input.zuweisendel:hover{
	
	background: transparent url(../images/icons/rot.gif) no-repeat center;
	
}

input.zuweisen{
width:96px;
height:81px;
border: none;
background: transparent url(../images/icons/zuweisenweg.gif) no-repeat center;
overflow: hidden;
text-indent: -999px;
line-height: 0px;
display: block;
color: #a63606;
cursor: pointer;
}
input.speichern{
width:96px;
height:81px;
border: none;
background: transparent url(../images/icons/speichern.jpg) no-repeat center;
overflow: hidden;
text-indent: -999px;
line-height: 0px;
display: block;
color: #a63606;
cursor: pointer;
}
input.speichern:hover{
	background: transparent url(../images/icons/speichern_hover.jpg) no-repeat center;
}


input.zurueck{
width:96px;
height:81px;
border: none;
background: transparent url(../images/icons/zurueck.jpg) no-repeat center;
overflow: hidden;
text-indent: -999px;
line-height: 0px;
display: block;
color: #a63606;
cursor: pointer;
}
input.zurueck:hover{
	margin-right:10px;
}


input.weiter{
width:96px;
height:81px;
border: none;
background: transparent url(../images/icons/weiter.jpg) no-repeat center;
overflow: hidden;
text-indent: -999px;
line-height: 0px;
display: block;
color: #a63606;
cursor: pointer;
}
input.weiter:hover{
	margin-left:10px;
}


input.suche{
width:96px;
height:81px;
border: none;
background: transparent url(../images/icons/suche.jpg) no-repeat center;
overflow: hidden;
text-indent: -999px;
line-height: 0px;
display: block;
color: #a63606;
cursor: pointer;
}
input.suche:hover{
	background: transparent url(../images/icons/suche_hover.jpg) no-repeat center;
}


.ueberchrift_weiss{
	color: #FFF;
	font-weight: bold;
}

input[type=text], input[type=password], input[type=select]:focus  {
  margin: 5px;
  padding: 0 10px;
  #width: 170px;
  height: 20px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
 
input[type=text]:focus, input[type=password]:focus, input[type=select]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

.button_klein:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.button_klein:disabled {
   background: #dddddd;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.button_klein {
  padding: 0px 20px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}	

.button_klein:hover {
  background: #cde5ef;
  text-shadow: 0 3px #e3f1f1;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  background-image: -webkit-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: -moz-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: -o-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: linear-gradient(to bottom, #cde5ef, #edf5f8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}



.button:hover{
  background: #cde5ef;
  text-shadow: 0 3px #e3f1f1;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  background-image: -webkit-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: -moz-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: -o-linear-gradient(top, #cde5ef, #edf5f8);
  background-image: linear-gradient(to bottom, #cde5ef, #edf5f8);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}


.button:active{
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.button:disabled{
   background: #dddddd;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}


.button {
  padding: 0 25px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}	




.statistik{
	
	margin-left:35px;
	margin-right:35px;
	margin-top:40px;
		border:solid 1px #000000;

		-moz-box-shadow:    2px 2px 4px 4px #999;
	  	-webkit-box-shadow: 2px 2px 4px 4px #999;
	  	box-shadow:         2px 2px 4px 4px #999;
		
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	
}
.statistik_ueberschrift{
	text-align:center;
	background-color:#0F9E0E1;
	
	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	font-weight:bolder;
	font-size:13px;
	
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;

	background-image: -webkit-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: -moz-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: -o-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: linear-gradient(#F9E0E1 0%, #e32726 50%);">

}

.statistik_zwischen_unterschrift{
	text-align:center;
	margin-left:35px;
	margin-right:35px;
	margin-bottom:20px;
	background-color:#F9E0E1;

	-moz-box-shadow:    2px 2px 4px 4px #999;
	-webkit-box-shadow: 2px 2px 4px 4px #999;
	box-shadow:         2px 2px 4px 4px #999;

	padding-top:2px;
	padding-bottom:2px;
	color:#fff;
	font-weight:bolder;
	font-size:13px;

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;

	background-image: -webkit-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: -moz-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: -o-linear-gradient(#F9E0E1 0%, #e32726 50%); 
	background-image: linear-gradient(#F9E0E1 0%, #e32726 50%);">

}

}
