* {
	margin: 0px;
}

body {
	background-image: url(gfx/allgemein/background.png);
	background-repeat: repeat-x;
	background-position: center;
	background-attachment: fixed;

}

strong {
	color: black;
	
}

#global {
	
	position: absolute;
	top: 50%;
	margin-top: -295px;
	height: 590px;
	width: 100%;
	overflow:hidden;
	background:url(gfx/allgemein/background3.png);
	background-repeat: repeat-x;
	background-position: center;

}
 
 
#main {
	position:absolute;
	height: 590px;
	width: 980px;
	left: 50%;
	margin-left: -490px;

}

#logo {
	position:absolute;
	left: 230px;
	top: 30px;
}

#slogan {
	position:absolute;
	left: 740px;
	top: 55px;
}

#content {
	position:absolute;
	left: 210px;
	top: 99px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
	color: #4d4d4d;
	width: 804px;
	height: 395px;
	overflow: auto;
	z-index: 50;
}

#content h1 {
	font-size: 12px;
}

#content a {
	color: #981f10;
	text-decoration: underline;
}

#content a:hover {
	color: #981f10;
	text-decoration: none;
}

#content p {
	
	padding-bottom: 15px;
}

#content li {
	margin-left: 20px;
	list-style: square;
}

#content h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px #981f10 solid;
	border-bottom: 1px #981f10 solid;
	padding-top:2px;
	padding-bottom: 1px;
	padding-left: 1px;
	width: 400px;
}

#contentlinks {
	width: 400px; 
	padding-left: 20px;
	padding-top: 20px;
}

#contentbreit {
	width: 760px; 
	padding-left: 20px;
	padding-top: 20px;

}


#menu {
	position:absolute;
	left: 35px;
	top: 100px;
	width: 150px;
	text-align: right;
}

#icons {
	position:absolute;
	left: 35px;
	top: 505px;
	width: 150px;
	text-align: right;
}

#footer {
	position:absolute;
	left: 210px;
	top: 505px;
	width: 550px;
	height: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
}

#footer a {
	color: #676767;
}

#footer a:hover {
	text-decoration:none;
}


#menu ul {
	
	list-style-image: none;
	margin-top: 15px;
	
}

#menu li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 8px;
	margin: 0px;
	border-top: 1px #edd9d6 solid;
	list-style-image: url(gfx/allgemein/list-icon.png);

}

#menu li a {
	
	color: white;
	text-decoration: none;
}


#menu li a:hover {
	
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#menu .menu-first {
	
	border-top: 0px;

}

#act {
	font-weight: bold;
}

#menu .menu-last {
	border-top: 0px;
	padding-top: 75px;
}

#content-background {
	
	position:absolute;
	left: 215px;
	top: 99px;
	width: 800px;
	height: 395px;
	z-index: 10;
}

.portrait {
	margin-right: 7px;
	border: 1px solid #707070;
	float: left;
}


form {
	margin: 0px;
	padding: 0px;
	
}
label { margin:0 3px 3px 0; padding:0; width:120px; display:block; float:left; clear:left;}
input {border:1px solid gray;  width:240px; }
input:focus {border-color:black;}
textarea {width:300px; height: 70px; border:1px solid gray;}
textarea:focus {border-color:black;}
.submitbtn {
	width: 150px;
	margin-left: 123px;
}

#plz {
	width: 60px;


