  
/*Standardformate*/
html{
}
body{
	background: #EEEEEE;
	/*padding	: 5%;*/
}
table{
	font-size: 10pt;
	/*empty-cells: show;*/
}
td{
	font-family: arial;
}
button{
	background: white;
	border: 1px solid black;
}
textarea{
	font-family:arial;
	font-size: 10pt;
}
a{
	font-size: 10pt;
	color: black;
}
h1{
	padding-top: 2mm;
	font-size: 12pt;
}
h2{
	font-size: 10pt;
}

/*Die Kistchen die auf der Seite benutzt werden*/
.listBox{

}
.listBoxHeader{
	 text-align: center;
	 vertical-align: bottom;
	 background: #FFFF80;
	 font-weight: bold;
}
.listBoxBody{
	border-left: 1px dotted #FFFF80;
	border-right: 1px dotted #FFFF80;
	border-bottom: 1px dotted #FFFF80;
	font-size: 10pt;
	text-align: left;
}
.textBox{
	text-align: left;
}
.textBoxHeader{
	text-align: center;
	vertical-align: bottom;
	background: #FFFF80;
	 font-weight: bold;
}
td.textBoxBody{
	text-align: justify;
}
.textBoxBody{
	padding: 5px;
	border-left: 1px dotted #FFFF80;
	border-right: 1px dotted #FFFF80;
	border-bottom: 1px dotted #FFFF80;
	border-top: 1px dotted #FFFF80;
	font-size: 10pt;
}
.kontaktBox{
	text-align: left;

}
.kontaktBoxHeader{
	text-align: center;
	vertical-align: bottom;
	background: #FFFF80;
	font-weight: bold;
}
.kontaktBoxBody{
	text-align: center;
	padding: 5px;
	border-left: 1px dotted #FFFF80;
	border-right: 1px dotted #FFFF80;
	border-bottom: 1px dotted #FFFF80;
	font-size: 10pt;
}

