/*******************************************************************************
*  Main CSS
*  Hanau.de
*******************************************************************************/
body {
	background-color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
	padding: 0;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,a,img,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
}

a,ul,ol,li,img {
	border: 0;
	list-style: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a {
	color: #663300;
	text-decoration: none;
}

a.colorized {
	color: #663300;
}

a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

#container {
	max-width: 100em;
	min-width: 80em;
	font-size: 0.625em;
}

#container div.wrapper {
	padding: 0;
}

/*******************************************************************************
* Header
*******************************************************************************/
div.header {
	background: url(/res/img/header_bg.gif) bottom left repeat-x;
	width: 100em;
}

.header-image {
	width: 100em;
}

/*******************************************************************************
* Horizontal Navigation
*******************************************************************************/
div.hnav {
	background-color: #333;
	width: 100%;
}

.hnav ul {
	line-height: 2.1em;
	vertical-align: top;
}

.hnav li {
	display: inline;
}

.hnav li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.1em; /* = 11px*/
	line-height: 2.1em;
	padding: 5px 10px;
}

.hnav .right ul {
	text-align: right;
}

.hnav li a.current {
	background: #663300;
	cursor: default;
}

.hnav li a:hover {
	text-decoration: none;
	background: #d5d0cd;
	color: #000;
}

.hnav li a:hover .current {
	background: #663300;
	cursor: default;
	color: #fff;
}

.firstrow div.left {
	width: 12em;
	line-height: 2.1em;
	margin-left: 10px;
}

.firstrow div.right {
	width: 85.5em;
}

.secondrow {
	border-top: 2px solid #aba19b;
	border-bottom: 9px solid #fff;
}

img.flag {
	vertical-align: middle;
}

/*******************************************************************************
* Vertical Navigation
*******************************************************************************/
	/* #cc9966 */
ul.vnav {
	border-top: 1px solid #c3b7af;
}

ul.vnav li {
	line-height: 1.5em; /*2em*/
}

ul.vnav li a {
	display: block;
	border-bottom: 2px solid #c3b7af; /*1px*/
	padding: 0 0 2px 1em;
	color: #000;
	background-color: #d5d0cd;
	font-size: 1.1em;
	font-weight: bold;
}

ul.vnav li a.current {
	background-color: #663300;
	color: #fff;
}

ul.vnav li a:hover {
	background-color: #663300; /*#fff;*/
	color: #fff; /*#000;*/
	text-decoration: none;
}

/*level 3 neu*/
ul.vnav li ul li a {
	display: block;
	border-bottom: 2px solid #c3b7af; /*1px #cc9966*/
	padding: 0 0 2px 1.5em;
	color: #000;
	background-color: #fff;
	font-size: 1em;
	font-weight: lighter; /*bold*/
	line-height: 1.5em; /*1.8em*/
}

ul.vnav li ul li a.current {
	background-color: #cc9966;
	color: #000; /*#fff;*/
}

ul.vnav li ul li a:hover {
	background-color: #cc9966;
	color: #000; /*#fff;*/
	text-decoration: none;
}

div.breadcrumb {
	color: #663300;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 1.1em;
}

/*******************************************************************************
* Maincontent
*******************************************************************************/
.main_container3,.main_container2,.main_container1 {
	float: left;
	position: relative;
	width: 100%;
}

.main_container3 {
	background-color: #c3b7af;
	/* set here the background-color for the RIGHT column*/
	overflow: hidden;
}

.main_container2 {
	background-color: #fff;
	/* set here the background-color for the CENTRAL column*/
	right: 20%;
}

.main_container1 {
	background: #c3b7af;
	/* set here the background-color for the LEFT column*/
	right: 60%;
}

.main_left,.main_center,.main_right {
	float: left;
	position: relative;
}

.main_left {
	width: 20%;
	left: 80%;
}

.main_center {
	width: 60%;
	line-height: 2em;
	left: 80%;
}

.main_right {
	width: 20%;
	padding-top: 5em;
	left: 80%;
}

.main_center div.content {
	min-height: 400px;
	padding: 0 15px;
}

.content h1 {
	border-bottom: 2px solid #c3b7af;
	font-size: 1.7em;
	line-height: 1.6em;
	padding: 6px 0 4px 0;
}

