/* Globals */
#body {
	text-align:center;
	margin:0em;
	padding:0em;
	font-size:76%;
	background:url('/images/body_bg2.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
#bodybackground {
	background:url('/images/body_bg.jpg');
	background-repeat:repeat-x;
}
#container {
	margin:auto;
	width:980px;
	text-align:left;
}
img {
	border:0em;
}
.hidden,dfn {
	position:absolute;
	left:-8000px;
	top:-8000px;
}
.smaller {
	font-size: 0.9em;
}
.center {
	text-align: center;
}
.red {

	color: #FF0000;
}
.blue {
	color: #0780AC;
	/* color: rgb(7,128,172); */
}
.green {
	/* color: rgb(21,129,64); */
	color: #158140;
}

.clear {
	clear:both;
}

/* Top */
#breadcrumbs {
	width:980px;
	background-color:#666;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding-top:0.2em;
	padding-bottom:0.2em;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	color:#FFF;
}
#breadcrumbs a,#breadcrumbs a:visited {
	text-decoration:underline;
	color:#FFF;
}
#breadcrumbs #bc {
	padding-left:20px;
	float:left;
}
#breadcrumbs #tools {
	padding-right:32px;
	text-align:right;
}
#breadcrumbs #tools img {
	padding-left:12px;
}
#breadcrumbs #tools a {
	text-decoration:none;
}

#tools .recommend {
	background-image: url("/images/recommend.jpg");
	background-repeat: no-repeat;
	padding-left: 19px;
	background-position: 0px 1px;
}

#tools .print {
	background-image: url("/images/print.jpg");
	background-repeat: no-repeat;
	padding-left: 19px;
}


#cc_container {
	width:980px;
	background:url('/images/cc_top_shadow.jpg');
	background-repeat:repeat-x;
	background-position:top;
	min-height:520px;
}
* html #cc_container {
	height:520px;
}

/* Mainmenue */
#menu {
	width:180px;
	min-height:520px;
	background:url('/images/menu1_bg.jpg');
	background-repeat:repeat-y;
	float:left;
}
* html #menu {
	height:520px;
}
#menu a,#menu a:visited {
	text-decoration:none;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:0.9em;
	color:#13487D;
}
#menu a.selected {
	text-decoration:underline;
}
#menu ul {
	width:180px;
	list-style-type:none;
	padding:0em;
	margin:0em;
	border-bottom:1px solid #999;
	background:url('/images/menu1_bg_span.jpg');
	background-repeat:repeat-y;
	background-position:left;
}
#menu ul li {
	width:180px;
}
#menu ul li div {
	padding-left:20px;
	padding-bottom:0.5em;
}
#menu ul li.first {
	width:180px;
	background:url('/images/menu1_bg_first.jpg');
	padding-top:0.7em;
	background-repeat:no-repeat;
	border-bottom:1px solid #FFF;
}
#menu ul li.normal {
	width:180px;
	background:url('/images/menu1_bg_normal.jpg');
	padding-top:0.7em;
	background-repeat:repeat-y;
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
}

/* Submenue */
#menu ul li ul {
	border-top:1px solid #FFF;
	border-bottom:none;
	background:none;
	margin:0em;
}
#menu ul li ul li div {
	padding-left:20px;
	padding-bottom:0.2em;
}
#menu ul li ul li {
	background:url('/images/menu2_bg.jpg');
	background-repeat:repeat-y;
	padding-top:0.3em;
}
#menu ul li ul li.first2 {
	border-top:1px solid #999;
}
#menu ul li ul a,#menu ul li ul a:visited {
	text-decoration:none;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:0.9em;
	color:#000;
}
#menu ul li ul a.selected {
	text-decoration:underline;
}


/* Content row */
#content {
	margin-top:1.4em;
	float:left;
	overflow:hidden;
	background:url('/images/cc_watermark.jpg');
	background-repeat:no-repeat;
	background-position:400px bottom;
	width:620px;
	min-height:520px;
}
* html #content {
	/* height:520px; */
}
#content .block {
	padding-left:16px;
	padding-right:16px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:1em;
	color:#13487D;
	line-height:140%;
	overflow:hidden;
	margin-bottom:1em;
	clear:left;
}
#content .text {
	margin-bottom:0.5em;
	width:100%;
	overflow: hidden;
}
#content hr,#footer hr {
	border:none;
	background-color:transparent;
	background:url('/images/linebg.jpg');
	background-repeat:repeat-x;
	height:1px;
	width:585px;
	margin-top:0.8em;
	margin-bottom:0.8em;
}
#content h1 {
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1.4em;
	color:#13487D;
	padding:0em;
	margin:0em;
}
#content a,#content a:visited {
	color:#13487D;
}
#content h2 {
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:1.1em;
	color:#13487D;
	margin:0em;
	margin-top:0em;
	margin-bottom:0.3em;
}
#content h2 a {
	text-decoration:none;
}
#content .block ul.event {
	list-style-type:none;
	background-color:#F4F4F4;
	margin:0em;
	padding:0em;
}
#content .block ul.event li {
	padding:0.5em;
	border-bottom:1px solid #FFF;
}
#content .block ul.event li h2 {
	margin:0em;
	padding:0em;
	font-size:1.1em;
}

