/* CSS Document */

/* ************************************************************************************ */
/* STRUCTURE */
/* ************************************************************************************ */

html, body { height: 100%; }

p, h1, h2, h3, ul, li, ol { margin: 0; padding: 0; }

body {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #555555; /* color: #868686; */
	background: #fff url('/layout/bg-header.gif') top left repeat-x scroll;
	behavior:url('/layout/csshover.htc');  /* wegen IE :hover Unterstützung, nicht konform. */
}

#container {
	position: relative;
	min-height: 100%;
}

#container-content { 
	padding-bottom: 70px;
}

#container-footer {
	position: absolute;
    bottom: 0;
	width: 100%;
	height: 60px;
	background: #fff url('/layout/bg-footer.gif') top left repeat-x scroll;
}

#wrapper-content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
}

#wrapper-footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 770px;
	height: 45px;
	background: transparent url('/layout/logo-qualitas-footer.gif') 0 15px no-repeat scroll;
}

/* ************************************************************************************ */
/* STRUCTURE CONTENT */
/* ************************************************************************************ */

#header {
	width: 770px;
	height: 232px;
	background: transparent url('/layout/titelbild1.jpg') bottom right no-repeat scroll;
}

#content {
	position: relative;
	float: left;
	width: 500px;
	line-height: 18px;
}

#sidebar {
	position: relative;
	float: right;
	width: 220px;
	margin-left: 50px;
	font-size: 11px;
	line-height: 16px;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;
}

/* ************************************************************************************ */
/* HEADER */
/* ************************************************************************************ */

#header img.logo {
	position: absolute;
	top: 0; left: 0;
}

#header h1 {
	position: absolute;
	top: 150px; left: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

#header #meta_nav {
	position: absolute;
	top: 0; left: 348px;
	background: transparent url('/layout/meta_nav.gif') 0 0 no-repeat scroll;
}

#header #meta_nav a {
	display: block;
	float: left;
	padding: 4px 6px 0 6px;
	font-size: 11px;
	color: #333333;
}
#header #meta_nav a:link, #header #meta_nav a:visited {
	text-decoration: none;
	color: #333333;
}
#header #meta_nav a:hover, #header #meta_nav a:active {
	text-decoration: underline;
	color: #333333;
}

/* ************************************************************************************ */
/* MAIN NAVIGATION */
/* ************************************************************************************ */

#main_nav {
	position: relative;
	height: 80px;
	z-index: 8;
}

#main_nav ul {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 33px;
	border-left: 1px solid #fff;
	z-index: 1;
}

#main_nav ul li {
	float: left;
	display: block;
	font-size: 14px;
	border-right: 1px solid #fff;
}

#main_nav ul li a {
	display: block;
	/*width: 90px; /* 71 */
	height: 27px;
	padding: 6px 14px 0 12px;
	background: transparent url('/layout/main_nav.gif') top left repeat-x scroll;
}

#main_nav ul li a:link, #main_nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	background-position: top left;
}

#main_nav ul li a:hover, #main_nav ul li a:active {
	color: #ffffff;
	text-decoration: none;
	background-position: bottom left;
}


/* Unterkategorien ausblenden */
#main_nav ul ul ul,#main_nav ul ul div.alpha
{	display:none !important;
}

#main_nav p {
	position: absolute;
	top: 40px;
	font-size: 11px;
	color: #707070;
}

#main_nav p a:link, #main_nav p a:visited {
	text-decoration: none;
	color: #707070;
}

#main_nav p a:hover, #main_nav p a:active {
	text-decoration: underline;
	color: #707070;
}


/* ************************************************************************************ */
/* SUB NAVIGATION */
/* ************************************************************************************ */
#main_nav ul li a.aktiv
{	color: #ffffff !important;
	text-decoration: none;
	background-position: bottom left !important;
}

#main_nav ul li ul {
	list-style: none;
	position: relative; /* absolute */
	top: 32px;
	margin: 0 0 0 -1px;
	padding: 0 0 3px 0;
	width: 185px;
	height: auto;
	border: 1px solid #fff;
	background: #6b6b6b url('/layout/sub_nav.gif') bottom left repeat-x scroll;
	z-index: 9;
	display: none;
}

#main_nav ul li ul li {
	float: none;
	display: block;
	font-size: 14px;
	border: none;
}

#main_nav ul li ul li a {
	display: block;
	width: 175px;
	height: 21px;
	padding: 6px 0 0 10px;
	background: none;
}