.content h2 {
	font-size: 1.4em;
}

.content h3 {
	font-size: 1.2em;
}

.content h4,.content h5,.content h6 {
	font-size: 1.1em;
}

.content p {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
}

.content ul {
	margin: 1em 0 1em 3em;
       
}
/***************************************************************
* Listen im Firefox
************************************************************* */
.content ul li {
	list-style-type: disc;
	font-size: 1.2em;
}

hr.trenner {
	border: none;
	border-bottom: 2px solid #c3b7af;
	margin: 20px 0;
}

h2.subheading {
	background-color: #d7cfcc;
	border: 0px solid #bcb7b3; /*1px solid*/
	padding: 0 5px 1px 5px;
	margin:1em 0 0.75em 0;
	font-size: 1.2em; /*1.2em*/
	line-height: 1.2em; /*1.7em;*/
	vertical-align: middle;
}

h2.subheading a img {
	margin-top: 1px; /*4px;*/
}

img.colorized_icon {
	background-color: #663300;
}

div.container {
	width: 100%;
}

table.main_table td {
	background-color: #ded9d6;
	padding: 0 2px;
}

table.main_table th {
	color: #fff;
	padding: 1px 2px; /*1px 2px;*/
}

table.main_table {
	background-color: #990100;
	width: 100%;
	margin: 20px 0;
	font-size: 1.2em;
}

table.download_table {
	border: 1px solid #990000;
}

table.download_table a {
	color: #000;
}

table.download_table th,table.download_table td {
	padding-right: 5px;
}

.main_right div.box {
	background: #fff;
	border: 1px solid #990000;
	margin-bottom: 20px;
	min-height: 65px;
}

div.box p,div.box ul {
	margin: 0 0 5px 5px;
	line-height: 1.5em;
}

div.box h3 {
	font-size: 10px; /*12px;*/
	margin: 5px 0 0 5px;
	color: #990000;
}

div.box a {
	font-weight: bold;
	color: #990000;
}

h3.box_presse {
	color: #fff;
	font-size: 1.2em;
       background: #fff url(/res/img/icons/right_red.gif) 5px 7px no-repeat ; /* url(/res/img/icons/icon_internerlink.gif) 5px 7px no-repeat #990000 */
	padding: 3px 3px 3px 17px;
	margin: 0.5em 0 0 0;
}

h3.box_title {
	color: #fff;
	font-size: 1.2em;
	background: #990000 url(/res/img/icons/right_white.gif) 5px 7px no-repeat; 
	padding: 3px 3px 3px 17px;
	margin: 0;
}

div.box_news {
	background-color: #d5d0cd;
	padding: 5px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

div.box_news h4.news_title {
	margin: 0;
	line-height: 1.6em;
	font-size: 1.1em;
}

div.box_news p {
	margin: 0;
	font-size: 1.1em;
}

.absatz {
	margin: 10px 0;
}

.absatz_text {
	font-size: 1.2em;
}

.absatz_text ol,.absatz_text ul {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
}

.absatz_text ol li,.absatz_text ul li {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.img_decr {
	color: #939393;
	font-size: 1.1em;
	font-style: italic;
}

.adresse {
	width: 48%;
	font-size: 1.2em;
}

.adresse p {
	font-size: 1em;
}

.adresse h4 {
	margin-bottom: 5px;
}

/*******************************************************************************
* Forms
*******************************************************************************/
form.basic_form,form#extsearch {
	border: 1px solid #990000;
	background-color: #d5d0cd;
}

form.basic_form div.el_container,form.basic_form label,form#extsearch div.el_container,form#extsearch label
	{
	float: left;
}

h3.form_title {
	color: #fff;
	font-size: 1.2em;
	background: #990000;
	padding: 2px 2px 2px 10px;
	margin: 0;
}

form.basic_form label {
	width: 12em;
	font-size: 1.2em;
	padding: 2px 0 0 4px;
	font-weight: bold;
}

form#extsearch label {
	width: 15em;
	font-size: 1.2em;
	padding: 2px 0 0 4px;
	font-weight: bold;
}

form.basic_form div.el_container {
	width: 40em;
	border-left: 1px solid #990000;
	padding: 2px 0 2px 3px;
}

