div,td,body
    {
	font-family:  Arial, Tahoma, fantasy, sans-serif; 
	font-size: 14px;
	font-style: normal; 
	color: #000000; 
	font-weight: normal;
	link: #000000;
	}

body{
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */
	}

#wrapper {
	background-color: #FFFFFF; 
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
/*	overflow: hidden !important; /* FF Scroll-leiste */ 
}
	
	h1{
	font-size:20px;
	}
	
	a{
	color:#000;
	text-decoration:underline;
	}
	a:hover{
	text-decoration:underline;
	}	
	a.a{
	color:#000;
	text-decoration:none;
	}
	a.a:hover{
	text-decoration:underline;
	}	
	
a.footer{
	color:gray;
	text-decoration: none;
}
a:hover.footer{
	text-decoration: underline;
}

#close_box a {
/*background-color:red;*/
position: absolute;
right: -12px;
top: -15px;
