body, html {height: 98%;}
body {
    font:small-caps 14pt Courier;
    font-family:Courier, sans-serif;
    font-weight:bold;
    /*background-image:url(Background1.png);*/
    background-repeat:no-repeat;
    background-position:0px 0px;
    background-color:#bbb;
}
a {
    color:#000000;
    text-decoration:none;
    font-family:Courier, sans-serif;
    font-weight:bold;
}
a:hover {
    color:#efef00;
}

h2 {
    font:1.1em Courier;
    border-bottom:1px solid black;
    font-weight:bold;
}

#news {
    text-align:left;
    width:50%;
}
#news a {
    text-decoration:underline;
}

#megaphon {
    position:absolute;
    border:0;
    z-index:0;
    position: absolute;
    top: 15px;
    left:10px;
}

#images a img:hover {
    border:1px solid blue;
}
#images a img {
    border:1px solid white;
}
#images img {
    margin:9px;
}

#sound {
    line-height:2em;
}
#technik {
    width:500px;
    line-height:1.3em;
    font:normal 12pt Courier;
    text-align:center;
}
#technik p {
    line-height:1.3em;
    text-align:left;
}

#navigation {
    margin: 20px 0;
    min-width:800px;
    width:100%;
    text-align:center;
}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
#navigation ul li {
	margin-left: 0;
	padding-left: 2px;
	padding-right: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#navigation ul li:hover {
    background-color:#efefef;
    font-style:italic;
}
#navigation ul li:before, #news a:before {
	content: "\0020 \0020 \0020 \00BB";
	color: #449;
}
#navigation a:hover {
    color:orange;
}

#linklist {
    width:400px;
    max-width:400px;
    text-align:left;
    font:normal 14pt Courier;
    margin-left:200px;
}
#linklist a.linklistlink {
    font-size:0.7em;
}
a.external {
    font-weight:bold;
}
a.external:after {
	content: "\00BB \0020";
	color: red;
}
a.internal:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #449;
}
