html {
 height:			100%;
}

body {
 height:			100%;
 margin:			0px;
}

a {
 color:			#000000;
 background-color:	transparent;
 text-decoration:	none;
}
a:hover {
 color:			#800000;
 text-decoration:	underline;
 font-weight:		normal;
}
a:focus {
 color:			#800000;
 text-decoration:	underline;
 font-weight:		normal;
}

a.link_top {
 font-family:		Verdana, Arial;
 font-size:		10px;
 color:			#808080;
}

a.link_top:hover, a.link_top:focus  {
 text-decoration:	underline;
 color:			#800000;
}

/* Grundlayout BEGINN */

/* div zur Aufnahme der Grundtabelle */
div#box_aussen { height: 100%; }

/* Tabelle mit dem Seitengeruest */
table#main {
 width:			770px;
 height:			100%;
 border:            	1px solid #808080;
}
	col#tbl_col_main_1 {
          width:			7px;
         }

         col#tbl_col_main_2 {
          width:			160px;
         }

td.blind_zeile {
 font-size:		0.1em;
 height:			5px;
}

td#logo {
 background-image:	url('../image/logo-160.jpg');
 background-repeat: no-repeat;
 background-color:  #F7F7F7;
 color:				#4E4E4E;
 border-left:		1px solid #800000;
 border-top:		1px solid #800000;
 border-right:		1px solid #800000;
}

td#zeile_datum_1 {
 font-family:		Verdana;
 font-size:		0.6em;
 border-top:		1px solid #800000;
 border-left:		1px solid #800000;
 border-bottom:		1px solid #800000;
 background-color: 	#F7F7F7;
}

td#zeile_datum_2 {
 font-family:		Verdana;
 font-size:		0.6em;
 border-top:		1px solid #800000;
 border-bottom:		1px solid #800000;
 background-color: 	#F7F7F7;
}

td#zeile_datum_3 {
 font-family:		Verdana;
 font-size:		0.6em;
 border-top:		1px solid #800000;
 border-right:		1px solid #800000;
 border-bottom:		1px solid #800000;
 background-color: 	#F7F7F7;
}

	div#navigation {
          width:			370px;
          float:			left;
          padding-left:		5px;
         }

         div#datum {
          width:			200px;
          float:			right;
          text-align:		right;
          padding-right:		5px;
         }

td#spalte_menue_top{
 background-color:  	#F7F7F7;
 border-left:			1px solid #800000;
 border-right:			1px solid #800000;
 border-bottom:			1px solid #800000;
 vertical-align:		top;
 text-align:			left;
 padding-top:			5px;
 padding-left:			10px;
 line-height:			18px;
}

td#spalte_inhalt {
 background-color: 		#FFFFFF;
 color:             	#000000;
 vertical-align:		top;
 text-align:			left;
 padding:				20px;
 font-size:				0.8em;
}

tr#tr_head {
 height:			45px;
}

tr#tr_datum {
 height:			10px;
}
/* Gurndlayout ENDE */

/* --------------------------------- */
/* Menue */
/* --------------------------------- */
	a.link_menue {
	 font-family:            Verdana;
	 font-size:              0.7em;
	 font-weight:            bold;
	 color:                  #808080;
	}

	a.link_menue:hover, a.link_menue:focus {
	 color:                  #800000;
	 text-decoration:        underline;
          font-weight:            bold;
	}

         div#submenue_turotials, div#submenue_quali {
          display:			none;
          margin-left:			10px;
          font-weight:            bold;
         }


/* --------------------------------- */
/* Admin - Menue */
/* --------------------------------- */
	a.link_admin_menue {
	 font-family:            Verdana;
	 font-size:              0.7em;
	 font-weight:            bold;
	 color:                  #FF0000;
	}

	a.link_admin_menue:hover, a.link_menue:focus {
	 color:                  #800000;
	 text-decoration:        underline;
     font-weight:            bold;
	}
	
/* ------------------------------------ */
/* Anzeige der Begriffe aus dem Lexikon */
/* ------------------------------------ */

div#showBegriff {		/* anzeigebereich gesamt */
	position:			absolute;
	top:				0px;
	left:				0px;
	background-image:	url('../image/glossar/bg_glossar.gif');
	background-repeat:	no-repeat;
	background-position: 50% 50%;
	display:			none;
	height:				200px;
	width: 				350px;
}
		h1#headlineBegriff { /* ueberschirft -> der begriff */
			margin: 			0px;
			padding-top:		10px;
			padding-left:		10px;
			padding-right:		10px;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size:			12px;
			font-weight:		bold;
			text-decoration:	underline; 
			color:				#000099;
			text-align:			left;
		}
		
		div#descriptionBegriff { /* beschreiobung des begriffs */
		 	height:				125px;
			overflow:			auto;
			margin-top:			10px;
			margin-left:		10px;
			margin-right:		10px;
			margin-bottom:		5px;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size:			10px;;
			color:				#000099;
			text-align:			left;
		}
		
		p#link_newBegriff {	/* Absatz: Neuer Begriff melden */
			margin:0px;
			padding:0px;
			padding-right: 10px;
			text-align: right;
		}
		
			p#link_newBegriff a {	
				font-family:		Verdana, Arial, Helvetica, sans-serif;
				font-size:			0.7em;
				color:		 		#808080;
			}
			
			p#link_newBegriff a:hover {
				font-size:			0.7em;
				color:				#800000;
				text-decoration:	underline;
			}
			
			a#LinkHiddElement {
				float: left;
				margin-left: 10px;
			}
			
			a#LinkAddBegriff {
				float: right;
			}
		/* Formularelemente zum Hinzufuegen von IT-Begriffen */
		div#showBegriff input#newBegriff {
			width:				325px;
			border:				1px solid #000000;
			background-color:	#FFFFCC;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size:			0.8em;
			color:				#000099;
			font-weight:		bold;
		}
		div#showBegriff textarea#newBeschreibung {
			width:				325px;
			height:				120px;
			border:				1px solid #000000;
			background-color:	#FFFFCC;
			font-family:		Verdana, Arial, Helvetica, sans-serif;
			font-size:			1em;
			color:				#000099;
			font-weight:		normal;
		}
		
		