/* ~~~ Grundeinstellungen ~~~ */

*  {
	margin: 0;
	padding: 0;
	outline-style: none;
	border: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;}

body    {
	color: white;
	font-size: 100.01%;
	background-color: #CC0000;
	background-image: url(images/bg.jpg);
	}

p      {
	font-size: 80%;
	font-style: normal;
	line-height: 135%;
	text-align: left;
	vertical-align: top;}

p + p {
	padding-bottom: 4px;}


b  {
	font-weight: bold;}

h1   {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 18px;}
       
h2   {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;}
	
a   {
	font-weight: bold;
	color: white;}

a:hover  {
	color: #FFCC99;}


/* ~~~ Divisions  ---*/

#milk    {
	position: fixed;
	width: 100%;
	top: 30%;
	height: 300px;
	background-image: url(images/milk.png);
	background-repeat: repeat;
	background-color: transparent;
}

#main  {
	position: absolute;
	margin-left: -475px;
	top: 30%;
	margin-top: -25px;
	left: 50%;
	width: 950px;
	height: 400px;
}

#navi {
	position: relative;	
	width: 950px;
	height: 25px;
}

#bilder	{	
	position: relative;
	width: 450px;
	height: 300px;
	margin-right: 35px;
	float: left;}

#content    {
	position: relative;
	vertical-align: bottom;
	width: 450px;
	height: 270px;
	margin-top: 20px;
	overflow: auto;
}
	
#logo   {
	position: absolute;
	background: url(images/thenetwork.png) no-repeat;
	width: 365px;
	height: 205px;
	left: -23px;
	top:205px;
	}

#w3c   {
	position: absolute;
	width: 100px;
	height: 70px;
	top: 95%;
	margin-top:-50px;
	right: 10px;
	}

/* ---Navigation ---*/


#navi a   {
	text-decoration: none;
	display: inline-block;
	width: 110px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 125%;
	color: white;
	text-align: center;
	font-weight: bold;
	border: 0px white solid;}
	
#navi a.firstblock  {
	text-align: left;
	margin-left: 0px;}

#navi a.referenzblock, #navi a.musikerblock {
	width: 105px;}

#navi a.repertoireblock  {
	width: 125px;}
	
#navi a.kontaktblock  {
	width: 170px;}

#navi a:hover {
	font-weight: bold;
	color: #FFCC99;
}


/* -- sonstiges ---*/

.refs  {
	font-size: 160%;
	line-height: 110%;
	vertical-align: baseline;
	font-weight: normal;
}

#content p, #content h1, #content h2
{
	bottom: 0px;
	vertical-align: bottom;
}

#content h1.abstand	{
	padding-top: 40px;
}	