/*****************************/
/*  screen.css               */
/*              		 */
/*****************************/

body {
    margin:0px;
    padding:0px;
    }

html {
		font-family: Georgia, sans-serif;
		font-size: 14px;
	 }

div #inhalt {
    position:relative;
    top: 0px;
    width:100%;
    text-align:left;
    background-color:transparent;
    }

div#oben {
		background: #ad0c2b;
		width:100%;
		height: 100px;
		position:relative;
		text-align: left;
		margin: 0;
		font-weight: bold;
		font-size: 11px;
	 }
div #oben a:link {
		color: #c0c0c0;
		font-weight: bold;
		text-decoration: none;
	 }
div #oben a:visited {
		color: #c0c0c0;
		font-weight: bold;
		text-decoration: none;
	}
div #oben a:hover {
		color: white;
		text-decoration: none;
	}
div #oben a:active {
		color: white;
		text-decoration: none;
	}

div #links {
    background: #dbebf7;
    position:relative;
    top:0px;
    left:0px;
    width:20%;
    min-height: 600px;
    float: left;
    padding:0px;
    margin:0px;
    }

div #mitte {
    background: #dbebf7;
    position:relative;
    top:0px;
    left:0px;
    width:60%;
    min-height: 600px;
    float: left;
    padding:0px;
    margin:0px;
    }

div #rechts {
    background: #dbebf7;
    position:relative;
    top:0px;
    left:0px;
    width:20%;
    min-height: 600px;
    float: left;
    padding:0px;
    margin:0px;
    }

div #aussen {
    position:relative;
    top:30px;
    left:20px;
    width:10px;
    float:left;
    padding:0px;
    margin:0px;
    }

ul#menu {
		margin: 0; padding: 0;
		font-family: Trebuchet MS;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;

     }

ul#menu a:link {
		color: #C0C0C0;

		font-weight: bold;
		text-decoration: none;
	 }

ul#menu a:visited {
		color: #C0C0C0;

		font-weight: bold;
		text-decoration: none;
	}

ul#menu a:hover {
		color: white;

		text-decoration: none;
	}

ul#menu a:active {
		color: white;
		text-decoration: none;
	}

ul#menu li {
		list-style: none;
		display: inline;
		margin: 0; padding: 0;
     }

ul#menu2 {
		margin: 0; padding: 0;
		font-family: Trebuchet MS;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.1em;

     }

ul#menu2 a:link {
		color: #808080;

		font-weight: bold;
		text-decoration: none;
	 }

ul#menu2 a:visited {
		color: #808080;

		font-weight: bold;
		text-decoration: none;
	}

ul#menu2 a:hover {
		color: black;

		text-decoration: none;
	}

ul#menu2 a:active {
		color: black;
		text-decoration: none;
	}

ul#menu2 li {
		list-style: none;

		margin: 0; padding: 0;
     }