form#extsearch div.el_container {
	width: 33em;
	border-left: 1px solid #990000;
	padding: 2px 0 2px 3px;
}

form#extsearch input,form#extsearch select {
	width: 95%;
}

form.basic_form div.button_container {
	color: #fff;
	background: #990000;
	padding: 3px 4px 1px 0;
	text-align: right;
}

form.basic_form div.form_row {
	border-bottom: 1px solid #990000;
	margin: 0;
}

form#extsearch div.form_row {
	border-bottom: 1px solid #990000;
	margin: 0.2em 0 0 0;
	padding: 0 0 0.3em 0;
}

form.basic_form textarea {
	width: 93%;
	height: 200px;
	margin: 5px 1em;
}

form.basic_form .textinput {
	width: 95%;
}

.form_button {
	border: 1px solid #000;
	background: #fff;
	color: #990000;
}

form#extsearch input.form_button {
	border: 1px solid #000;
	background: #fff;
	color: #990000;
	width: 8em;
	height: 1.5em;
	margin: 0;
	float: right;
}

.form_button:hover {
	border: 1px solid #fff;
	color: #663300;
}

/*******************************************************************************
* Links
*******************************************************************************/
a.link_intern,a.link_extern,a.link_anker {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 0 2.2em;
	display: block;
	line-height: 1.2em;
	margin: 0.4em 0 0.4em 0;
}

br.postlink {
	margin: 0.5em 0 0.5em 0;
}

a:hover .link_intern,a:hover .link_extern,a:hover .link_anker {
	text-decoration: none;
}

a.link_intern {
	background: url(/res/img/icons/icon_internerlink.gif) no-repeat left 2px
		;
}

a.link_extern {
	background: url(/res/img/icons/icon_externerlink.gif) no-repeat left 2px
		;
}

a.link_anker {
	background: url(/res/img/icons/icon_anchor.gif) no-repeat left 2px;
}

a.link_email {
	color: #000;
}

div.special_link {
	background-color: #d7cfcc;
	border: 1px solid #bcb7b3;
	padding: 0 5px;
	margin-top: 5px;
	line-height: 1.5em; /*1.6em;*/
	vertical-align: middle;
}

div.special_link a.link_intern,div.special_link a.link_extern {
	margin: 1px 0; /*3px 0;*/
	color: #000;
}

span.small_text {
	font-size: 1.1em;
	line-height: 1.3em; /*1.5em;*/
}

p a {
	font-size: 1em !important;
}

a.ankerliste {
	font-weight: bold;
	font-size: 1.2em;
}

/*******************************************************************************
* Footer
*******************************************************************************/
.main_center div.footer {
	border-top: 1px solid #c3b7af;
	padding: 4px;
	margin: 30px 15px 0 15px;
}

div.footer img {
	margin: 0 2px;
}

.main_center div.footer a {
	color: #000;
}

.metaflag {
	
}

#quicksearch {
	padding: 0;
	margin: 0;
	display: inline;
}

#fontplus {
	
}

#fontminus {
	
}

.wappen {
	text-align: center;
	margin: 10px 0;
}

.img-navcol-bottom {
	width: 20em;
	float: right;
}

.img-navcol-top {
	
}

.icon_top {
	width: 1.3em;
	height: 1.2em;
	border: 0px none;
}

.icon_lupe {
	
}

.icon_bottom {
	width: 2em;
	height: 1.2em;
	border: 0px none;
}

.icon_map {
	width: 1.6em;
	height: 1.2em;
	border: 0px none;
}

.icon_email {
	width: 1.5em;
	height: 1.0em;
	border: 0px none;
	margin-left: 10px;
}

.half {
	width: 45%;
	padding-right: 5%;
	float: left;
}

.lasthalf {
	padding: 0;
	width: 50%;
	float: left;
}

.error {
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
}

#glossar {
	border-bottom: 2px solid #C3B7AF;
	padding: 8px 0 8px 0;
	height: 20px;
	margin-bottom: 15px;
}

#glossar span {
	font-weight: bold;
	font-size: 1.5em;
	padding: 2px;
}

#singelparagraf {
	background-color: #663300;
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	padding: 2px 2px 4px;
	text-align: center;
}

ul.abisz li {
	list-style-type: square;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 15px;
}

