/*..........CSS Reset..........*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,  u, i, dl, dt, dd, ul, li,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*..........Design..........*/

html, body {
  height: 100%;
  width: 100%;
  background: #000000;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  color: #ffffff;
}

div#spacer {
  height: 50%;
  min-height: 376px;
}

div#content {
  position: relative;
  height: 753px;
  width: 1002px;
  margin: -376px auto 0 auto;
  background: url(images/bg.jpg) no-repeat top left;
}

div#stoerer {
  position: absolute;
  width: 195px;
  height: 195px;
  top: 80px;
  left: 45px;
  background: url(images/stoerer.png) no-repeat left top;

  text-indent: -9999px;
}

p#hinweis {
  position: absolute;
  font-size: 15px;
  line-height: 1.2em;
  top: 550px;
  left: 100px;
}

a#myspace {
  width: 240px;
  height: 66px;
  background: url(images/myspace.png) no-repeat left top;
  display: block;
  position: absolute;
  top: 650px;
  left: 70px;
  
  text-indent: -9999px;
}

div#news {
  width: 433px;
  height: 151px;
  padding: 5px 5px 5px 25px;
  background: url(images/bg_news.png) no-repeat left top;
  position: absolute;
  top: 570px;
  left: 480px;
  overflow: auto;
}

/*..........Links..........*/

a {
  text-decoration: none;

  color: #ffcc33;
}

a:hover {
  text-decoration: underline;
}



/*..........Common Help Classes..........*/

.fixed:after 				{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.fixed 							{ display:block; }
/*  \*/
.fixed 							{ min-height:1%; }
* html .fixed 					{ height:1%; }
.clear 							{ clear:both; }

.fix_br							{ border:1px dotted #f00; }
.fix_bg							{ background:#0f0; }
