﻿body {
	font-family: verdana;
	background: #000;
	padding: 0;
	margin: 0;
	color: #999999;
}

body a 	{

		color: #BB2A34;
		text-decoration:	underline;
	
		}

body a:hover	{
		color:			#F38F1D;
		text-decoration:	underline;
		}

#firefox
{
	width: 30px;
	background: #333;
	position: absolute;
	left: 40px;
	top: 100px;
	height: 620px;
	background-image: url(../img/bg-zahn-30x580a.gif);
}

#pank
{
    background: #000;
position: absolute;
left: 240px;
top: 100px;
color: #fff;
border: 1px #fff solid;
height: 120px;
    width: 200px;
padding: 0px;
text-align: center;
}

#fotoman
{
    width: 140px;
    background: #000;
position: absolute;
left: 81px;
top: 100px;
height: 620px;
font-size: 12px;
color: #fff;
}

#yellmo
{
    width: 420px;
    background: #000;
position: absolute;
left: 240px;
top: 232px;
height: 500px;
font-size: 11px;
color: #CCCCCC;
text-align: justify;
}

#p0nk
{

    background: #000;
position: relative;
left: 460px;
top: 100px;
color: #fff;
border: 1px #fff solid;
height: 120px;
    width: 200px;
padding: 0px;
text-align: center;
}

#yellm0
{
    width: 200px;
    background: #000;
position: relative;
left: 520px;
top: 30px;
height: 578px;
font-size: 11px;
color: #fff;
text-align: justify;
}

#p1nk
{

    background: #000;
position: absolute;
left: 680px;
top: 100px;
height: 120px;
color: #fff;
border: 1px #fff solid;
    width: 200px;
padding: 0px;
text-align: center;
}

#yellm1
{
	width: 180px;
	background: #000;
	position: absolute;
	left: 680px;
	top: 232px;
	height: 488px;
	font-size: 11px;
	color: #fff;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 20px;
	border-left-color: #333333;
}


hr{
background-color:#333333; /* Mozilla 1.4 */
color:#333333; /* IE 6 */
border: #333333; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}


/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
	float: right;
}

img.left {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0;
}

img.right {
  padding: 5px 0 0px 5px;
  margin: 5px 0 5px 15px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}
#logo {

    width: 550px;
position: absolute;
left: 25px;
top: 15px;
height: 100px;
}


/***************************************************
 ul / li
 ***************************************************/

ul
{
list-style-type: none;
padding: 5;
margin-left: 1em;
}

li
{
background-image: url(../images/PfeilOrg.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 1.1em;
}

