@charset "UTF-8";

/* CSS Document */
body {
    background-color: #F6E3CE;
	overflow-x: auto;
	overflow-y: auto;
	text-align:center;
} 
#loggin {
	margin-top: 150px;
	margin-left: auto;
   	margin-right: auto;
	width: 600px;
	height: 200px;
	border: 2px solid #87BBE7;
	background-image: url(../bilder/background.gif);

}
#menue {
	z-index: 2;
	width: 1254px;;
	left: 50%;
	margin-left: -625px;
	height: 40px;
	border-left: 3px solid #67C8F7;
	border-right: 3px solid #67C8F7;
	border-bottom: 0px solid #67C8F7;
	border-top: 3px solid #67C8F7;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	position:absolute; 
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	text-shadow: 0px 0px 10px;
	color: #055FFF;
}

#menue ul{
	z-index: 2;
	position:absolute; top:-8px; left:15px;
	width : 1050px;
	height: 23px;
	border-style: solid;
	border-width: 1px;
}

#menue li{
	padding-top:3px;
	z-index: 2;
	height: 23px;
	float: left;
	padding-left: 10px;
	list-style-type:none;
}

#nachrichten {
	width: 1254px;;
	left: 50%;
	margin-left: -625px;
	text-shadow: 0px 0px 10px;
    position:absolute; top:50px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom: 3px solid #67C8F7;
	border-right: 3px solid #67C8F7;
	border-left: 3px solid #67C8F7;
	height: 30px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	z-index: 3;
	text-shadow: 0px 0px 10px;
	color: #055FFF;
}

#nachrichten ul{
	z-index: 2;
	position:absolute; top:-8px;  left:15px;
	width : 340;
	height: 23px;	
}

#nachrichten li{
	z-index: 2;
	height: 23px;
	float: left;
	padding-left: 10px;
	list-style-type:none;
	
	
}

#sufu{
	z-index:6;
	position:absolute;
	margin-left:1250;
	margin-top:25;
}
#hauptfenster {
	height: 600px;
	border: 5px solid #87BBE7;
	background-image: url(../bilder/background.gif);
	overflow-x: none ;
	overflow-y: none;
	width: 1250px;
	position:absolute;
	z-index: 1;
	top: 100px;
	left: 50%;
	margin-left: -625px;
	border-radius: 25px;
	text-align:center;
}
#arbeitskart{
	position:absolute;
	top:50px;
	left: 50%;
	margin-left: -400px;
	background:#E0E0E0;
	height: 500px;
	width: 800px;
	border-radius: 25px;
	border: 5px solid #87BBE7;
}

a:link {
	text-decoration: none;
	color: #055FFF;
}

a:visited {
	text-decoration: none;
	color: #055FFF;
}

a:hover {
	text-decoration: none;
	color: #055FFF;
	text-shadow: 0px 0px 14px #FFEE06;
	z-index: auto;
}
#ueberschrift {
	position: fixed;
	top: 89px;
	left: 6px;
	width: 1200px;
}

#austragen {
	color: #000000;
	font-style: normal;
	font-size: 23px;
	font-family: bilbo;
	font-weight: 400;
}

#diashow {
	text-align: center;
	width: 800px;
	height: 500px;
	border: 3px solid #9490F4;
	border-top-left-radius: 25;
	border-radius: 25px;
	margin-left: 225px;
	margin-right: 225px;
	margin-top: 10px;
}
#navigation  {
	border-radius: 25px;
	width: 80%;
	height: 20px;
	padding-top: 6px;
	text-align: center;
	z-index: 1;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,84,255,0.27) 100%);
	position: absolute;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:10px;
}
.sbnummer {

	width: 200px;
	text-align: center;
}

.abgeholt {
	width: 400px;
	text-align: center;
}

.austragen {
	width: 100px;
	text-align: center;
}
.rahmen{
	border: 2px solid #000000;
}

#auswahl {
	background-color: #F6E3CE;
	height: 60;
	overflow: hidden;
	width: 1240px;
	position:absolute;
	z-index: 1;
	top: 5px;
	left: 50%;
	margin-left: -620px;
	border: 1px solid #87BBE7;
	border-radius: 25px;
	text-align:center;
}