/* Right row */
#right {
	float:right;
	width:180px;
	background:url('/images/right_bg.jpg');
	background-repeat:repeat-y;
	min-height:520px;
}
* html #right {
	height:520px;
}
#right div {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.9em;
	color:#000;
}
#right div.boxes {
	border-bottom:1px solid #999;
}
#right div.boxhead {
	background-color:#666;
	padding-top:0.3em;
	padding-bottom:0.2em;
	padding-left:8px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:0.9em;
	color:#FFF;
}
#right div.first {
	background:url('/images/right_bg_first.jpg');
	background-repeat:no-repeat;
	padding:8px;
	border-bottom:1px solid #FFF;
}
#right div.normal {
	padding:8px;
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
}
#right a,#right a:visited {
	text-decoration:underline;
	color:#000;
}

#right form {
	margin:0em;
	overflow:hidden;
}
#right .submit {
	border:1px solid #FFF;
	background-color:#666;
	height:22px;
	font-weight:bold;
	color:#FFF;
	padding:2px;
	margin-left:2px;
	float:right;
}
#right .textinput {
	float:left;
	font-size:0.9em;
	height:17px;
	width:119px;
	border:1px solid #A5ACB2;
	padding-top:2px;+
}
*+html #right .textinput {
	width:115px;
}
* html #right .textinput {
	height:22px;
}
#right select {
	float:left;
	width:120px;
	overflow:hidden;
}
#right fieldset {
	margin:0em;
	padding:0em;
	border:none;
}
#right legend {
	display:none;
	visibility:hidden;
}
#right .boxes ul {
	margin:0em;
	padding:0em;
	margin-left:13px;
	list-style-type:square;
}
#right .boxes ul li {
	margin:0em;
	padding:0em;
	margin-top:0.3em;
}
/* footer row */
#footer {
	clear:both;
	width:980px;
	text-align:center;
	margin-top:2em;
	margin-bottom:2em;
}
#footer a,#footer visited {
	text-decoration:none;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:0.9em;
	color:#13487D;
}

/* Text/images */
#content .leftimage {
	float:left;
	margin-right:0.5em;
}
#content .rightimage {
	float:right;
	margin-left:0.5em;
}
#content .centerimage {
	text-align:center;
	margin:1em auto;
}
#content .centerimage .lupe { 
	text-align:left;
}
#content .textimage {
	overflow:hidden;
}
#content .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;
}
#content .textimage .bildunterschrift {
	text-align:center;
	margin:0em;
	padding:0em;
	font-size:0.8em;
	background-color:#E6E6E6;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#content .textimage .lupe {
	margin:0em;
	padding:0em;
	font-size:0.8em;
	background-color:#E6E6E6;
	border:1px solid #999;
}
#content .textimage a,#content .textimage a:visited {
	text-decoration:none;
	font-size:0.8em;
	font-weight:normal;
	color:#000;
}
#content .textimage a:hover {
	border:0em;
	text-decoration:underline;
}
#content .textimage .shadowright {
	background-image:url('/images/sh_image_r.jpg');
	background-position:right;
	background-repeat:repeat-y;
}
#content .textimage .shadowtopright {
	padding-right:6px;
	background-image:url('/images/sh_image_tr.jpg');
	background-position:top right;
	background-repeat:no-repeat;
}
#content .textimage .shadowbottom {
	background-image:url('/images/sh_image_b.jpg');
	background-position:bottom;
	background-repeat:repeat-x;
}
#content .textimage .shadowbottomleft {
	background-image:url('/images/sh_image_bl.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content .textimage .shadowbottomright {
	padding-bottom:6px;
	background-image:url('/images/sh_image_br.jpg');
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* DIV Tabelle Mitte */
#content .tabelle, .smarttable, .contenttable, .oeffnungszeiten {
	width:100%;
	line-height:140%;
	margin-bottom:1em;
}
* html #content .tabelle, .smarttable, .contenttable, .oeffnungszeiten {
	font-size:0.9em;
	width:586px;
}
#content .tabelle .t_head, #content .tabelle th, .contenttable th, .smarttable th, .oeffnungszeiten th {
	padding:0.5em;
	background:#D4D4D4;
	color:#13487D;
	height:1.4em;
}
#content .tabelle .t_row, #content .tabelle tr, .contenttable tr, .smarttable tr, .oeffnungszeiten tr {
	border-top:1px solid #FFF;
	padding:0.5em;
	background:#F4F4F4;
	color:#13487D;
}
#content .tabelle .t_row_even {
	border-top:1px solid #FFF;
	padding:0.5em;
	background:#F0F0F0;
	color:#13487D;
}
#content .tabelle img {
	margin-right:0.5em;
}