.pictureHolder{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/*Die Haupttabelle in index.php*/
/*
.MAIN{		text-align: center;
	vertical-align: center;
}
*/
.MAIN_Table{
	text-align: center;
	background: white;
	padding: 0px;
	border-spacing: 0px;
	max-width: 10024px;
	width: 100%;
}
.HEADER{
	height: 64px;
}
.TOOLBAR{
	background: #808080;
	height: 10px;
}
.TOOLBARLINK{	/*die zwei kleinen links im header der seite*/
	color: white;
	font-size: 8pt;
	padding-right: 5px;
	text-decoration: none;
}
.MAINAREA{/*der bereich wo seiteninhalt eingeblendet wird*/
	vertical-align: top;
}
.MAINNAVI{
	background: #FFFF80;
	vertical-align:	top;
	text-align: left;
}
.NAVI_Table{	/*nun ja die Tabelle*/
	width: 100%;
}
.NAVI_Row{	/*eine navizeile <td>*/
	padding: 3px;
}
.NAVI_SubRow{	/*eine unternavizeile also das rechte <td>*/
	padding: 2px;
}
.NAVI_Link{	/*link in der navileiste*/
	font-weight: bold;
	text-decoration: none;
	color: black;
	font-size: 10pt;
}
.NAVI_SubLink{	/*unterlinks in der navileiste ist der direkte link*/
	text-decoration: none;
	color: black;
	font-size: 10pt;
}
.NAVI_LeftSpace{	/*die füllspalte in der navileiste*/
	width: 10px;
}

.ADDRESSBAR{ /*addresszeile <tr> tag*/
	background: #808080;
	height: 10px;
}
.ADDRESSLINK{	/*die zwei kleinen links in der adressleiste der seite*/
	color: white;
	font-size: 8pt;
	padding-right: 5px;
	text-decoration: none;
}
.FOOTER{
	height: 64px;
}

/*Die kleine Logintabelle unter der Navileiste*/
.LOGIN_Table{
 border-spacing: 0px;
}
.LOGIN_Header{
 text-align: center;
 font-weight: bold;
 background: #FFFF80;
}
.LOGIN_Name{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.LOGIN_Name_Input{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.LOGIN_Passwort{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.LOGIN_Passwort_Input{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.LOGIN_Submit{
 text-align: right;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
}
.LOGIN_Register{
 text-align: center;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
}

/*Tabelle fÃ¼r einen GÃ¤stebucheintrag in modul guestbook*/

.GB_Table{
 width: 90%;
 border-spacing: 0px;
}
.GB_Message{
 width: 100%;
 /*padding: 2px;*/
 border: 1px dotted #FFFF80;
 text-align: left;
 vertical-align: top;
}
.GB_Datum{
 width: 25%;
 background: #FFFF80;
 padding: 2px;
 text-align: left;
}
.GB_Sender{
 width: 75%;
 background: #FFFF80;
 padding: 2px;
 font-style: italic;
 text-align: left;
}
.GB_Toolbar{
 width: 100%;
 background: #FFFF80;
 padding: 2px;
 text-align: left;
 /*border-top: 1px dotted #FFFF80;*/
}

/*Tabelle zum schreiben eines Gaestebucheintrags in modul guestbook*/
.GBForm_Table{
 width: 75%;
 border-spacing: 0px;
}
.GBForm_Header{
 width: 100%;
 text-align: center;
 font-weight: bold;
 
 vertical-align: bottom;
 background: #FFFF80;
}
.GBForm_Name{
 width: 25%;
 padding: 2px;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.GBForm_Name_Input{
 width: 75%;
 padding: 2px;
 border-right: 1px dotted #FFFF80;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
  text-align: left;
}
.GBForm_Text{
 width: 25%;
 padding: 2px;
 vertical-align: top;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
}
.GBForm_Text_Input{
 width: 75%;
 padding: 2px;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.GBForm_Submit{
 width: 100%;
 padding: 2px;
 text-align: center;
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
}




/*Die KategorieÃ¼berischt in modul forum*/
.KAT_Table{
 width: 90%;
 border-spacing: 0px;
}
.KAT_Header{
 font-weight: bold;
 background: #FFFF80;
 text-align: left;
}
.KAT_Desc{
 width: 55%;
 border-bottom: 1px dotted #FFFF80;
 border-left: 1px dotted #FFFF80;
 text-align: left;
}
.KAT_Operator{
 width: 20%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 vertical-align: top;
}
.KAT_Stat{
 width: 10%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
 vertical-align: top;
}
.KAT_Toolbar{
 width: 15%;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 vertical-align: top;
}

/*Tabelle zum hinzufÃ¼gen/bearbeiten einer Kategorie in modul forum*/
.KATForm_Table{
 width: 75%;
 border-spacing: 0px;
}
.KATForm_Header{
 background: #FFFF80;
 text-align: center;
 font-weight: bold;
}
.KATForm_Name{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 width: 25%;
}
.KATForm_Name_Input{
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
 width: 75%;
}
.KATForm_User{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.KATForm_User_Input{
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.KATForm_Text{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
}
.KATForm_Text_Input{
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.KATForm_Submit{
 text-align: center;
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
}


/*Fragentabelle in modul forum/kategorie*/
.FRA_Table{
 width: 90%;
 border-spacing: 0px;
}
.FRA_Desc{
 width: 40%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.FRA_Benutzer{
 width: 20%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.FRA_Zeit{
 width: 20%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.FRA_Antworten{
 width: 1%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.FRA_Toolbar{
 width: 5%;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.FRA_Desc_Header{
 width: 40%;
 background: #FFFF80;
 text-align: left;
}
.FRA_Benutzer_Header{
 width: 20%;
 background: #FFFF80;
 font-weight: bold;
 text-align: left;
}
.FRA_Zeit_Header{
 width: 20%;
 background: #FFFF80;
 font-weight: bold;
 text-align: left;
}
.FRA_Antworten_Header{
 width: 1%;
 background: #FFFF80;
 font-weight: bold;
 text-align: left;
}
.FRA_Stat_Header{
 width: 5%;
 background: #FFFF80;
 font-weight: bold;
 text-align: left;
}

/*Frage schreiben tabelle in modul forum/kategorie*/
.FRAForm_Table{
 width: 75%;
 border-spacing: 0px;
}
.FRAForm_Header{
 background: #FFFF80;
 text-align: center;
 font-weight: bold;
}
.FRAForm_Name{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 width: 25%;
}
.FRAForm_Name_Input{
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
 width: 75%;
}
.FRAForm_Text{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.FRAForm_Text_Input{
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.FRAForm_Vertraulich{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.FRAForm_Submit{
 text-align: center;
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
}






/*Die Fragetabelle am Anfang in modul forum/frage*/
.ANT_FrageTable{
 width: 90%;
 border-spacing: 0px;
}
.ANT_FrageBetreff{
 width: 100%;
 padding: 2px;
 background: #FFFF80;
 text-align: left;
}
.ANT_FrageStat{
 width: 25%;
 padding: 2px;
 background: #FFFF80;
 text-align: left;
}
.ANT_FrageText{
 width: 75%;
 padding: 2px;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 vertical-align: top;
}

/*BenutzerÃ¤nderungstabell in modul register*/
.USERForm_Table{
 
 border-spacing: 0px;
}
.USERForm_Header{
 background: #FFFF80;
 text-align: center;
 font-weight: bold;
}
.USERForm_Left{
 /*background: #FFFF80;*/
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 width: 25%;
 text-align: left;
}
.USERForm_Right{
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 width: 75%;
}
.USERForm_Update{
 text-align: center;
}

/*BenutzerÃ¼bersicht in modul register*/
.USER_Table{
 width: 75%;
 border-spacing: 0px;
}
.USER_Header{
 background: #FFFF80;
 text-align: center;
 font-weight: bold;
}
.USER_Benutzername_Header{
 background: #FFFF80;
 text-align: left;
}
.USER_Register_Header{
 background: #FFFF80;
 text-align: left;
}
.USER_Name_Header{
 background: #FFFF80;
 text-align: left;
}
.USER_Tools_Header{
 background: #FFFF80;
 text-align: left;
}
.USER_Benutzername{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.USER_Register{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.USER_Name{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.USER_Tools{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}




/*Antwort schreiben in modul forum/frage*/
.ANTForm_Table{
 width: 75%;
 border-spacing: 0px;
}
.ANTForm_Header{
 background: #FFFF80;
 text-align: center;
}
.ANTForm_Betreff{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.ANTForm_Betreff_Input{
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.ANTForm_Text{
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.ANTForm_Text_Input{
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.ANTForm_Submit{
 text-align: center;
 border-left: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
}


/*Antworttabelle in modul forum/frage*/
.ANT_Table{
 width: 90%;
 border-spacing: 0px;
}
.ANT_Betreff{
 width: 100%;
 padding: 2px;
 background: #FFFF80;
 text-align: left;
}
.ANT_Stat{
 width: 25%;
 padding: 2px;
 background: #FFFF80;
 text-align: left;
}
.ANT_Text{
 width: 75%;
 padding: 2px;
 border-right: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 vertical-align: top;
}
.ANT_Toolbar{
 width: 16px;
 padding: 2px;
 background: #FFFF80;
}





/*Fehlertabelle die in jeder Seite zum anfang stehen kann*/
.ERR_Table{
 width: 90%;
 border-spacing: 0px;
}
.ERR_Header{
 background: red;
 color: white;
 text-align: left;
}
.ERR_Error{
 border-left: 1px dotted red;
 border-right: 1px dotted red;
 border-bottom: 1px dotted red;
 text-align: left;
}

/*Die SETUP Tabelle*/
.SETUP_Table{
 width: 75%;
 border-spacing: 0px;
}
.SETUP_Header{
 background: #FFFF80;
}
.SETUP_Left{
 width: 40%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.SETUP_Right{
 width: 60%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.SETUP_Input{
 width: 98%;
}
.SETUP_Submit{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
}

/*Die KeywordsSet Tabelle*/
.KWSETForm_Table{
	width: 70%;
 border-spacing: 0px;
}
.KWSETForm_Table_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
}
.KWSETForm_Left{
 width: 25%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.KWSETForm_Right{
width: 75%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.KWSETForm_Submit{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: center;
}

.KWSET_Table{
	width: 90%;
 border-spacing: 0px;
}
.KWSET_Name_Header{
	background: #FFFF80;
	font-weight: bold;
	 width: 90%;
}
.KWSET_Tools_Header{
	background: #FFFF80;
	font-weight: bold;
	width: 36px;
}
.KWSET_Name{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.KWSET_Tools{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 width: 36px;
 text-align: left;
}

/*Die Schlüsselwortanzeigetabelle*/

.KW_Table{
	width: 90%;
 border-spacing: 0px;
}
.KW_Word_Header{
	background: #FFFF80;
	font-weight: bold;
}
.KW_Mask_Header{
	background: #FFFF80;
	font-weight: bold;
}
.KW_Preview_Header{
	background: #FFFF80;
	font-weight: bold;
}
.KW_Tools_Header{
	background: #FFFF80;
	font-weight: bold;
	width: 40px;
}
.KW_Word{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.KW_Mask{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.KW_Preview{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.KW_Tools{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 width: 40px;
 text-align: left;
}

.KWForm_Table{
	width: 70%;
 border-spacing: 0px;
}
.KWForm_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
}
.KWForm_Left{
 width: 25%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.KWForm_Right{
	width: 75%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.KWForm_Submit{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: center;
}

/*Der Briefkasten*/
.POST_Table{
 width: 90%;
 border-spacing: 0px;
}
.POST_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
}
.POST_Left{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 width: 25%;
 text-align: right;
 padding-right: 3px;
}
.POST_Right{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 width: 75%;
 text-align: left;
}
.POST_Text{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 height: 260px;
}
.POST_Submit{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: center;
}

/*Das Downloadzeugs*/
.DLForm_Table{
 width: 75%;
 border-spacing: 0px;
}
.DLForm_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
}
.DLForm_Left{
	width: 20%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.DLForm_Right{
	width: 80%;
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.DLForm_Submit{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: center;
}

.DL_Table{
 width: 90%;
 border-spacing: 0px;
}
.DL_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
}
.DL_Comment{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
}
.DL_Download{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: center;
}

.DLS_Table{
 width: 90%;
 border-spacing: 0px;
}
.DLS_Name_Header{
background: #FFFF80;
font-weight: bold;
text-align: center;
}
.DLS_Memory_Header{
background: #FFFF80;
text-align: center;
}
.DLS_Name{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 width: 50%;
}
.DLS_Size{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: right;
 width: 50%;
}
.DLS_Name_Total{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
 font-weight: bold;
 vertical-align: bottom;
 height: 18pt;
 
 width: 50%;
}
.DLS_Size_Total{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-top: 1px solid #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: right;
 vertical-align: bottom;
 font-weight: bold;
 height: 18pt;
 width: 50%;
}
/*Die Sessiontable*/
.SESS_Table{
 width: 90%;
 border-spacing: 0px;
}
.SESS_Benutzer_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
	width: 40%;
}
.SESS_IP_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
	width: 20%;
}
.SESS_Start_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
	width: 20%;
}
.SESS_Ende_Header{
	background: #FFFF80;
	font-weight: bold;
	text-align: center;
	width: 20%;
}

.SESS_Benutzer{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.SESS_IP{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.SESS_Start{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 text-align: left;
}
.SESS_Ende{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}


/*Rundschreiben tabelle*/
.RS_Table{
 width: 90%;
 border-spacing: 0px;
}
.RS_Header{
background: #FFFF80;
text-align: center;
font-weight: bold;
 text-align: left;
}
.RS_Left{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 padding-top: 2pt;
 padding-bottom: 2pt; 
 width: 20%;
 text-align: left;
}
.RS_Right{
 border-left: 1px dotted #FFFF80;
 border-bottom: 1px dotted #FFFF80;
 border-right: 1px dotted #FFFF80;
 text-align: left;
}
.RSDL_Table{
 width: 100%;
 height: 100%;
 border-spacing: 0px;
}
.RSDL_Header{
 border-bottom: 1px dotted #FFFF80;
 text-align: center;
 font-weight: bold;
 height: 25px;
}
.RSDL_Comment{
 border-bottom: 1px dotted #FFFF80;
 padding: 10px;
 height: 340px;
 vertical-align: top;
 text-align: left;
}
.RSDL_Download{
 text-align: center;
 height: 25px;
}