#inhalt {
	height: 525px;
	border: 1px solid #87BBE7;
	background-image: url(../bilder/background.gif);
	overflow-x: auto;
	overflow-y: auto;
	width: 1240px;
	position:absolute;
	z-index: 1;
	top: 70px;
	left: 50%;
	margin-left: -620px;
	border-radius: 25px;
	text-align:center;
}
#kopftabelle {
	text-align: center;
	width: 1210px;
	margin-top: 5px;
	margin-left: 15px;
	z-index: 2;
	

}
#tabelleuebersicht{	
	text-align: center;
	width: 1210px;
	margin-top: 5px;
	margin-left: 15px;
	z-index: 2;
	
}
#tabelleeintrag   {
	text-align: center;
	width: 1000px;
	margin-top: 75px;
	border: 1px solid #87BBE7;
	border-radius: 25px;
	text-align: center;
	z-index: 1;
	margin-left:125px;margin-right:125px;
}

#tabelleaustrag   {
	text-align: center;
	width: 1000px;
	margin-top: 75px;
	border: 1px solid #87BBE7;
	border-radius: 25px;
	text-align: center;
	z-index: 1;
	margin-left:125px;margin-right:125px;
}
#tabelleupload   {
	text-align: center;
	width: 1000px;
	margin-top: 75px;
	border: 1px solid #87BBE7;
	border-radius: 25px;
	text-align: center;
	z-index: 1;
	margin-left:125px;margin-right:125px;
}
#tabelleaendern1   {
	text-align: center;
	width: 1000px;
	margin-top: 75px;
	border: 1px solid #87BBE7;
	border-radius: 25px;
	text-align: center;
	z-index: 1;
	margin-left:125px;margin-right:125px;
}
#tabelleaendern2   {
	text-align: center;
	width: 1000px;
	margin-top: 75px;
	border: 1px solid #87BBE7;
	border-radius: 25px;
	text-align: center;
	z-index: 1;
	margin-left:125px;margin-right:125px;}
.formular {
	border-radius: 25px;
	text-align: center;
	border: 2px solid #76BDFF;
}
#auswahlnachricht {
	height: 60;
	border: 1px solid #87BBE7;
	overflow: hidden;
	width: 1240px;
	position:absolute;
	z-index: 1;
	top: 5px;
	left: 50%;
	margin-left: -620px;
	border-radius: 25px;
	text-align:center;
}

#inhaltnachricht {
	height: 525px;
	border: 1px solid #87BBE7;
	overflow-x: auto;
	overflow-y: auto;
	width: 1240px;
	position:absolute;
	z-index: 1;
	top: 70px;
	left: 50%;
	margin-left: -620px;
	border-radius: 25px;
	text-align:center;
}
#tabelleposteingangkopf {
	text-align: center;
	width: 1240px;
	margin-top: 5px;
	z-index: 2;
}
#tabelleposteinganginhalt   {
	text-align: center;
	width: 1240px;
	margin-top: 5px;
	z-index: 2;

}
#tabellenachrichtenschreiben {
	height: 400px;
	max-height: 480px;
	border: 1px solid #87BBE7;
	overflow-x: auto;
	overflow-y: auto;
	width: 900px;
	position:absolute;
	z-index: 1;
	top: 40px;
	margin-left: 40px;
	padding-left : 20px;
	border-radius: 25px;
	text-align:left;
	
}

#tabellenachrichtenlesen {
	height: 400px;
	max-height: 480px;
	border: 1px solid #87BBE7;
	overflow-x: auto;
	overflow-y: auto;
	width: 900px;
	position:absolute;
	z-index: 1;
	top: 40px;
	margin-left: 40px;
	padding-left : 20px;
	border-radius: 25px;
	text-align:left;	
}
#textarea {
    resize: none;
}
#footer{
	position:absolute; top:740px;
	width: 1258px;
	height:40px;
	left: 50%;
	margin-left: -625px;
	text-align:center;
	border: 2px solid #87BBE7;
	border-radius: 25px;
}

#legende{
	position:absolute; top:715px;
	width: 1258px;
	height:20px;
	left: 50%;
	margin-left: -625px;
	text-align:center;
}
#footer ul{
	text-align:center;
	z-index: 2;
	position:absolute; top:-8px; left:15px;
	width : 1180px;
	height: 23px;
}

#footer li{
	text-align:center;
	padding-top:3px;
	z-index: 2;
	height: 23px;
	padding-left: 10px;
	list-style-type:none;
}
.schwarz{
	color:#000000;
	float:right;
}
.rot{
	color:#FF0004;
	float:left;	
}