/* Ankermenü */
#content #anchormenu {
	margin-bottom:1.5em;
	font-size:0.9em;
}
#anchormenu ul.ankermenu {
	margin:0em;
	margin-top:0.3em;
	padding:0em;
	padding-left:2em;
}
#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;
}

/* Others */
#container a:hover, #menu a:hover, #right a:hover, #breadcrumbs a:hover {
	text-decoration:underline;
}
.morelink {
	margin-left:0.3em;
}

/* Modul: FormMailer */
#fm_container {
	overflow:hidden;
	width:95%;
	margin-bottom:1.7em;
	margin-top:1.7em;
	color:#13487D;
	font-family:Arial;
}

.fm_left {
	float:left;
	text-align: right;
	width:35%;
	padding-left:0.25em;
}

.fm_right {
	float:right;
	width:60%;
}
.fm_right textarea {
	width:97%;
}

.fm_break {
	width:96%;
	padding-left:0.25em;
	margin-bottom:1em;
	margin-top:1em;
}

.fm_submit {
	width:96%;
	text-align:right;
}

.fm_right option {
	margin-right:2em;
}

.fm_submit input {
	width:10em;
	color:#000;
	background:#EEE;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:left;
	padding-left:0.5em;
}

/* Infosystem */
.produkttext {
	margin-bottom: 1.5em;
}
.mitarbeiterliste_zeile {
	height:1%;
	overflow: hidden;
	font-size:0.9em;
	width:600px;
	padding-left:2px;
	padding-right:2px;
}
#content .mitarbeiterliste_zeile a:link,#content .mitarbeiterliste_zeile a:visited {
	/*font-weight:normal;
	text-decoration:none;
	color:#000;*/
}
.mitarbeiterliste_daten h4 {
	font-size:1.1em;
	font-weight:bold;
	margin:0em;
	margin-top:0.9em;
	margin-bottom:0.7em;
}
.mitarbeiterliste_daten h4 a:link, .mitarbeiterliste_daten h4 a:visited {
	text-decoration:underline;
}
.mitarbeiterliste_daten {
	background:url('http://i5p.luenen.kdvz.de/shared/elements/bg_shadow.jpg');
	background-repeat:no-repeat;
	background-position:1px 1px;
	width:290px;
	padding-left:5px;
}
.mitarbeiter_liste {
	margin: 0em;
}
.mitarbeiter {
	border: 1px solid #E4E4E4;
	margin-bottom: 1em;
}
.mitarbeiter h4 {
	padding: 0.5em;
	margin:0em;
}
.mitarbeiter_daten {
	padding: 0em 0.5em;
}
.mitarbeiter_bemerkungen {
	padding: 0.5em 0.5em 0em 0.5em;
}
.mirarbeiter_select {
	background-color: #F5F5F5;
	padding: 0.5em;
	margin-top:1em;
}
.mitarbeiter_adresse {
	padding: 0em 0.5em;
	margin: 0.5em 0em;
}
.mitarbeiter_oeffnungszeit{
	padding: 0em 0.5em;
	margin: 0.5em 0em;
}

.mitarbeiterorgaeinheit {
	border: 1px solid #CCC;
	margin-bottom: 1em;
	padding: 0.5em;
}

.orgaadresse {
border-bottom: 1px solid #CCC;
margin-bottom: 1em;
}
h3 {
	margin:0em;
	font-size: 1em;
	color: #666666;
}
#content .produktliste a:link, #content .produktliste a:visited {
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
#content .abteilungshierarchie a:link, #content .abteilungshierarchie a:visited {
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
#content .abteilungshierarchie li {
	margin-bottom:0.5em;
}
#produktliste_menu {
	font-size:0.9em;
}
#produktliste_menu a:link,#produktliste_menu a:visited {
	font-weight:normal;
	color:#000;
}
h2.lebenslagenauswahl {
	padding:0.2em;
	background-color:#F4F4F4;
	border:1px solid #CCC;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
#content h2.lebenslagenauswahl a:link, #content h2.lebenslagenauswahl a:visited {
	text-decoration:none;
}
#content .toplink, #content .gototop {
	text-align:right;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:32px;
	padding-right:32px;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
}
