html {
	height: 100%;
	padding-bottom: 1px;  /* always show scrollbars */
}

body {
	background: #fff; 
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px;
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 1.4em;
}

img {
   border: 0;
}

#header {
	position: fixed;
   top: 30px;
   left: 30px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   width: 830px;
   background-color: #ffffff;
   z-index: 3;
}

#header_background {
   z-index: 2;
	background-color: #ffffff;
	position: fixed;
   top: 0;
   left: 0;
   height: 105px;
   width: 100%;   
}

.layer {
	position: absolute; 
	top: 72px; 
	left: 85px; 
	z-index: 9999;
}

.layer:focus { 
	-moz-outline-style: none; 
}


#footer_background {
   z-index: 2;
	background-color: #ffffff;
	position: fixed;
   bottom: 0;
   left: 0;
   height: 10px;
   width: 100%;   
}

#navigation {
	position: fixed;
   top: 110px;
   left: 30px;
   width: 170px;
}

#content {
	position: absolute;
   top: 0;
   left: 0;
   margin-top: 110px;
   margin-left: 210px;
   margin-right: 300px;
   width: 650px;
   overflow:hidden;   
   padding-bottom: 30px; 
   z-index: 1;
	font-size: 12px;
	line-height: 1.3em;
}


#sign {
      position:fixed;
      bottom: 30px;
      left: 900px;
} 

ul.level1 {
   font-size: 16px;
   line-height: 1.3em;
   padding: 0;
   margin: 0;
   list-style-type: none;
}

ul.level1 li a {
   font-weight: bold;
   color: #0058CC;
   text-decoration: none;
}

ul.level1 li a:hover {
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

ul.level1 li a.active {
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

ul.level2 {
   font-size: 16px;
   line-height: 1.3em;
   padding: 0;
   margin: 0;
   list-style-type: none;
}

ul.level2 li {
   padding: 0 0 0 10px;
}

ul.level2 li a {
   font-weight: normal !important;
}

a.h1,
h1 {
   margin: 0;
   padding: 0 0 10px 0;
	font-size: 16px;
   font-weight: bold;
   line-height: 1.3em;
}

h2 {
   margin: 0;
   padding: 0 0 20px 0;
	font-size: 16px;
   font-weight: normal;
   line-height: 1.3em;
}

h3 {
   margin: 0;
   padding: 0;
	font-size: 16px;
   font-weight: bold;
   line-height: 1.2em;
}

#accordion h3.toggler {
	cursor: pointer;
	padding-bottom: 5px !important;
}

#accordion h3.toggler:hover {
	color: #0058CC;
}

#accordion div.element {
	padding-left: 20px !important;
}

#accordion div.element p {
	padding-bottom: 10px !important;
}

h4 {
   margin: 0;
   padding: 0;
	font-size: 16px;
   font-weight: normal;
   line-height: 1.2em;
}

h5 {
   margin: 0;
   padding: 0 0 20px 0;
	font-size: 16px;
   font-weight: normal;
   line-height: 1.2em;
}

p {
   margin: 0;
   padding: 0 0 20px 0;
}

.left {
   width: 310px;
   float: left;
}

.right {
   width: 310px;
   float: right;
}

.left2 {
   width: 220px;
   float: left;
   font-size: 16px;
   line-height: 1.2em;
}

.right2 {
   width: 400px;
   float: right;
}

.left3 {
   width: 70px;
   float: left;
   font-size: 16px;
}

.right3 {
   /* width: 550px; */
   /* float: right; */
   padding-bottom: 10px;
}

.right3 strong {
   font-size: 16px;
   line-height: 1.2em;
   padding-bottom: 5px;
}

.right4 {
   float: right;
}

.column {
   clear: both;
}

.column70 {
   width: 70%;
}

a {
   text-decoration: none;
   color: #0058CC;
}

a:hover {
   text-decoration: none;
   color: #000000;
}

hr {
   border: none;
   border-bottom: solid 1px #000000;
   margin-bottom: 20px;
}

hr.short70 {
   border: none;
   border-bottom: solid 1px #000000;
   margin-bottom: 20px;
   width: 70%;
   margin-left: 0;
   margin-right: auto;
}

hr.short50p {
   border: none;
   border-bottom: solid 1px #000000;
   margin-bottom: 20px;
   width: 50px;
   margin-left: 0;
   margin-right: auto;
   display: block;
}

#content ul {
   padding: 0 0 20px 20px;
   margin: 0;
   list-style-type: none;
}

#content ul li {
   padding-left: 20px;
   background-image: url(/static/images/dot.png);
   background-repeat: no-repeat;
   background-position: left center;
}

.clear {
   clear: both;
   display: block;
   width: 1px;
   height: 0;
}

.print {
   display: none;
}

.download h1 {
   padding: 0 !important;
}

.download p {

   padding: 0 !important;
}

.download a.file {
   padding: 5px 0 10px 0;
   display: block;
}

.download a.file span {
   position: relative;
   bottom: 10px;
}

form label {
   width: 8em;
   float: left;
   margin-bottom: 3px;
}

form input.form {
   display: block;
   width: 200px;
   color: #0000;
   background-color: #c6c6c6;
   border-top: solid 2px #c6c6c6;
   border-right: solid 2px #c6c6c6;
   border-bottom: solid 2px #d9d9d9;
   border-left: solid 2px #d9d9d9;
   margin-bottom: 3px;
}

form input.submit {
   color: #0058CC;
   border: none;
   background-color: #ffffff;
	font-size: 16px;
   font-weight: bold;
   line-height: 1.3em;
   margin: 10px 0 20px 0;
   padding: 0;
}

p.error {
   color: #ff0000;
	font-size: 16px;
   font-weight: bold;
   line-height: 1.3em;
}

div#items h1 {
   margin: -5px 0 0 0;
   padding: 0 0 10px 0;
	font-size: 24px;
   font-weight: bold;
   line-height: 1.3em;
}

#slider {
	position: relative;
}

#slider ul, 
#slider li {
	margin:0;
	padding:0 !important;
	list-style:none !important;
	background-image: none !important;
}
#slider, 
#slider li { 
	width:476px;
	height:500px;
	overflow:hidden; 
}

#prev {
	height: 357px;
	width: 235px;
	position: absolute;
	top: 0px;
	left: 0;
	display: none;
}

#prev, /* always show */
#prev:hover {
	background-image: url(/files/prev.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#next {
	height: 357px;
	width: 235px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}


#next, /* always show */
#next:hover {
	background-image: url(/files/next.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#prev:focus,
#next:focus { 
	-moz-outline-style: none; 
}

.reader {
	display: none;
}

div.catlist ul {
	font-size:16px;
	line-height:1.3em;
	list-style-type:none;
	font-weight: bold;
}

div.catlist li {
   padding-left: 0px !important;
   background-image: none !important;
}

div.catlist li a {
	display: block;
   background-image: url(/files/folder.png) !important;
   background-repeat: no-repeat;
   line-height: 32px;
   padding-left: 40px;
}

div.catlist li a:hover {
   background-image: url(/files/folder_open.png) !important;
}
.backlink {
	display: block;
	padding-bottom: 10px;
}

.kanzleiinnovationspreis {
	position: absolute;
	top: 0;
	right: -105px;
}
