/*Stylesheet für ARGE */
  * { padding: 0; margin: 0;  }  

  body {
	color: white;
	background-color: #ffffff;
  	font-family: verdana, arial, helvetiva, sans-serif;
	font-size: small;
	background-image: url(hg_02.jpg);
	background-attachmend: fixed;
	background-repeat: repeat-x;
		

	
  }

#wrapper  {
	color: white;
	background-color: silver;
	background-image: url(hg_02.jpg);
	max-width: auto;
	height: 400;
	padding-top: 15px;
	padding-left:15px;
	margin-left: 15px;
	margin-right:0;
	margin-bottom: 0;

  }



#inhalt  {
	position: absolute;
	width: 300px;
	height:400px;

	margin-top: 0px;
	padding-top: 0px;

	padding-left: 400px;
	margin-left: 0px;

	padding-right: 10px;

	padding-bottom: 0px;
	
	
	
	background-color: white;
	color: #58595b;	
}




#swf {
	position: absolute;
	width: 400px;
	height: 400px;
	float: left;
	margin-top: 0px;
	margin-left: 0;
	margin-right: auto;
	border-top: 2px solid #black;
	border-bottom: 2px solid #black;
	color: black;
	background-color: black;
}


a:link { color: black;}
a:visited { color: black;}
  h1 { font-size: 100% }	
  h2 { font-size: 100% }
  h3 { font-size: 95%}