#kopfzeile-inhalt
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 200px;
}

#hompagelink
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 390px;
	height: 45px;
}

#kopfzeile-inhalt input[type='text']
{
	z-index: 1;
	position: absolute;
	left: 640px;
	top: 60px;
	border: none;
	padding: 2px 2px 2px 7px;
	margin: 0px;
	width: 280px;
	height: 21px;
	background-color: #FFF;
	
	-moz-border-radius: 7px 0px 0px 7px; /* Firefox */
	-webkit-border-radius: 7px 0px 0px 7px; /* Safari, Chrome */
	-khtml-border-radius: 7px 0px 0px 7px; /* Konqueror */
	border-radius: 7px 0px 0px 7px; /* CSS3 */
}

#kopfzeile-inhalt input[type='text']:focus
{
	background-color: #EEE;
	left: 637px;
	top: 58px;
	border: 2px solid #000;
}

#kopfzeile-inhalt input[type="image"]
{
	z-index: 2;
	position: absolute;
	left: 930px;
	top: 60px;
	width: 30px;
	height: 25px;
	
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;

	background-image: url(../bilder/allgemein/suchlupe.gif);	
	-moz-border-radius: 0px 7px 7px 0px; /* Firefox */
	-webkit-border-radius: 0px 7px 7px 0px; /* Safari, Chrome */
	-khtml-border-radius: 0px 7px 7px 0px; /* Konqueror */
	border-radius: 0px 7px 7px 0px; /* CSS3 */
	overflow: hidden;
}

#kopfzeile-inhalt input[type="image"]:hover
{
	background-image: url(../bilder/allgemein/xsuchlupe.gif);
	
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#kopfzeile-inhalt-backlinks
{
	position: absolute;
	left: 0px;
	top: 70px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}

#kopfzeile-inhalt-backlinks a
{
	text-decoration: none;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}

#kopfzeile-inhalt-backlinks a:hover
{
	text-decoration: underline;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#inhalt-wrapper
{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
}

#fusszeile-background
{
	height: 150px;
	width: 100%;
	min-width: 960px;
	background-color: #2B2B2B;
}

#fusszeile-wrapper
{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 150px;
}

#fusszeile-inhalt
{
	padding-top: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	color: #EEE;
	text-align: right;
}

#fusszeile-inhalt a
{
	color: #FFF !important;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;	
	margin-left: 20px;
}

#fusszeile-inhalt a:hover
{
	text-decoration: underline;
}

#fusszeile-inhalt p
{
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #999;	
}

#clear-fusszeile
{
	height: 50px;
	clear:both;
}

#hochpfeil
{
	position: fixed;
	top: 0px;
	left: 95%;
	width: 55px;
	height: 100%;
	min-height: 100%;
}

#hochpfeil p
{
	margin-bottom: 152px;	
	display: block;
}

#hochpfeil img
{
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#hochpfeil img:hover
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}