@charset "utf-8";
/* CSS Document */

#wrapper {
	width:700px;
	margin-top:-9px;
	border-right:#333333 dashed 1px;
	text-align:left;
	height:100%;
	z-index:1;
 }
 
 #header {
	margin-top:0px;
 	width:700px;
	height:201px;
	z-index:2;
	
  }	
	
#footer {
 	width:700px;
	height:50px;
	background-image:url(../GFX/footer.jpg);
	position:;
	z-index:3;
	
  }		
 
 #content {
	width:300px;
	position:relative;
	margin-left:150px;
	border-top:#333333 dashed 1px;
	border-bottom:#333333 dashed 1px;
	height:;
	z-index:4;
 }
 
  #content_detail{
	width:423px;
	position:relative;
	margin-left:150px;
	border-top:#333333 dashed 1px;
	border-bottom:#333333 dashed 1px;
	height:;
	z-index:4;
 }
 
 .subscript {
 	font-family:"Courier New", Courier, monospace;
	font-size:x-small;
	
}

.U1_Copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.subscript_grau {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#CCCCCC;
}

.next_back {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	
}

a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background-color:#333333;
	text-decoration:none;
}

a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFF33;
	background-image:url(../GFX/hg_visited.jpg);
	text-decoration:none;
 }
 
a:visited {

background-color:#333333;
}
	

