
/* General */

body {
	background: #EEEEE0;
	margin: 0;
	padding: 0;
	text-align: justify; 
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px;
        line-height: 150%;
	}

img {border: 0px none;}



/* Layout */


#left {
        position: absolute;
        top: 0px;
        left: 0px;
	}

#top {
        position: absolute;
        top: 38px;
        left: 158px;
	}

#top2 {
        position: absolute;
        top: 38px;
        left: 448px;
	}


#gelb {
        position: absolute;
        top: 157px;
        left: 0px;
        width: 100%;
        height: 82px;
        background-color: #FAFDB8;
	}

#content {
        position: absolute;
        top: 260px;
        left: 290px;
        width: 470px;
        }


#navcontainer {
        position: absolute;
        top: 250px;
        left: 125px;
	}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: arial, tahoma, helvetica, sans-serif;
	}

#navlist li {
	list-style: none;
	margin: 0;
        text-align: left;
        border-top: 1px dotted #F5E108;
	}

#navlist li a {
	display: block;
	padding: 0 0.5em 0.25em 0;
	border: none;
	background: #EEEEE0;
	text-decoration: none;
	}

#navlist li a:link, a:visited { 
	color: #A4D8EA;
	}

#navlist li a:hover {
	border-left: 1em solid #A4D8EA;
	color: #F5E108;
	background: #EEEEE0;
	}



/* Stylistics */

p, table, td, tr {
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px; 
	color: #666666;
        line-height: 150%;
        }


ul { list-style-type: square; font: 11px verdana; color: #7e7473;}

b, strong {
	color: #F5E108;
        letter-spacing: 1px;
        }

p.stats {
	font: 11px tahoma;
	color: #666666;
        padding: 10px;
        background: #EEEEE0;
        border-left: 1em solid #A4D8EA;
        }


input, select, textarea {
        font: 11px tahoma;
        color: #666666;
	background: #EEEEE0;
        border: 1px solid #2975AD;
	}


/* Titles + Headers */

h1 {
	color: #2975AD;
	font-family: arial, tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
        letter-spacing: 2px;
        padding-bottom: 5px;
	}

h2 {
	color: #2975AD;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
        }

h3 {
	color: #A4D8EA;
	font-family: arial, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
        margin-bottom: -10px;
        border-bottom: 1px solid #F5E108;
        }

/* Links */

a img {border: 0;}

a:active, a:link, a:visited {
	color: #2975AD;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	}

a:hover {
	cursor: help;
	color: #A4D8EA;
        font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	}
