
BODY
{
	font: 80%/1.4 "Helvetica", Arial, sans-serif;
}

#wrapper
{
	width: 930px;
	margin: 25px auto;
	padding: 10px;
	position: relative;
}

#header
{
	position: relative;
	background: white;
	height: 100px;
}
H1
{
	position: absolute;
	right: 30px;
	top: 20px;
	
}
H1 A
{
	display: block;
	background: url('../images/logo.png');
	width: 200px;
	height: 50px;
	text-indent: -9999px;
}


#navigation
{
	position: absolute;
	left: 25px;
	top: 55px;
	width: 600px;
	height: 28px;
}
#navigation LI
{
	display: inline;
}
#navigation LI A
{
	display: inline-block;
	_float: left;
	background: url('../images/navigation.png');
	text-indent: -9999px;
	height: 28px;
}

#navigation LI.silberweiss A
{
	width: 109px;
}
#navigation LI.kompetenzen A
{
	width: 119px;
	background-position: -109px 0;
}
#navigation LI.aktuelles A
{
	width: 94px;
	background-position: -228px 0;
}
#navigation LI.silberweisslinge A
{
	width: 148px;
	background-position: -322px 0;
}
#navigation LI.kontakt A
{
	width: 80px;
	background-position: -470px 0;
}

BODY.silberweiss #navigation LI.silberweiss A,
#navigation LI.silberweiss A:hover
{
	background-position: 0 -28px;
}
BODY.kompetenzen #navigation LI.kompetenzen A,
#navigation LI.kompetenzen A:hover
{
	background-position: -109px -28px;
}
BODY.aktuelles #navigation LI.aktuelles A,
#navigation LI.aktuelles A:hover
{
	background-position: -228px -28px;
}
BODY.silberweisslinge #navigation LI.silberweisslinge A,
#navigation LI.silberweisslinge A:hover
{
	background-position: -322px -28px;
}
BODY.kontakt #navigation LI.kontakt A,
#navigation LI.kontakt A:hover
{
	background-position: -470px -28px;
}





#content
{
	margin-top: 10px;
	background: white;
}
#stage
{
	float: left;
	width: 640px;
	position: relative;
}
#sidebar
{
	float: left;
	width: 290px;
	position: relative;
}


















#footer
{
	background: white;
	font-family: Arial, sans-serif;
	font-size: 80%;
	padding: 3px 0;
	text-align: center;
	margin: 10px 0 0 0;
}
#footer LI
{
	display: inline-block;
	_display: inline;
	padding-right: 15px;
	background: url('../images/footer-dot.png') no-repeat bottom right;
}
#footer LI:last-child
{
	padding-right: 0;
	background: transparent;
}
#footer LI.silberweiss,
#footer LI.impressum,
#footer LI.agb,
#footer LI.datenschutz,
#footer LI.home
{
	text-transform: uppercase;
}
#footer LI A
{
	color: black;
	text-decoration: none;
}
#footer LI A:hover
{
	color: #999;
}

