/* Globals */
* {
	margin:0em;
	padding:0em;
}
body {
	/*font-size:76%;*/
	text-align:center;
	line-height:100%;
}
img {
	border:0em;
}

ul, ol {
	margin-left: 15px;
	list-style-type: square;
}

.hidden,dfn,.synonyms {
	position:absolute;
	left:-8000px;
	top:-8000px;
}
#body {
	background-color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
}
.clear {
	clear:both;
}

/* Page container */
#container {
	width:980px;
	margin:auto;
	margin-top:0.8em;
	text-align:left;
	background-color:#F0F8FF;
	overflow:hidden;
}

/* Head */
#head_container {
	display: none;
}

#topmenu {
	display: none;
}

/* Content columns */
#contentcontainer {
	overflow:visible;
}

/* Left column */
#left {
	display:none;
}


/* Center column */
#center {
	margin-left:10px;
	margin-right:10px;
	float:left;
	width:761px;
}

#center h1 {
	color:#BF001B;
	font-size:1.4em;
	margin-top:0.1em;
	margin-bottom:1em;
	/*margin-left:0.3em;*/
}
#center h2 {
	color:#666;
	font-size:1.2em;
	margin-top:0.1em;
	margin-bottom:1em;
}
#center .text {
	line-height:135%;
	margin-top:1em;
	margin-bottom:1em;
  width:100%;

}

#center .text p {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#center #print {
	float:right;
	clear:both;
	margin-top:1.5em;
}

#center #print a:link,#center #print a:visited, #center #print a:hover {
	font-weight:bold;
	color:#949494;
	text-decoration:none;
}

#center .box_head {
	padding:6px;
	background-color:#BF001B;
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
	width: 100%; /*553px; */
	margin-top:1.2em;
	float:left;
}

#center .box_head h2 {
	display: inline;
	font-size: 1em;
}

#center .box_row {
	padding:4px;
	background-color:#DCDEED;
	color:#333;
	border-bottom:1px solid #F0F8FF;
	float:left;
	width: 100%; /*557px;*/
}
#center .box_row_even {
	padding:4px;
	background-color: #EDEEDF;
	color:#333;
	border-bottom:1px solid #F0F8FF;
	float:left;
	width: 100%; /*557px;*/
}
* html #center .box_head, * html #center .box_row, * html #center .box_row_even {
	width: 99%; /*565px;*/
}
#center .box_row img, .textblockimage {
	border:1px solid #EEE;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
#center a:link,#center a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
#center h2 a:link,#center h2 a:visited {
	text-decoration:none;
}
#center .box_head a:link,#center .box_head a:visited {
	color:#FFF;
	text-decoration:none;
}

/* Text/images */
#center .leftimage {
	float:left;
	margin-right:0.5em;
}
#center .rightimage {
	float:right;
	margin-left:0.5em;
}
#center .centerimage {
	text-align:center;
	margin:1em auto;
}
#center .centerimage .lupe { 
	text-align:left;
}
#center .textimage {
	overflow:hidden;
}
#center .textimage .image {
	margin:0em;
	padding:1px;
	text-align:right;
	background-color:#FFF;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#center .textimage .bildunterschrift {
	text-align:center;
	margin:0em;
	padding:0em;
	font-size:0.9em;
	background-color:#E6E6E6;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#center .textimage .lupe {
	margin:0em;
	padding:0em;
	font-size:0.9em;
	background-color:#DCDEED; /*#E6E6E6;*/
	border:1px solid #999;
}
#center .textimage a,#center .textimage a:visited {
	text-decoration:none;
	font-size:0.8em;
	font-weight:normal;
	color:#000;
}
#center .textimage a:hover {
	border:0em;
	text-decoration:underline;
}
#center .textimage .shadowright {
	background-image:url('/images/sh_image_r.jpg');
	background-position:right;
	background-repeat:repeat-y;
}
#center .textimage .shadowtopright {
	padding-right:6px;
	background-image:url('/images/sh_image_tr.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
#center .textimage .shadowbottom {
	background-image:url('/images/sh_image_b.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
}
#center .textimage .shadowbottomleft {
	background-image:url('/images/sh_image_bl.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}
#center .textimage .shadowbottomright {
	padding-bottom:6px;
	background-image:url('/images/sh_image_br.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* DIV Tabelle Mitte */
#center .tabelle, .smarttable {
	width:99%;
	line-height:140%;
	margin-bottom:1em;
}
#center .tabelle .t_head, #center .tabelle th, .smarttable th{
	padding:0.5em;
	background:#BF001B;
	color:#FFF;
	height:1.4em;
}
#center .tabelle .t_row, #center .tabelle tr, .smarttable tr {
	border-top:1px solid #FFF;
	padding:0.5em;
	background:#DCDEED;
}
#center .tabelle .t_row_even {
	border-top:1px solid #FFF;
	padding:0.5em;
	background:#DCE5EF;
}
#center .tabelle img {
	float:left;
	margin-right:4px;
}

