@charset "UTF-8";
@media all
{

body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #313131;
}
form {
	margin: 0;
}
h1 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 15px 0px 2px 0px;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 44px 0px 14px 0px;
	vertical-align: text-bottom;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 16px 0px 0px 0px;
}
p {
	margin: 0px 0px 16px 0px;
}
p.error {
	color: #9E1B34;
	font-weight: bold;
}
a {
	color: #00488a;
	text-decoration: none;
}
h6 a {
	font-weight: bold;
}
br {
	clear: both;
}
div#topsquares {
	margin: auto;
	width: 768px;
	height: 96px;
}

div#topsquares div {
	position: relative;
	float: left;
	width: 90px;
	height: 90px;
	margin: 1px 1px 1px 1px;
	background-color: #66ccff;
	display: inline;
	cursor: pointer;
	border: 2px solid #66ccff;
}

div#topsquares div.aktiv {
	border: 2px solid #00488A;
}

div#topsquares a {
	position: absolute;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	bottom: 13px;
	width: 100%;
}

div#subsquares {
	margin: auto;
	width: 768px;
	height: 96px;
}

div#subsquares div {
	position: relative;
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin: 1px 1px 1px 1px;
	background-color: #066893;
	cursor:pointer;
	border: 2px solid #066893;
}
div#subsquares div.aktiv {
	border: 2px solid #66ccff;
}

div#subsquares a {
	position: absolute;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	bottom: 13px;
	width: 100%;
}
div#subsquares div.aktiv a {
	color: #CCEBF7;
}

div#servicesquares {
	margin: auto;
	width: 768px;
	height: 96px;
}

div#servicesquares div {
	position: relative;
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin: 1px 1px 1px 1px;
	background-color: #a81e38;
	cursor:pointer;
	border: 2px solid #a81e38;
}
div#servicesquares div.aktiv {
	border-color: #efa5a5;
}
div#servicesquares div.uebersicht {
	border-color: #f38a0e;
	background-color: #f38a0e;
}
div#servicesquares div.uebersichtaktiv {
	border-color: #f7cf91;
	background-color: #f38a0e;
}
div#servicesquares a {
	position: absolute;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	bottom: 13px;
	width: 100%;
}
div#servicesquares div.uebersichtaktiv a {
	color: #F7CF91;
}

div#topsquares div.blank, div#subsquares div.blank, div#servicesquares div.blank {
	background-color: transparent;
	border: 0;
	width: 94px;
	height: 94px;
	cursor: default;
}
div#servicesquares p.socialimages {
	bottom: 3px;
	margin: 0;
	position: absolute;
	right: 0;
}
div#servicesquares p.socialimages img {
	margin-left: 3px;
	border: none;
}
div#servicesquares p.socialimages a {
	position: relative;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	bottom: 0;
	width: auto;
}

div#topsquares div#logo {
	width: 186px;
	background-color: #fff;
	border: 2px solid #fff;
}
div#logo img {
	margin: 12px 0px 0px 38px;
	border: none;
}

div#content {
	width: 768px;
	margin: auto;
	overflow: hidden;
}

div#left {
	float: left;
	width: 174px;
	display: inline;
	margin: 0px 10px 0px 8px;
}
#left h5 {
	border: 1px solid #cdcdcd;
	font-weight: normal;
	padding: 8px 15px 9px 15px;
}
div#middle {
	float: left;
	width: 368px;
	display: inline;
	margin: 0px 22px 0px 8px;
}
div#middle img {
	border: none;
}
#middle h1 {
	font-size: 1.3333em;
	line-height: normal;
	margin: 15px 0px 13px 0px;
}
.imgList {
	margin-bottom: 16px;
	overflow: hidden;
}
.imgList h2 {
	margin: 0 0 13px 0;
}
.imgList h6 {
	margin: 0;
}
.imgList .imgListImg {
	display: inline;
	float:left;
	margin: 0 12px 16px 0;
}
.imgList .imgListTxt {
	display: inline;
	float:left;
	width: 260px;
}
.imgList .imgListTxt a {
	font-weight: bold;
}

#inhaltsverzeichnis li {
	color: #00488a;
}
.fliesstext {
	overflow: hidden;
}
.fliesstext h6 {
	margin: 0 0 16px 0;
}
.fliesstext img {
	display: inline;
	float: left;
	padding: 0 9px 9px 0;
}
.fliesstext span {
	display: block;
	font-weight: bold;
}
.fliesstext a {
	font-weight: bold;
}
div#leftmiddle {
	float: left;
	width: 344px;
	display: inline;
	margin: 0px 32px 0px 0px;
}

div#tags {
	border: 1px solid #c9c9c9;
	line-height: 22px;
	overflow: hidden;
	padding: 18px 12px;
	text-align: center;
	width: 310px;
}
div#tags a {
	vertical-align: text-top;
}
div#tags .tag1 {
	color: #313131;
	font-size: 11px;
}
div#tags .tag2 {
	color: #313131;
}
div#tags .tag3 {
	color: #959595;
}
div#tags .tag4 {
	color: #626262;
}
div#tags .tag5 {
	color: #313131;
	font-size: 16px;
}
div#tags .tag6 {
	color: #434343;
	font-size: 16px;
}
div#tags .tag7 {
	color: #313131;
	font-size: 18px;
}
div#tags .tag8 {
	color: #000;
	font-size: 24px;
}



