body {
	margin:0px;
	padding:0px;
	padding-top:20px;
}
img {
	border-width:0px;
}

a:link { color:#2E4A67; text-decoration:none; }
a:visited { color:#2E4A67; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }
a:active { color:#2E4A67; text-decoration:none; }
a:focus { color:#2E4A67; text-decoration:none; }


td {
	font-family: arial;
	font-size: 10px;
	color: #2E4A67;
}

#td_menu { /* td der Haupttabelle, in der menu.php geladen wird */
	background-image:url(images/menu_bg_flipped.gif);
	height:394px;
	width:165px;
	vertical-align:top;
}

#menu_table { /* Gesamte Tabelle, welche das Menu enthält */
	margin-left:9px;
	margin-top:57px;
}
#menu_tr { /* Einzelne Zeile eines Menupunktes */
}
#menu_tr_active_1box { /* Einzelne Zeile eines aktiven Menupunktes über 2 Kästchen nach unten*/
	height:21px; /* 21px plus 24px für jedes weitere Kästchen das nach unten hin gefüllt wird */
}
#menu_tr_active_2box { /* Einzelne Zeile eines aktiven Menupunktes über 2 Kästchen nach unten*/
	height:45px; /* 21px plus 24px für jedes weitere Kästchen das nach unten hin gefüllt wird */
}
#menu_tr_active_3box { /* Einzelne Zeile eines aktiven Menupunktes über 2 Kästchen nach unten*/
	height:69px; /* 21px plus 24px für jedes weitere Kästchen das nach unten hin gefüllt wird */
}
#menu_td_square { /* td mit (hover) Square gif; Angaben nicht zwingend notwendig */
	width:21px;
	height:21px;
}
#menu_td_square_active { /* Grünes Kästchen/Balken bei aktiven Menupunkten */
	width:21px;
	height:21px;
	background-image:url(images/menu_square_blank.gif);
	background-repeat:repeat-y;
	background-color:#BFFF00;
}
#menu_td_link { /* td, die einzelne Menu-Links enthält */
	padding-left:3px;
	vertical-align:top;
	padding-top:3px;
}
#link_level1 { /* a Level 1 */
	text-transform:uppercase;
}
#link_level1_active { /* span für aktiven Level 1-Menupunkt */
	text-transform:uppercase;
	color:#000000;
}
#link_level2 { /* a Level 2 */
	text-transform:none;
	line-height:132%;
}
#link_disabled { /* Ausgegraute Links im Menu */
	color:#bbb;
}


#content { /* td der Haupttabelle für Darstellung der Inhalte */
	background-image:url(images/content_bg_flipped.jpg);
	width:606px;
	vertical-align:top;
}
#content h1 { /* Überschrift h1 */
	position:relative;
	left:20px;
	top:20px;
	font-weight:normal;
	font-size:15px;
}
#content_pane { /* div; Fenster zur Darstellung der Inhalte */
	position:relative;
	left:25px;
	top:35px;
	width:500px;
	font-size:12px;
}
#content_pane a {
	text-decoration:underline;
}
#content_pane a:hover {
	text-decoration:none;
}
#content_pane td {
	font-size: 11px;
}
fieldset { /* Kasten um Sicherheitsrichtlinien-Tabelle */
	border-style:solid;
	border-width:1px;
	border-color:#2E4A67;
	padding:7px;
}
legend {
	font-variant:small-caps;
	margin-bottom:5px;
}


#note { /* Hinweistexte in rot */
	color:#DA0029;
}

#button_umbenennen, #input_text_umbenennen { /* Eingabefelder in Sicherheitsrichtlinien-Tabelle */
	border-style:solid;
	border-width:1px;
	border-color:#bbbbbb;
	font-family: arial;
	font-size: 10px;
	color: #2E4A67;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
}
#sicherheitsrichtlinien td {
	vertical-align:top;
}


/* Folgende 4 Klassen sind für die hover-popup-Infoboxen beim Erstellvorgang */

a.info{
	position:relative;
	z-index:24;
	text-decoration:none;
}
a.info:hover{
	z-index:25;
	background-color:#EDF0F5;
}
a.info span{
	display: none;
}
a.info:hover span{
	padding: 5px;
	display:block;
	position:absolute;
	top:35px;
	left:-210px;
	width:200px;
	border:1px solid #000;
	background-color:#EDF0F5;
	color:#000;
	text-align: left;
}





#copyright { /* noch unused */
	width:100%;
	position:absolute;
	bottom:15px;
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
	font-variant:small-caps;
	color:#425945;
}
