/* ------------ some additional styles --------*/

/* ------------ Kopfbereich ------------------- */

#nav1 {
	z-index:4;
}

#nav2 td {
	font-size:11px;
}

#linie_vertikal {
	top:95px;
	z-index:2;
}

/* ------------ BODY Bereich ------------------ */

#mytitle {
    position:absolute;
    top:107px;
    left:299px;
    width:300px;
    height:100px;
    z-index:4;
    color:#626b71;
	font-weight:bold;
    font-size:14px;
}


/*  Subject  */

#mysubject {
    position:absolute;
    top:140px;
    left:300px;
}

#mybody {
    position:absolute;
    top:175px;
    left:300px;
	padding-right:16px;
}

#mybody  th {
    background-color: #e0e1e3;
    color:#626b71;
	padding-left:6px;
	padding-right:6px;
}
#mybody  td {
    background-color: Ivory;
    border-bottom:1px solid #e0e1e3;
	padding:6px;
}

#mybody a:link {color: #626b71;text-decoration:none;}
#mybody a:visited {color: #626b71;text-decoration:none;}
#mybody a:active {color: black;text-decoration:none;}
#mybody a:hover {color: black;text-decoration:underline;}