#main_nav ul li ul li a:link, #main_nav ul li ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}

#main_nav ul li ul li a:hover, #main_nav ul li ul li a:active, #main_nav ul li ul li a.aktiv {
	color: #ffffff;
	text-decoration: none;
	background-color: #b93a56;
}

#main_nav ul li:hover ul { /* Hover aktivieren */
	display: block;
	/* Dave's alterations - Fix dropdowns */
	position:absolute;
	left:inherit;
	margin-left:-1px;
}

#main_nav ul div.alpha { /* Bildchen aktivieren */
	display: none;
	position: absolute;
	top: 43px;
	/* Dave's alterations - Fix dropdowns */
	left:inherit;
	margin-left: 145px;
	z-index: 10;
}

#main_nav ul li:hover div.alpha {
	display: block;
}


/* ************************************************************************************ */
/* CONTENT */
/* ************************************************************************************ */

#content p {
	margin-bottom: 10px;
}

#content h1 {
	font-weight: normal;
	font-size: 24px;
	color: #c74761;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 30px;
}

#content h2 {
	font-size: 14px;
	color: #c74761;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

#content ul, #content ol {
	list-style-position: outside;
	margin-left: 8px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#content ul {
	list-style-image: url('/layout/dot.gif');
}

#content hr {
	display: block;
	clear: both;
	margin: 15px 0 15px 0;
	border-color: #c74761;
	color: #c74761;
	background-color: none;
	border-top: 1px solid #c74761;
	line-height: 1px;
	height: 1px;
}


#content table {
	border: none;
	border-collapse:collapse;
}
 
table th, table td {
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 0 0;
}
 

/* Picture Styles */

/*
.contentbild {
	float: left;
}

.contentbild img {
	border: 1px solid #555555;
}

.contentbild p {
	color: #555555;
	font-size: 11px;
	line-height: 16px;
	margin-top: 1px;
}

/* START STARTSEITE DOPPELBILD */

#content div.section-2pictex {
	display: block;
	width: 500px;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	background-color: #f4f4f4;
}

#content div.section-2pictex:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#content div.section-2pictex div.contentbild {
	padding: 15px 20px 15px 20px;
}

#content div.section-2pictex div.contentbild img {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #555555;
}
div.section-2pictex .contentbild h2 {
	margin-top: 0 !important;
}


#content div.section-2pictex + div.section-2pictex {
	border-top: none;
}
#content div.section-2pictex div.contentbild:first-child {
	border-bottom: 1px solid #b1b1b1;
}
#content div.section-2pictex.single div.contentbild:first-child {
	border-bottom: none;
}
/*
div.section-2pictex {
	display: block;
	float: left;
	width: 500px;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	background-color: #f4f4f4;
	clear: both;
	margin-bottom: 20px;
}
div.section-2pictex + div.section-2pictex {
	margin-top: -20px;
	border-top: none;
}

div.section-2pictex .contentbild {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

div.section-2pictex .contentbild h2 {
	margin-top: 0 !important;
}
div.section-2pictex .contentbild p {
	float: right;
	width: 255px;
}

div.section-2pictex .contentbild img {
	float: left;
	margin-right: 15px;
	border-top: 1px solid #16416a;
	border-bottom: 1px solid #16416a;	
	border-right: 1px solid #16416a;
	border-left: 1px solid #16416a;
}

div.section-2pictex div.contentbild:first-child {
	border-bottom: 1px solid #b1b1b1;
}
div.section-2pictex.single div.contentbild:first-child {
	border-bottom: none;
}*/


/* ENDE STARTSEITE DOPPELBILD */

/* Link Styles */

#content a:link {
	color: #c74761;
	text-decoration: none;
	
	background: transparent url('/layout/link-new.gif') 2px 1px no-repeat scroll;
	padding-left: 15px;
}

#content a:visited {
	color: #555555;
	text-decoration: underline;
	
	background: transparent url('/layout/link-old.gif') 2px 1px no-repeat scroll;
	padding-left: 15px;
}

#content a:hover, #content a:active {
	color: #c74761;
	text-decoration: underline;

	background: transparent url('/layout/link-new.gif') 2px 1px no-repeat scroll;
	padding-left: 15px;
}

#content div.contentbild a:link, #content div.contentbild a:visited, #content div.contentbild a:hover, #content div.contentbild a:active { padding-left: 0; background: none; }