div#rightmiddle {
	float: left;
	width: 192px;
	display: inline;
	margin: 0px 16px 0px 0;
}

div#right {
	float: left;
	clear: right;
	width: 174px;
	display: inline;
	margin: 44px 0px 0px 0px;
	overflow: hidden;
}

div#right .contextrotation {
	border: 1px solid #cdcdcd;
	margin-bottom: 16px;
	overflow: hidden;
}
div#right .contextrotation h2 {
	border-bottom: 1px solid #cdcdcd;
	font-weight: normal;
	margin: 0 0 9px 0;
	padding: 8px 15px 9px 15px;
}
div#right .contextrotation h2 a {
	font-weight: normal;
}
div#right .contextrotation h6 {
	font-size: 0.9167em;
	margin: 0;
	font-weight: bold;
	padding: 0 15px 0 15px;
}

div#right .contextrotation p {
	font-size: 0.9167em;
	padding: 0 15px 0 15px;
}
div#right select {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	color: #313131;	
	height: 20px;
	margin-bottom: 12px;	
	width: 174px;
}

#presseinfo {
	font-size: 0.9167em;
}
#presseinfo h6 {
	font-weight: bold;
	margin: 0;
}
#presseinfo p {

}

div#righthome {
	float: left;
	clear: right;
	width: 184px;
	display: inline;
	margin: 0;
}

div#foot {
	width: 100%;
	border-top: 1px solid #c9c9c9;
	margin: 32px 0px 16px 0px;
	overflow: hidden;
	display: block;
	float: none;
	clear: both;
}
div#foot p {
	text-align: center;
	margin: 0px 0px 0px 106px;
	font-weight: normal;
	font-size: 0.8em;
}

div#foot a {
	font-weight: normal;
}

div.form {
	width: 250px;
	margin: 16px 0px 0px 0px;
}
input, textarea, select {
	border: 1px solid #c9c9c9;
	color: #313131;
	background-color: transparent;
}
#topsquares input, #topsquares select {
	border-color: #fff;
	color:#fff;
}
div.form input, div.form textarea {
	width: 220px;
	clear: both;
	margin: 0px 0px 10px 0px;
}
input.submit {
	width: 100px;
	padding-top: 2px;
	background:transparent;
}
input.submitlang {
	width: 150px;
	padding-top: 2px;
	background:transparent;
}
select.select176 {
	width: 176px;
}

div.form fieldset {
	padding: 16px 8px 8px 8px;
	border: 1px solid white;
	width: 230px;
}
select#languages {
	height: 20px;
	background-color: transparent;
	width: 90%;
	margin: 33px 0 1px 5px;
}
input#headquery {
	height: 1.1667em;
	width: 5.9167em;
	margin: 33px 0 1px 5px;
}
button#submitlanguages, button#headquerysubmit {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	width: 90%;
	margin-left: 5px;
	margin-top: 4px;
	font-weight: bold;
	height: 19px;
}
button#submitlanguages {
	padding-bottom: 1px;
}
p#checkboxes input {
	width: 16px;
	height: 16px;
	vertical-align: bottom;
}
input.datum2 {
	width: 17px;
}
input.datum4 {
	width: 33px;
}

p.contextextern {
	text-indent: -24px;
	margin: 16px 0px 0px 24px;
}
p.contextintern {
	text-indent: -14px;
	margin: 16px 0px 0px 14px;
}
p.contextbody {
}
p.seknav {
	text-indent: -14px;
	margin: 0px 0px 0px 14px;
}
p.seknavaktiv {
	text-indent: -14px;
	margin: 0px 0px 0px 14px;
}
p.seknavaktiv a{
	color: #a81e38;
}
p.ariadne {
	font-size: 0.8em;
	margin: 12px 0px 15px 0px;
}
p.nospace {
	margin: 0px 0px 0px 0px;
}
span.small {
	font-size: 0.8em;
}
p.browse {
	color: #cdcdcd;
	margin-bottom: 32px;
}

td, th {
	border-bottom: 1px solid black;
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align:top;
}

/* Publikation bestellen */
form#orderpublicform {
	margin-top: 16px;
}
form#orderpublicform label {
	float: left;
	width: 80px;
}
form#orderpublicform label.error {
	color: #9E1B34;
	font-weight: bold;
}
form#orderpublicform input {
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
}
form#orderpublicform input.error {
	border: 2px solid #9E1B34;
}

span.highlight a {
	font-weight:bold;
}

div.rss a {
	display:block;
	height:20px;
	padding: 0 0 0 26px;
	font-weight:bold;
	background:transparent url('../images/rss.png') no-repeat;
	margin-bottom:1em;
}

}
