body { 
    font-family: gillsans, helvetica;
	font-size: 13px;
	line-height:1.5em;
	color:#555555;
}

h1 {
	font-size:22px;
	font-weight: bold;
}
h2 {
	margin-top: 30px;
	font-size:16px;
	font-weight: bold;
}
h3 {
	font-size:14px;
	font-weight: bold;
}
.lng{
	text-decoration:none;
	color:#555555;
}
.lng:hover {
	text-decoration:underline;
	color: #333333;
}
.link{
	text-decoration:none;
	color:#555555;
}
.link:hover {
	text-decoration:none;
	font-weight: bold;
	color: #333333;
}

#divAll{
	width: 900px;
	margin: auto;
}

#headermain{
	background-image:url(header.jpg);
	height: 253px;
}

#footer {
	border-top: 1px solid #999999;
	text-align:center;
	padding-top: 8px;
}
.line {
	border-top: 1px solid #999999;
}

#menuleiste {
	height:30px;
	background-color:#CCCCCC;
	filter:Alpha(opacity=85); /* Internet Explorer */
	-moz-opacity: 0.85; /* Mozilla Browser */
	opacity: 0.85; /* Opera */
}

.menupunkt {
	position:relative;
	cursor:pointer;
	float: left;
	font-size:14px;
	width:102px;
	height:100%;
	text-align:center;
	border-right: 1px solid #999999;
}
.menulink {
	z-index: 2;
	padding:5px;
	font-weight:normal;
	text-decoration:none;
	color: #333333;
}
.submenu {
	position:absolute;
	z-index:1;
	left:0px;
}
.submenuentry {
	font-size:12px;
	background-color:#DDDDDD; 
	border-top: 1px solid #666; 
	color: #333333; 
	padding:3px;
}
.headermenuSpace {
	padding: 8px;
}
.headermenuFooter {
	padding: 8px;
	clear: both;
}

.login {
	float:left;
	padding-left:10px;
}

.language {
	text-align: right;
	padding-right:10px;
	padding-bottom: 2px;
	font-size: 16px;
}
.textfeld {
	border: 1px solid #999999;
}
.textarea {
	border: 1px solid #999999;
}
.button {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}
.speichernbutton {
	border: 0px solid #999999;
	color:green;
	cursor: pointer;
	background-color: #EEEEEE;
}
.loeschenbutton {
	border: 0px solid #999999;
	color:red;
	cursor: pointer;
	background-color: #EEEEEE;
}
.eintragenbutton {
	border: 0px solid #999999;
	color:blue;
	cursor: pointer;
	background-color: #EEEEEE;
}
#webmaster {
	font-size:10px;
	float:right;
	margin-right:10px;
}