/* Modul Bilddatei */
.section-pic {
}

#content .section-pic .picsub {
	margin-bottom: 0;
}

#content .section-pic a:link, #content .section-pic a:visited, #content .section-pic a:hover, #content .section-pic a:active {
	padding: 0;
	background: none;
}

#content .rechtspop {
	float: right; clear: right;
	display: block;
	padding: 10px !important;
	background-color: #f4f4f4 !important;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	margin: 4px 0 5px 10px;
}
#content .rechtspop a img {
	border: 1px solid #15406a;
}


#content .linkspop {
	float: left; clear: left;
	display: block;
	padding: 10px !important;
	background-color: #f4f4f4 !important;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	margin: 4px 10px 5px 0;
}
#content .linkspop a img {
	border: 1px solid #15406a;
}


.foto-right {
float: right;
margin: 4px 0 5px 10px;
}

.foto-left {
float: left;
margin: 4px 10px 5px 0;
}



/* ************************************************************************************ */
/* FOOTNAV (DRUCKEN, SEITENANFANG) */
/* ************************************************************************************ */

#footnav {
text-align: right;
margin: 15px 0 30px 0;
}
#footnav ul {
list-style: none;
margin: 0;
padding: 0;
}
#footnav ul li {
display: inline;
margin: 0;
padding: 0;
}
#content #footnav ul li a:link, 
#content #footnav ul li a:visited, 
#content #footnav ul li a:hover, 
#content #footnav ul li a:active 
{ padding-left: 0; background: none; border: none; }



/* ************************************************************************************ */
/* SIDEBAR */
/* ************************************************************************************ */

#sidebar #emailbox {
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	width: 220px;
	padding-bottom: 10px;
	background: #f4f4f4 url('/layout/icon-email.gif') 10px 35px no-repeat scroll;
}

#sidebar #emailbox h2 {
	margin-top: 10px;
}

#sidebar h2 {
	margin: 25px 10px 10px 10px;
	font-size: 14px;
	color: #c74761;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar p {
	position: relative;
	margin: 0 10px 10px 50px;
}

#sidebar p img {
	position: absolute;
	top: 6px; left: -40px;
}

#sidebar p img.vollbild {
	position: relative;
	top: auto; left: auto;
}
#sidebar p img.vollbildbreit {
	position: relative;
	top: auto; left: -40px;
}

#sidebar .seminar p
{	margin:0 0 0 10px;
}

#sidebar .seminar a:link
{	color:#555555;
}

#sidebar .seminar p
{	margin:0 0 10px 10px;
}

/* Link Styles */

#sidebar a:link, #sidebar a:visited {
	color: #c74761;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	color: #c74761;
	text-decoration: underline;
}

/* 2 */

#sidebar a.extern {
	line-height: 20px;
	margin-left: 0px;
}

#sidebar a.extern:link {
	color: #c74761;
	text-decoration: none;
	
	background: transparent url('/layout/link-sidebar-new.gif') left center no-repeat scroll;
	padding-left: 20px;
}

#sidebar a.extern:visited {
	color: #555555;
	text-decoration: underline;
	
	background: transparent url('/layout/link-sidebar-old.gif') left center no-repeat scroll;
	padding-left: 20px;
}

#sidebar a.extern:hover, #sidebar a.extern:active {
	color: #c74761;
	text-decoration: underline;

	background: transparent url('/layout/link-sidebar-new.gif') left center no-repeat scroll;
	padding-left: 20px;
}


/* ************************************************************************************ */
/* FOOTER */
/* ************************************************************************************ */

#wrapper-footer p {
	font-size: 11px;
	margin: 11px 0 0 0;
	line-height: 16px;
	display: inline;
}

#wrapper-footer p.left {
	margin-left: 115px;
}

#wrapper-footer p.right {
	margin-right: 33px;
	color: #707070;
}

#wrapper-footer a:link, #wrapper-footer a:visited {
	text-decoration: none;
	color: #707070;
}

#wrapper-footer a:hover, #wrapper-footer a:active {
	text-decoration: underline;
	color: #707070;
}

/* ************************************************************************************ */
/* FORMULARE */
/* ************************************************************************************ */

/* SUCHE ************************************************************************* */

#suche form, #suche input, #suche label, #suche fieldset { margin: 0; padding: 0; }
#suche input, #suche label { display: block; float: right; }

