*
{
	margin: 0; padding: 0;
}

body
{
	font: normal 0.75em/1.5em arial,helvetica,sans-serif;
	color: #dfdcd7;
	background-color: #050306;

}

hr												{ display: none; }
.nodisplay
{ 
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

.spacer											{ display: block; clear: both; height: 1px; overflow: hidden; padding: 0; margin: -1px 0 0 0; }

fieldset										{ border: none; }
legend											{ display: none; }
input, select									{ width: 95%; }
.checkbox, .radio								{ width: auto; }
input:focus, textarea:focus						{ background-color: #fff; }
.button:focus									{ background-color: transparent; }
label											{ cursor: pointer; }

img 											{ border: 0px none; }
strong											{ font-weight: bold; }

ul, ol											{ list-style: none; }
li a											{ display: block; text-decoration: none; }

p												{ margin: 0 0 1.5em 0; }
abbr											{ cursor: help; }
h1, h2, h3, h4, h5, h6							{ font-size: 100%; }

/* ******************** page blocks */

#page
{
	margin-top: 5em;
}

#header
{
	text-align: center;
}

#header h1
{
	width: 780px;
	text-align: left;
	margin: 0 auto;
}

#header h1 a
{
	margin-left: 600px;
	display: block;
	height: 60px;
	background: url(../pics/logo.gif) 100% 0 no-repeat;
}

#desk
{
	background-color: #1d1a11;
	text-align: center;
	border-bottom: 1px solid #666;
	margin-bottom: 3em;
}

#desk li { border-top: 1px solid #666; background: url(../pics/pfeil.gif) 95% 50% no-repeat; }
#desk li:hover
{
	background-color: #332f22;
}

#desk .teaser
{
	text-decoration: none;
	color: #dfdcd7;
	padding: 0.75em 0;
	width: 100%; 
	text-align: left; 
	margin: 0 auto;
	position: relative;
}

#desk .teaser .container {
	margin:0 auto;
	width: 780px;
}

#desk li .teaser span
{
	display: block;
}

#desk .stoerer
{
	height: 128px;
	width: 128px;
	background: url(../pics/stoerer.gif) no-repeat;
	position: absolute;
	margin-top: -20px;
	display: block;
	right: 0;
}
	
#desk .teaser img
{
	float: left;
	padding: 1px;
	border: 1px solid #666;
	margin-right: 15px;
	display: block;
	z-index: 25;
}

/* ******************** elements styles */

.skip
{
	text-align: right;
	margin: 0.75em 0;
}
/* ******************** forms */
.button
{
	width: auto;
	cursor: pointer;
	font: normal 100%/1.5em arial,helvetica,sans-serif;
	border: 0 solid;
	background-color: transparent;
	text-decoration: underline;
	text-align: left;
}
