html {
 width:100%;
 height:100%;
}	

body {
	background-color: #F5F5DC;
	scrollbar-base-color: Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0;
	margin: 0;
	color: #000168;
	font-size: 1em;
}

div#header {
	height: 130px;
}

div#bild {
	position: absolute;
	z-index: 1;
}

div#grau {
	height: 3px;
	position: absolute;
	top: 112px;
	left: 100px;
	background-image: url(../elemente/grau.gif);
	width: 60%;
	background-repeat: repeat-x;
	margin-right: 80px;
}

div#logo {
	position: absolute;
	top: 0;
	right: 2em;
	z-index: 2;
}

div#adresse {
	height: 22px;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
	font-size: 0.8em;
	padding-right: 10px;
	letter-spacing: 1px;
	line-height: 22px;
	background: #33479e url(../elemente/bgvadresse.gif) repeat-y;
	color: #F5F5DC;
}

div#suche{
	position: absolute;
	top: 133px;
	left: 10px;
	z-index: 6;
	font-size: 0.8em;
}
div#navigation {
	width: 220px;
	float: left;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

div#verband{
	margin-top: 10px;
	width: 220px;
	text-align: center;
	border-bottom-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	background-color: #F5F5DC;
}
div#inhalt {
	clear: both;
	/*border: 1px solid red;*/
	margin: 0;
	padding: 0;
}
div#content {
	text-align: justify;
	border-left-style: solid;
	border-left-color: Gray;
	border-left-width: 1px;
	/*border: 1px solid green;*/
	margin-left: 220px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 15px;
}
.pfad {
	color: Gray;
	font-size: 9px;
	text-align: left;
}
.stitel {
	border-bottom-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #ff5054;
	font-size: 15px;
	font-weight: bold;
	height: 24px;
	background-color: #E1E1E1;
	margin-top: 8px;
	padding-left: 5px;
	line-height: 22px;
	}

div#footer {
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: 1px;
	text-align: right;
	font-size: 0.54em;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}

#menu ul{
	width: 220px;
	list-style: none;
	border-right: 1px solid Silver;
	margin: 0px;
	padding: 0px;
}
#menu li {
	border-bottom: 1px solid Silver;
	background: #E7E9BD;
	height: 24px;
	margin: 0;
	padding: 0;
}

#menu a {
	color: #00008B;
	font-weight: Normal;
	font-size: 0.9em;
	text-decoration: none;
	letter-spacing: 0.03em;
	height: 24px;
	width: 190px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 22px;
}

#menu a.aktiv {
	text-decoration: underline;
	height: 24px;
	width: 190px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.n1menu {
	/*border:1px solid black;*/
	padding-left: 20px;
	background-image: url(../elemente/n1.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a:hover.n1menu {
	padding-left: 20px;
	background-image: url(../elemente/n1a.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a.n1aktiv {
	padding-left: 20px;
	background-image: url(../elemente/n1a.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.n2menu {
	padding-left: 20px;
	background-image: url(../elemente/n2.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a:hover.n2menu {
	padding-left: 20px;
	background-image: url(../elemente/n2a.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a.n2aktiv {
	padding-left: 20px;
	background-image: url(../elemente/n2a.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.n3menu {
	padding-left: 20px;
	background-image: url(../elemente/n3.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a:hover.n3menu {
	padding-left: 20px;
	background-image: url(../elemente/n3a.gif);
	background-position: left;
	background-repeat: no-repeat;
}

a.n3aktiv {
	padding-left: 20px;
	background-image: url(../elemente/n3a.gif);
	background-position: left;
	background-repeat: no-repeat;
}


table#loginbox {
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: static;
	text-align: center;
	border-top-color: Gray;
	border-top-style: solid;
	border-top-width: 1px;
	width: 180px;
	height: 15px;
	background-image: url(../images/back_menu.gif);
}

a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p,pre,td,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, select, textarea {
	border: 1px solid Silver;
	background-color: White;
}
input#button, #tx-newloginbox-pi1-login_submit {
	color: Red;
	background-color: Silver;
	border: 2px outset Silver;
	text-align: center;
	font-weight: bold;
}

.clientlogin {
	/*border: 1px solid #778899;*/
	text-align: left;
	position: absolute;
	top: 35px;
	left: 240px;
	z-index: 4;
	font-size: 0.8em;
}

.clientlogin input{
	font-size: 0.8em;
	vertical-align: middle;
	margin-top: 4px;
}

H1{
	font-size: 1.1em;
}
H2{
	font-size: 1.1em;
}
H3{
	font-size: 1.1em;
}
H4{
	font-size: 1.0em;
}
H5{
	font-size: 0.99em;
}
H6{
	font-size: 0.98em;
}

p,p.bodytext{
	/*border:1px solid black;*/
 margin:2px;
 padding:2px;
 text-align: justify;
}

.csc-linkToTop{
	text-align: right;
	background-image: url(../elemente/nachoben.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 8px;
}