body 
{
    font: 10px Verdana;
    /*font-family: Verdana;
	font-size: 10px;*/
	color: #171913;
	text-align: justify;
	background: url('images/pattern.png') repeat fixed top left;
}

a:link, a:visited, a:active, a:hover 
{
    text-decoration: none;
    font: 11px, Arial;
}

a:link, a:visited 
{ 
    color: #F85922;
}

a:active 
{
    color: #F85922; 
}

a:hover 
{ 
    color: #0A59BC;
}

b, i, u 
{
    font: 10px Verdana;
    /*font-size: 10px; 
    font-family: verdana;*/
}

b 
{
    color: #009C1C;
    font-weight: bold;
}

i { 
    color: #8C51B5; 
    font-style: italic; 
    text-transform: uppercase;
}

u {
    color: #F33D8C; 
    text-decoration: underline;
}


/* DIVS */   
#nav, #content, #tweet, #supporting, #ff, #new
{
    text-align: justify;
    position: absolute;
}

#head, #musicbox 
{
    text-align: justify;
    position: relative;
}

#nav 
{
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    top: 0px;
    left: 550px;
    width: 850px;
    margin-left: -505px;
    height: inherit;
    margin-bottom:5px;
}

#head
{
    width: 850px;
    height: 270px;
    left: 37px;
    top: 29px;
}

#musicbox
{
    width: 200px;
    height: 200px;
    left: 150px;
    top: -170px;
}

#content 
{
    background-color: #ffffff;
    top: 309px;
    padding: 5px;
    width: 840px;
    left: 45px;
}

#tweet 
{
    top: 20px;
    left: 900px;
    width: 200px;
}

#supporting 
{
    top: 20px;
    left: 1100px;
    width: 150px;
}

#ff 
{
    top: 90px;
    left: 915px;
    width: 180px;
}

#new 
{
    top: 10px;
    left: 915px;
    width: 300px;
}

/* FORMULARE */
input, select, textarea 
{
    font: normal, 8pt, Tahoma;
    text-transform: none;
    color: #000000;
    padding-right: 3px;
    padding-left: 3px;
	background-image: url('images/pattern.jpg');
	border: 1px dotted #000000;
	margin: 4px;
}

textarea 
{
    text-align: center;
    height: 100px;
    width: 200px;
}