#suche {
	position: absolute;
	top: 0; left: 550px; width: 220px;
	padding-top: 5px;
	border-right: 1px solid #fff;
	color: #ffffff;
	height: 28px;
	font-size: 14px;
}

#suche label { margin-right: 10px; margin-top: 1px; }

#suche #form_search {
	width: 120px;
	height: 20px;
	background: transparent url('/layout/form-input.gif') 0 0 repeat-x scroll;
	border: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

#suche #form_submit {
	height: 20px;
	margin-left: 1px;
	margin-right: 10px;
	display: inline;
}

#suche fieldset { border: none; }






















/* NEWSLETTER ***************************************************************************** */

#emailbox form, #emailbox input, #emailbox label, #emailbox fieldset { margin: 0; padding: 0; }
#emailbox input { display: block; float: left; }

#emailbox #form_email {
	display: inline;
	width: 160px;
	height: 20px;
	background: transparent url('/layout/form-input.gif') 0 0 repeat-x scroll;
	border: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin-left: 10px;
}

#emailbox #form_submit2 {
	height: 20px;
	margin-left: 1px;
}

#emailbox fieldset { border: none; }



/* ************************************************************************************ */
/* KALENDER */
/* ************************************************************************************ */
#content .katbilder a:link, #content .katbilder a:visited, #content .katbilder a:hover, #content .katbilder a:active
{	background:none;
	padding:0;
	margin:0;
}

#content .katbilder img {
	margin-left: 5px;
}

form.eventform {
margin: 10px 0 20px 0;
background-color: #ececec;
border-top: 1px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
border-left: none;
border-right: none;
padding: 0 4px 6px 4px;
color: #333333;
}
form.eventform fieldset {
border: none;
}
form.eventform #kalSubmit {
float:right;
}
form.eventform input,
form.eventform radio,
form.eventform select {
margin: 8px 15px 0 3px;
display:inline;
font-size:90%;
}
form.eventform label {
display:inline;
}

/* Übersicht-Liste */


table.eventlist {
 border: none;
 border-collapse:collapse;
 margin: 5px 0 15px 0;
 width: 100%;
 }
 
table.eventlist th {
 border-top: 1px solid #b0b0b0;
 border-left: none;
 border-right: 1px solid #ffffff;
 border-bottom: 2px solid #b0b0b0;
 text-align: left;
 background-color: #ececec;
 padding: 6px;
 line-height: 1em;
 }
table.eventlist th.date {
 width:15%;
 }
table.eventlist th.event {
 width:30%;
 }
table.eventlist th.cat {
 width:10%;
 }  
table.eventlist th.town {
 width:12%;
 }  
table.eventlist th.places {
 width:8%;
 }
table.eventlist th.title {
 width:25%;
 } 

 table.eventlist td {
 border-bottom: 1px solid #b0b0b0;
 border-left: none;
 border-right: 1px solid #ffffff;
 padding: 6px;
 line-height: 1.2em;
 }
 
#content a.back:link, #content a.next:link {
margin: 0 15px 0 0;
padding: 0;
background: none;
}
 
/* Detailseite */

#content p.backlist {
margin: 0 0 20px 0;
}
div.facts {
float: right;
background-color:#ececec;
border-bottom: 1px solid #b0b0b0;
border-top: 1px solid #b0b0b0;
padding:0 12px 5px 12px;
width: 410px;
margin:0 0 20px 20px;
}
p.note {
font-weight:bold;
font-size: 10px
}
p.eltitel {
float: left;
width: 10.5em;
font-weight: bold;
}
#content p.kontakt {
text-align: right; margin-right: 5px; font-weight: bold;
}
#content div.facts h1 { margin-bottom: 15px; }

#content a.back:link, #content a.next:link {
margin: 0 15px 0 0;
padding: 0;
background: none;
}

/* Inhalt ohne Sidebar - CSS bezieht sich auf die body-ID des jeweiligen Artikels */
body#qualitas3 div#sidebar {
display: none;
}
body#qualitas3 div#content {
width: 770px;
}



/* ************************************************************************************ */
/* FORMULARE MIT FORMATION */
/* ************************************************************************************ */

form.formation {
	margin-top: 15px;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	padding: 5px 0 10px 0;
	background: #f4f4f4;
}

form.formation fieldset { 
	border: none;	
}