ul.abisz ul {
	margin-top: 0;
}

#container ul.abisz ul li {
	font-size: 1.2em;
	font-weight: normal;
}

/* sitemap */
ul.sitemap1 {
	margin-left: 0;
}

ul.sitemap1 li {
	list-style-type: none;
	/*margin-bottom: 0.1em;*/
}

ul.sitemap1 li a {
	display: block;
	background-image:url(/res/img/icons/icon_internerlink.gif);
    background-repeat:no-repeat;
    background-position:left 4px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 20px;
}

ul.sitemap1 li ul.sitemap2 {
	margin-top: 0;
	margin-bottom:0;
   	margin-left:1.9em;
	padding-bottom: 0.1em;
  	font-size: 1em;
}

ul.sitemap3 {
	margin-top: 0;
	margin-bottom:0;
   	margin-left:1.9em;
	padding-bottom: 0.4em;
  	font-size: 1em;
}

ul.sitemap1 li ul.sitemap2 li {
	font-size: 1em;
}

ul.sitemap1 li ul.sitemap2 li ul.sitemap3 li {
	font-size: 1em;
}

/*******************************************************************************
* Serviceportal
*******************************************************************************/
ul.sp {
	margin-left: 0;
}

ul.sp li {
	list-style-type: none;
       font-size: 1.2em;
}

ul.sp li a.link_intern,ul.sp li a.link_extern {
	display: inline;
}

/* Organisationseinheiten-Übersicht */
ul.sp_organisationseinheiten_alle {
	margin-left: 0;
}

ul.sp_organisationseinheiten_alle li {
	list-style-type: none;
	/*margin-bottom: 0.1em;*/
}

ul.sp_organisationseinheiten_alle li a {
	display: block;
	background-image:url(/res/img/icons/icon_internerlink.gif);
    background-repeat:no-repeat;
    background-position:left 4px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 20px;
}

ul.sp_organisationseinheiten_alle li ul {
	/*margin-top: 0.1em;*/
	margin-top: 0;
	margin-bottom:0;
   	margin-left:1.9em;
	padding-bottom: 0.4em;
  	font-size: 1em;
}

ul.sp_organisationseinheiten_alle li ul li {
	font-size: 1em;
}
/*
ul.sp_organisationseinheiten_alle li ul li ul {
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	font-size: 1em;
}
*/
ul.sp_organisationseinheiten_alle li ul li ul li {
	font-size: 1em;
}

ul.sp_buchstabenliste {
	display: block;
	margin-left: 0;
	margin-bottom: 10px;
}

ul.sp_buchstabenliste li { /*float:left;*/
	display: inline;
	list-style-type: none;
}

ul.sp_buchstabenliste li a { /*margin-right:5px;*/
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #c3b7af;
}

ul.sp_buchstabenliste li a:hover {
	background-color: #c3b7af;
	color: #ffffff;
	text-decoration: none;
}

table.sp_lebenslagen {
	border-spacing: 8px;
	font-size: 1.2em;
}

table.sp_lebenslagen tr td {
	width: 50%;
	border: 1px solid #c3b7af;
	/*border:1px solid #663300;
    /*padding:2px;*/
	vertical-align: middle;
}

table.sp_lebenslagen tr td a img {
	float: left;
	margin-right: 10px;
}

/* SEARCH */
h2.searchresults {
	margin: 0.2em 0 1em 0;
}

.containerBrowser {
	text-align: center;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}

.containerBrowser a {
	display: inline;
}

.containerBrowser {
	color: #000;
}

.containerDetail {
	font-size: 1.1em;
}

.containerDetail dl {
	padding: 0 1.2em 0 0;
	margin: 0;
}

.containerDetail dl dt {
	line-height: 1.45em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: block;
}

.sresultType {
	font-size: 0.8em;
	margin-right: 0.3em;
	color: #000;
}

.containerDetail dl dd {
	font-size: 1.1em;
	line-height: 1.45em;
	padding: 0 0 1.2em 0;
	margin: 0;
}

.containerDetail dl dd span.meta {
	font-size: .8em;
}

.containerSearch {
	font-size: 0.9em;
	margin: 1em 0 1em 0;
}

.highlight {
	background-color: yellow;
}