﻿
body {
	min-height: 100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background:#6cd7cc;
}
#gabisbox{
	border:20px solid white;
	
}
#content {
	font-family:Arial sans-serif;
	color: #000;
	font-size:12px;
	display:block;
	background:#6cd7cc; 
	padding: 10px; 
	height:100%; 
	max-height:100%; 
	overflow:auto;  
	position:relative; 
	z-index:1; 
}
#header { 
   	margin:0;  
   	display:block; 
  	width:100%; 
   	height:80px; 
   	background: url(res-eigene/header.png) center center no-repeat #6CD7CC; 
    	font-size:2em; 
   	z-index:2; 
    	color:green; 
    	border-bottom:20px solid white;
}
#footer {
	font-family:Arial sans-serif;
	color: #000;
	font-size:12px;
	padding-top:15px;
	text-align:right;
	position:relative; 
	margin:0; 
	bottom:0; 
	display:block; 
	width:100%; 
	height:30px; 
	border-top:20px solid white;
}
h1{
	color: green;
	text-align:left;
	margin-bottom:10px;
}
h2{
    	display:block;
    	font-family:Arial sans-serif;  
    	font-size:20px; 
    	padding-left: 100px;  
    	color: #fff; 
    	background: #6cd76c;
}
h3{ 
    	display:block;  
    	color: #fff; 
    	background: #6cd76c;
    	text-align:center; 
}
