﻿html{ 
	overflow-y: scroll; 
	position: relative;	
	margin: 0;
	padding: 0;
	height: 100%;
	color: #FFFFFF;
}

body{
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-attachment: fixed; 
	background-position: 50% 50%; 
	background-color: #d5d5d5;


	margin: 0; 
    padding: 0;
	width: 100%;	
	height: 100%;
}

html, body, table, div, textarea, input, ul, ol, p, h1, h2, h3 {
	font-family: Verdana, Arial; 
	font-size: 13px;
	text-align: left;
	font-weight: 100;
	line-height: 1.3;
}

textarea{
	resize: none;
}

h3{
	font-family: Verdana, Arial; 
	font-size: 15px;
	line-height: 1;
}

a{
	font-family: Verdana, Arial; 
	font-size: 13px;
	text-decoration: underline;
	color: black;
}

span{
	font-family: Verdana, Arial; 
	font-size: 11px;
	color: white;
	text-decoration: none;
}



#wrapper{
	width: 1000px;
	height: 100%;
}

#topmenu{
	background-color: #038100;
	border: 1px solid black;
	text-align: center;
	margin-left: 362px;
	width: 625px;
	color: black;
}

#center{
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	font-family: Verdana, Arial; 
	font-size: 13px;
}

#inhalt{
	border: 1px solid black;
	padding: 10px;
	font-family: Verdana, Arial; 
	font-size: 13px;
	color: #FFFFFF;
	background-color: #4e4e4c;
}
#inhalt a
{
	color: #FFFFFF;
}

td.objekt {
	background-color: #00800C;
	text-align : center;
	color : White;
}



.admin a:link {
	color: #a2a2a1;
	text-decoration: none;
	font-size: 12px;
}

.admin a:visited {
	color: #a2a2a1;
	text-decoration: none;
	font-size: 12px;
}

.admin a:active {
	color: #a2a2a1;
	text-decoration: none;
	font-size: 12px;
}

.admin a:hover {
	color: #888888;
	text-decoration: none;
	font-size: 12px;
}