/* Right column */
#right {
	width:196px;
	float:right;
}
#right .box_head {
	padding:6px;
	width:196px;
	background-color:#08086E;
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
}
#right .box_row {
	padding:6px;
	width:196px;
	background-color:#DCDEED;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #F0F8FF;
	line-height:115%;
}
#right a:link,#right a:visited {
	text-decoration:none;
	color:#333;
}
#right a:hover {
	text-decoration:underline;
}

/* Bottom row */
#bottom {
	display:none;
}
#bottom a:link,#bottom a:visited {
	text-decoration:none;
	color:#949494;
}
#bottom a:hover {
	text-decoration:underline;
}
/* Tabellen */
.contenttable td, .smarttable td, .oeffnungszeiten td {
background-color: #F0F8FF;
border-bottom: 1px solid #DCDEED;
border-left: 1px solid #DCDEED;
color: #000000;
text-align: left;
vertical-align: top;
padding: 1px;
}
.contenttable th, .smarttable th, .oeffnungszeiten th {
background-color: #DCDEED;
color: #000000;
font-weight: bold;
text-align: left;
vertical-align: top;
padding: 2px;
}
.oeffnungszeiten_box th {
background-color:#C6CAE1;
color: #000000;
font-weight: bold;
text-align: left;
vertical-align: top;
padding: 2px;
}
.oeffnungszeiten_box td {
background-color: #F0F8FF;
color: #000000;
text-align: left;
vertical-align: top;
padding: 1px;
}
/* Ankermenü */
#center #anchormenu {
	margin:0.2em;
	margin-bottom:2em;
	padding:0.2em;
	padding-bottom:0.5em;
	font-size:0.9em;
	background-color: #F5F5F5;
	border: 1px solid #E4E4E4;
}
#anchormenu ul.ankermenu {
	margin:0em;
	margin-top:0.3em;
	padding:0em;
	padding-left:1.1em;
}
#anchormenu ul.ankermenu2 {
	margin-top:1.2em;
	margin-left:0em;
	padding:0em;
	list-style-type:none;
	margin-bottom:0em;
}
#anchormenu ul.ankermenu2 li {
	width:66%;
	margin-left:0em;
	margin-top:2px;
	padding-top:0.3em;
	padding-left:0.3em;
	line-height:1.5em;
	padding-bottom:4px;
	background:#F4F4F4;
}
#anchormenu ul.ankermenu2 a {
	text-decoration:none;
}

.important {
	color: #ffffff;
        background-color: #ff0000;
	font-weight: bold;
}

.remark {
	font-weight: bold;
}

.boxremark {

	display: block;
	margin: 3px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.75em;
}

/* B&uuml;rgerinfo */

.mitarbeiter h3, .responsiblefor {
	margin-bottom: 1em;
	font-size: 0.9em;
}

.orgaliste {
	margin-bottom: 1em;
}

.oeffnungszeitenbemerkung {
	margin-top: 3px;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.noprint{
 display:none;
}