@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #c6c7c8;
}

#robfielitz {
	position:absolute;
	width:955px;
	height:43px;
	z-index:1;
	left: 195px;
	top: 100px;
}
#politics {
	position:absolute;
	width:350px;
	height:43px;
	z-index:2;
	left: 247px;
	top: 145px;
}
#impressum {
	position:absolute;
	width:150px;
	height:43px;
	z-index:3;
	left: 765px;
	top: 145px;
}

#text {
	position:absolute;
	width:400px;
	height:400px;
	z-index:4;
	left: 247px;
	top: 199px;
}
  
  
.fliesstextbold {font-weight: bold}

 acronym  {
   border-bottom: 1px dotted red;
   cursor: help;
 }


  /* textlinks
----------------------------------------------- */


 a:link {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
 }
 
 a:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;

 }
 
 a:hover {
	color:#c6c7c8;
	text-decoration: none;
	font-weight: bold;


  }
  
