
#trennstrich 
{ 	
	background: #add8e6;
	height: 22px;
	width: 100%;
}
	



#menue 
{
	font-family: Arial;
	height: 800px;
	width: 210px;	
	background: #0077EE;
	float: left;
	text-decoration: none;
	text-indent: 7px;
}




/*Bereich für Inhalt, Aufgaben*/
#inhalt
{
	position: absolute;
	font-family: Arial;
	font-size: 11pt;
	top: 170px;
	left: 270px;
}




/*Einrückung für aktives Drop-Down-Menü*/
#einruecken
{
	text-indent: 35px;
}

/*Einrückung für Drop-Down-Menü (IE)*/
#einruecken_ie
{
	text-indent:20px;
	font-family: Arial;
}




/*Hyperlink*/
a
{
	text-decoration: none;
	color:  #1111BB;

}

a:hover
{	
	text-decoration: none;
	color:  #add8e6;
}




/*Formatierung für Drop-Down-Menü*/
ul 
{ 
	margin: 0; 
	padding: 0; 
}

ul li 
{
	list-style-type: none; 
}

ul ul 
{ 
	display: none;
}

ul li:hover ul 
{ 
	display: block; 
	list-style-type: none;
	text-indent: 35px; 
}




/*Eingaberegeln, Infobox*/
a.info
{
	position: relative;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	color: black;
	background-color: #add8e6;
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 200px;
	border: 1px solid;
	padding: 5px;
} 

/* Tabelle */
table 
{
    margin:             0px;
    padding:            0px;
    border:             none;
    table-layout:       auto;
    display:            table;
    empty-cells:        hide; 
}

th, td 
{
    padding:            4px 4px 4px 4px;
    border:             none;
    /*vertical-align:     top;*/
    font-size:          10pt;
    text-align:         left;
}

/* Bild */
img
{
    vertical-align: middle
}