body {
        margin: 0px;
		padding: 0px;
		text-align: center;
		background-color: #000000;
}

img {
        margin:5px;
}

a, a:link, a:visited, a:active {
		color: #8b0000;
}

a:hover {
		text-decoration: none;
}

div#bar {
        background-image: url('../images/cellpic.gif');
        background-repeat: repeat-x;
        width: 79%;
        margin-left: 10%;
        border: 1px solid #8d0000;
        text-align: left;
        padding: 0.5%;
        font-size: 0.75em;
        font-family: Arial, Helvetica;
		display: none;
}

div#bar a:link, div#bar a:visited {
		color: #d6d6d6;
}

div#bar a:hover {
        color: #470000;
}

div#header {
        background-image: url('../images/gradient.gif');
        background-repeat: repeat-x;
        background-color: #8d0000;
        border: 1px solid #8d0000;
        width: 80%;
        margin-left: 10%;
        text-align: left;
		display: none;
}

div#header h1 {
        background-image: url('../images/andro_waveflag.gif');
        background-repeat: no-repeat;
        margin: 0px;
        padding-left: 25%;
        font-size: 1.6em;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: 0.15em;
        line-height: 105px;
        font-family: Trebuchet MS, Arial, sans-serif;
}

div#content {
        background-image: url('../images/headerblack.png');
		background-repeat: no-repeat;
		background-color: #000000;
		color: #ffffff;
		width: 798px;
		border-right: 1px solid black;
		border-left: 1px solid black;
		margin: auto;
		font-family: Myriad Pro;
}

div#links {
		margin: 350px 0 10px 0;
        float: left;
		width: 150px;
		font-size: 0.7em;
}

div#nav {
		background-color: #ffffff;
		margin-bottom: 20px;
		line-height: 1.5em;
		background-image: url('../wbblite/images/back.gif');
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
}

div#nav ul {
        margin-top: 1.1em;
        padding: 0 0 0 0;
        list-style-type: none;
}

div#nav ul li {
        margin-top: 0.85em;
}

div#nav ul li a.aktuell {
        background-color: #470000;
		background-image: url('');
}

div#nav ul li a {
        display: block;
        background-color: #000000;

        background-repeat: repeat-x;
        color: #ffffff;
        text-decoration: none;
        font-size: 0.85em;
        font-family: Arial, Helvetica;
        letter-spacing: 0.15em;
        padding: 0.2em;
}

div#nav ul li a:hover {
        background-color: #470000;
        background-image: url('');
        color: #ffffff;
        text-decoration: none;
}

div#main {
        text-align: left;
		padding: 220px 20px 20px 20px;
		margin-left: 150px;
		font-family: Myriad Pro;
		font-size: 0.8em;
		line-height: 1.5em;
		text-indent: 2.6em;
}

div#main h3 {
        font-size: 16px;
		font-variant: small-caps;
        border-bottom: 1px solid #8d0000;
}

div#main h4 {
		text-indent: 0;
		margin: 20px 0 5px 0;
}

div#main ol#subNav {
		text-align: right;
		border: 1px dotted #8d0000;
}

div#main ol#subNav li {
		display: inline;
		padding: 0 5px;
}

div#main ol#subNav li a {
		text-decoration: none;
}

div#main ol#subNav li a.hier {
		text-decoration: none;
		color: #929292;
}

div#footer {
		clear: both;
        background-color: #ffffff;
		color: #000000;
		line-height: 75px;
		width: 758px;
		font-size: 0.7em;
		margin: auto;
		padding: 0 20px 0 20px;
		text-align: left;
}

ul#feed {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
}

table#people {
		color: #000000;
}