form.formation legend
{	font-weight: bold;
	padding: 0 0 10px 0;
	margin-left: -5px;
	background-color: transparent;
}
form.formation label 
{	width:9.5em;
	float:left;
	margin:0.2em 0 0.6em 0;
}

form.formation p.radio,
form.formation p.checkbox
{	width:9.5em;
	float:none !important;
	margin:0.2em 0 0.6em 0;
	font-size: 1em;
	color: #000000;
}

form.formation label.radio,
form.formation label.checkbox
{	float: none;
	margin:0 0 5px 5px;
	width: auto;
}

form.formation input.radio,
form.formation input.checkbox
{	float: left;
	width: auto;
	margin: 0 0.4em 8px 0;
}

		
form.formation input,
form.formation select, 
form.formation textarea 
{	float:left;
	border: 1px solid #aac2d0;
	margin-left: 10px;
	padding: 0px;
}

			
form.formation fieldset br 
{	clear:left;
}
		
form.formation input.text,
form.formation input
{	padding:0.1em;
	margin-top: 0;
	width: 65%;
}

form.formation textarea 
{	padding:0.1em;
	width: 65%;
}
			
form.formation input.button 
{	color:#333333;
	background-color: #CEE2EB;
	border: 1px solid #b0b0b0;
	width: 8em;
}

form.formation p.capDesc 
{	margin: 15px 0 0 0;
	font-size: 1em;
	color: #666666;
}
form.formation input.captchatext
{	margin-top: 5px;
	width: 8em;
}
img.captcha
{	float: left;
	padding-right: 10px;
}
form.formation p
{	
}
.textdesc
{	font-size: 1em;
	font-weight: bold;
	margin-top: 16px;
}

.req
{	color: #c74761;
	font-size: 1.2em;
	margin-left: 3px;
}
.required,
.FORMATIONsuccess,
.FORMATIONerror
{	color: #c74761;
}

.required {
width: 10em;
float: left;
font-size: 0.95em;
}




/* ************************************************************************************ */
/* ALLGEMEINES */
/* ************************************************************************************ */

img {
	border: 0;
}

.right { float: right; }
.left { float: left; }



/* ************************************************************************************ */
/* JAOS Lightbox Style-Sheet */
/* ************************************************************************************ */

/* 
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

#content div.jaosg_galerie a:link {
	background-image:none;
	margin:0;
	padding:0;
}

div.jaosg_thumbnail{
	float: left;
	background: #f4f4f4;
	margin: 4px 3px;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	z-index:200;
}


div.jaosg_thumbnail img{
z-index:200;
}
div.jaosg_thumbnail table,div.jaosg_thumbnail td{
height:100%;
padding:0;
margin:0;
}
/* ls=landscape-Format der Thumbs */
div.pt {
	height:106px;
	overflow-y:hidden;
}
* html div.pt {
	/* weird IE6 Fehler */
	height:110px;
}

div.ls {
	height:106px;
}
div.ls img{
	height: auto;
	width: 80px;
	margin: 20px 10px;
	z-index:200;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
	z-index:200;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
	z-index:200;
}



/* **********************************************
   DEUTSCHLANDMAP  ********************************************** */

div#karte dl.map.on {
	position: relative;
	width: 362px;
	height: 362px;
	background: #fff url(deutschland.jpg) 0 0 no-repeat;
	text-align: left;
	margin: 0;
	padding: 0;
}
div#karte dl.map.on dt {
	list-style: none;
	display: inline;
}
div#karte dl.map.on dd {
	position: absolute;
	left: -9999px;
	width: 200px;
	padding: 4px;
	border:1px solid #2a3b8e;
	background: #fff;

	z-index: 11;
	color: #2a3b8e;
}
div#karte dl.map.on dd img {
	position:relative;
	float:right;
	border: 1px solid #2a3b8e;
	margin:2px;
}
div#karte dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(punkt.gif) 6px 6px no-repeat;
	width:22px;
	height:22px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
div#karte dl.map.on a.location:hover {
	background:url(punkthover.gif) 0 0 no-repeat;
}
div#karte dl.map.on dd a {
	color:#2a3b8e;
}
div#karte dl.map.on dd a:hover {
	text-decoration:none;
}
div#karte dl.map.on dd a.close {
	position:relative;
	float:right;
	color:#000;
	background:url(close.gif) no-repeat;
	outline:none;
	height:22px;
	width:22px;
	margin-left:4px;
	margin-right:0px;
	text-decoration:none;
}

