html {
	font-size: 100%; 
	width: 100%;
	height:100%;
}

body {
	padding:0;margin:0;
	color: #000000;
	background: #ffffff;
	font-family: "Times New Roman",times, serif; 
	font-size: 11px;
	line-height: 2; 
	width: 100%;
	height:100%;
}

a img{
	border: none;
}

#global{
	position: relative;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	clear: both;
}

#topborder{
position:absolute;
	top:0;
	left:3%;
	width:94%;
	height: 1%;
	border-bottom:1px solid #1E4D2B;
}

#bottomborder{
position:absolute;
	top:99%;
	left:3%;
	width:94%;
	height: 1%;
	border-top:1px solid #1E4D2B;
}

#leftborder{
position:absolute;
	top:5%;
	left:0;
	width:1%;
	height: 90%;
	border-right:1px solid #1E4D2B;
}

#rightborder{
position:absolute;
	top:5%;
	left:99%;
	width:1%;
	height: 90%;
	border-left:1px solid #1E4D2B;
}

#left{
	position:absolute;
	top:2%;
	left:2%;
	width:48%;
	height: 86%;
text-align: center;
}

#right{
	position:absolute;
	top:2%;
	left:50%;
	width:48%;
	height: 86%;
	text-align:center;
}

#archiv{
	position:absolute;
	top:2%;
	left:2%;
	width:96%;
	height: 96%;
	text-align:center;
}

#footer {
	position:absolute;
	top:89%;
	left:2%;
	width:98%;
	height: 10%;
}

a {
text-decoration: none;
width: 100%;
margin: 0;
color: #1E4D2B;
font-family: "Times New Roman";
font-weight: bold;
font-size: 15px;
}

a.floowie{
font-size: 20px;
}

a:hover {
text-decoration: underline;
}

h1 {
color: #1E4D2B;
font-family: "Times New Roman";
font-weight: bold;
}

