/*
	Style file for the tu homepage
	Copyright 2009 Alexander Stanik
*/

body {
	font: normal 100.01% Helvetica, Arial, sans-serif;
	color: black;
	background-color: #ffffff;
}

hr {
	margin-left: 30px;
	margin-right:30px;
	color:#900;
	background-color:#900;
	height:5px;
}

ul#Navigation {
    width: 10em;
    margin: 0; padding: 0.2em 0.8em 0.8em;
    border: 0px solid black;
    background-color: #fff;
}
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
}
ul#Navigation li {
    list-style: none;
    margin: 0.4em;
    padding: 0;
    margin-left:30px;
}

ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
    display:block;
    padding: 0.2em;
    text-decoration: none;
    font-weight: bold;
    border: 0px solid black;
    border-left-color: white;
    border-top-color: white;
    color: #900;
    background-color: #ddd;
}
* html ul#Navigation a, * html ul#Navigation span, * html ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
}
ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black;
    border-top-color: black;
    color: white;
    background-color:#900;
}

table {
	margin-right:40px;
}
