@charset "utf-8";
/* CSS Document */
* {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #76767C;
}
a:link, a:visited {
	background-color: #FFF;
}
a:hover, a:active {
	color: #000000;
	background-color: #F0F0F0;
}
#header {
	margin-right: auto;
	margin-left: auto;
}
a img {
	border: none;
}
h1 a:hover, h1 a:active {
	background-color: #FFF;
}
h1 span {
	position: absolute;
	top: -10000in;
	font-size: 0px;
}
#adress {
	white-space: nowrap;
	color: #000099;
	padding-left: 3em;
	text-align: right;
}
#container {
	position: relative;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 3em;
	padding-bottom: 1em;
	margin-bottom: 7em;
}
#navigation {
	position: relative;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 0px;
	padding-bottom: 2em;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: inline;
	padding-right: 10px;
}
#borderbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	width: 100%;
	background-image: url(images/Seitenleiste.gif);
	background-repeat: repeat;
}
#content {
	position: relative;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	top: 0px;
}
#borderleft, #borderright {
	position: absolute;
	height: 100%;
	width: 5px;
	background-image: url(images/Seitenleiste.gif);
	background-repeat: repeat;
}
#borderleft {
	top: 0px;
	left: 0px;
}
#borderright {
	top: 0px;
	right: 0px;
}
.imgright {
	float: right;
	padding-bottom: 1em;
	padding-left: 1em;
}
p + h1, ul + h1, p + h2, ul + h2, p + h3, ul + h3 {
	margin-top: 2.5em;
}
input[type=text], textarea {
	width: 100%;
}
@media print, embossed {
	#navigation, #borderleft, #borderright, h1 span {
		display: none;
	}
	#container {
		width: 100%;
		top: 1em;
		padding-bottom: 0em;
		margin-bottom: 0em;
	}
	#content {
		width: 100%;
	}
	p + h1, ul + h1, p + h2, ul + h2, p + h3, ul + h3 {
		margin-top: 3em;
	}
}
@media braille {
	#borderbottom, #borderleft, #borderright, h1 span {
		display: none;
	}
	#container, #navigation, #content {
		width: 100%;
	}
}
@media handheld {
	h1 img {
		width: 160px;
		height: 54px;
	}
	h1 span {
		display: none;
	}
	#container {
		width: 100%;
	}
	#navigation, #content {
		width: 90%;
	}
	iframe {
		width: 425px;
		height: 350px;
	}
}
