/* CSS Document */


html { /* bei Bedarf fuer zentriertes Layout */
min-height: 100%; /* erzwingt vertikalen Scrollbalken-Platzhalter im Firefox, um ein "Huepfen" zu vermeiden (zusammen mit margin-bottom: 0.1px;) */
margin-bottom: 0.1px;
}


body {
font: 100.01% Verdana,sans-serif;
padding:0;
margin:0 0 30px 0;
color:#000000;
background:#ba344c url(../img/hg.gif) center top no-repeat;
}

.unsichtbar,
.sef {
position:absolute;
top:-5000em;
left:-5000em;
overflow:hidden;
text-indent:-5000em;
margin: 0;
}

#container {
width: 915px;
margin: 0 auto;
padding: 0;
position:relative;
background:#ffffff url(../img/hg-content.gif) 0 0 repeat-y;
color: #442f24;
}



/* Formate allgemeim
**********************************************************/

h1 {
font-size: 1.6em;
margin: 18px 0 6px 0;
font-weight: normal;
color:#980b32;
}
h2 {
font-size: 1.55em;
margin: 10px 0 6px 0;
font-weight: normal;
color: #705a57;
font-family:Arial,sans-serif;
}
h3 {
font-size: 1.2em;
margin: 8px 0 4px 0;
font-family:Arial,sans-serif;
}
h4 {
font-size: 1em;
margin: 8px 0 4px 0;
}
h5 {
font-size: 0.9em;
margin: 8px 0 4px 0;
}
h6 {
font-size: 0.85em;
margin: 6px 0 15px 0;
font-weight: normal;
}

p {
margin: 0 0 8px 0;
line-height: 1.35em;
}

strong {
}

ul, ol, li {
margin: 0;
padding: 0;
}

a {
text-decoration: underline;
color:#442f24;
}
a:hover {
border: none;
text-decoration: none;
}

hr {
height: 1px;
color:#d0cac7;
background-color:#d0cac7;
border: none;
margin: 0 0 15px 0;
width: 100%;
}
*+ html hr {
margin-bottom:8px;
}

table {
border-collapse: collapse;
margin: 2px 0 10px 0;
line-height: 1em;
font-size: 0.9em;
border: 1px solid #d0cac7; 
}

th {
border: 1px solid #d0cac7; 
border-bottom: 2px solid #d0cac7;
padding: 4px 15px 4px 6px;
text-align: left;
vertical-align: top;
color: #333333;
}
td {
border: 1px solid #d0cac7;
padding: 4px 15px 4px 6px;
text-align: left;
vertical-align: top;
}

td p,
th p {
margin: 0;
}

img {
border: none;
}



/* Title 
**********************************************************/

div#branding {	
position:relative;
height:170px;
background:#ffffff url(../img/hg-title.jpg) 0 0 no-repeat;
}

div#branding h1
{	position:absolute;
	top:-5000em;
	left:-5000em;
	overflow:hidden;
	text-indent:-5000em;
	margin: 0;
}
div#branding img.logo {
position:absolute;
width:120px;
top:44px;
left:112px;
}

div#flash {	
position:absolute;
/*width:650px;
height:170px;*/
width:570px;
height:170px;
top:-1px;
right:81px;
background:transparent url(../img/hg-flash_570.jpg) 1px 1px no-repeat;
}
div#flash img {
padding:1px 0 0 0;
}

/* Bereich Navigation + Inhalt
**********************************************************/

#mainbody {
width: 690px;
padding: 15px 112px 0 112px;
min-height:335px;
background:transparent url(../img/hg-content-o.jpg) 0 0 no-repeat;
}

#claim {
height:21px;
margin-right:7px;
background:transparent url(../img/claim.gif) 277px 0 no-repeat;
border-bottom:1px solid #946a64;
}
#claim p {
position:absolute;
	top:-5000em;
	left:-5000em;
	overflow:hidden;
	text-indent:-5000em;
	margin: 0;
}




/* Navigation 
******************/

#navigation {
font-size: 0.7em;
position: relative;
z-index:5;
padding-bottom:45px;
width:690px; /* fuer IE */
}

#navigation ul,
#navigation ul ul {/* all lists */
z-index: 10;
}
#navigation ul li {/* all list items */
display: inline;
float:left;
position: relative;
}
#navigation ul li ul { /* second-level lists */
position : absolute;
left: -999em;
margin-top: 20px;
background-color:#ffffff;
border-left:1px solid #946a64;
border-bottom:1px solid #946a64;
width: auto;
}
#navigation ul li ul ul { /* third-and-above-level lists */
left: -999em;
position: absolute;
}
#navigation ul li:hover ul ul, 
#navigation ul li:hover ul ul ul, 
#navigation ul li.sfhover ul ul, 
#navigation ul li.sfhover ul ul ul {
left: -999em;
}
	
#navigation ul li:hover ul, 
#navigation ul li li:hover ul, 
#navigation ul li li li:hover ul, 
#navigation ul li.sfhover ul, 
#navigation ul li li.sfhover ul, 
#navigation ul li li li.sfhover ul { /* lists nested under hovered list items */
left: 0;
width:auto;
}

#navigation ul li a {
text-decoration: none;
padding:0 20px 0 0;
display:block;
line-height:1.8em;
font-weight:bold;
color:#58463f;
}
#navigation ul li a:hover {
color:#946a64;
}
#navigation ul li.active a {
color:#980b32;
background: transparent url(../img/nav-active.gif) left bottom no-repeat;
}

/* Submenue Ebene 2 */

#navigation ul li ul,
#navigation ul li ul li ul {
position:absolute;
margin-left:0;
top:0px;
padding-top:4px;
}		

#navigation ul li ul li,
#navigation ul li ul li ul li {
width:13em;
top:0;
display:block;
float:none;
}		

#navigation ul li ul li {
margin: 0;
}

#navigation ul li ul li a,
#navigation ul li.active ul li a {
font-weight: normal;
padding: 2px 5px 8px 5px;
line-height:1.05em;
background:none;
}
#navigation ul li.active ul li a:hover,
#navigation ul li.active ul li a {
color:#58463f;
}
#navigation ul li.active ul li a:hover {
color:#946a64;
}
#navigation ul li.active ul li.active a,
#navigation ul li.active ul li.active a:hover {
color:#980b32;
}



/* Breadcrumb-Nav 
**********************/
#breadcrumbs {
font-size:0.6em;
position:relative;
clear:both;
min-height:18px;
margin:0 0 10px 0;
color:#b87274;
}
#breadcrumbs p {
margin:0;
}
#breadcrumbs a {
color:#b87274;
text-decoration:none;
}
#breadcrumbs a:hover {
color:#980b32;
}
#breadcrumbs img {
display:inline;
}



/* Inhalt 
***********/

/* fuer IE7 Guillotine Bug http://css-class.com/articles/explorer/guillotine/index.htm */
#haslayout {
height:1%;
}

#content,
#subcontent {
font-size: 0.7em;
float:left;
width:330px;
}

/*div:after
{	content: "."; 
	display: block; 
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}*/


#subcontent {
float:right;
}

#content ul,
#subcontent ul {
margin: 0 0 18px 15px;
padding: 0;
line-height: 1.2em;
}
#content ol,
#subcontent ol {
margin: 0 0 18px 25px;
padding: 0;
line-height: 1.2em;
}
#content li,
#subcontent li {
margin: 6px 0;
}
#content a,
#subcontent a {
font-weight:bold;
}

/* Artikeltyp einpaltig */

body.einspaltig #content {
width:690px;
}
body.einspaltig #subcontent {
display:none;
}



/* Footer 
**********************************************************/

#site-info {
clear:both;
font-size:0.58em;
background:transparent url(../img/hg-footer.gif) 0 0 no-repeat;
width: 787px;
/*padding: 30px 85px 0 85px;
min-height:60px;*/
padding: 30px 64px 0 64px;
/*margin-bottom:40px;*/
min-height:30px;
text-align:right;
color:#ba344c;
}
#site-info p {
margin: 0;
display:inline;
}
#site-info a {
font-weight:normal;
color:#ba344c;
text-decoration:none;
}
#site-info a:hover {
text-decoration:underline;
color:#980b32;
}
#site-info ul {
list-style:none;
display:inline;
}
#site-info li {
display:inline;
margin-left: 15px;
}


/********************************************************* 
spezielle Formate
**********************************************************/

/* interne Links */
#content a,
#subcontent a  {
background: transparent url(../img/link.gif) 0 1px no-repeat;
padding-left: 12px;
}
#content div.section-txtpic.news a,
#subcontent div.section-txtpic.news a {
background: transparent url(../img/link_red.gif) 0 1px no-repeat;
}
/* kein HG-Bild bei verlinkten Bildern Module Text/Bild und Bild */
#content div.pic a,
#content div.section-txtpic.news div.pic a,
#subcontent div.pic a,
#subcontent div.section-txtpic.news div.pic a {
background: none;
padding-left: 0;
}

/* externe Links */
#mainbody a.extern {
background: transparent url(../img/link-extern.gif) 0 1px no-repeat;
padding-left: 13px;
}
#mainbody div.section-txtpic.news a.extern {
background: transparent url(../img/link-extern_red.gif) 0 1px no-repeat;
}
/* kein HG-Bild bei extern verlinkte Bilder Module Text/Bild und Bild */
#mainbody div.pic a.extern,
#mainbody div.section-txtpic.news div.pic a.extern {
background: none;
padding-left: 0;
}

/*Mail-Links */
#mainbody a.mailto {
background: transparent url(../img/link-mail.gif) 0 1px no-repeat;
padding-left: 12px;
}
#mainbody div.section-txtpic.news a.mailto {
background: transparent url(../img/link-mail_red.gif) 0 1px no-repeat;
}

.left {
float:left;
}

.right {
float:right;
}

.clear {
clear: both;
}



/********************************************************* 
MODUL-Formate
**********************************************************/



/* MODUL Text + Bilder
**************************/

div.section-txtpic {
margin: 0 0 10px 0;
float:left;
width:306px;
border-top:1px solid #d0cac7;
background:#ffffff;
padding:10px 12px;
}
div.section-txtpic.noborder {
border:none;
}
div.section-txtpic.nospace {
border:none;
margin: 0;
padding:0 12px;
}

div.section-txtpic.news {
border:none;
background:transparent url(../img/hg-infobox.gif) 0 0 repeat-X;
color:#84001b;
}
div.section-txtpic.news h2 {
color:#d4133c;
}
div.section-txtpic.news a {
color:#84001b;
}


body.einspaltig div.section-txtpic {
width:666px;
}


div.section-txtpic.li div.sectiontext img {
margin: 5px 10px 10px 0;
float:left;
}
div.section-txtpic.re div.sectiontext img {
margin: 5px 0 10px 10px;
float:right;
}
div.section-txtpic.re div.pic {
margin: 0 0 5px 15px;
float: right;
clear:both;
}
div.section-txtpic.li div.pic {
margin: 0 15px 5px 0;
float: left;
clear:both;
}

div.section-txtpic h1:first-child,
div.section-txtpic h2:first-child,
div.section-txtpic h3:first-child,
div.section-txtpic h4:first-child {
margin-top:0;
}

/* fuer 2-spaltige Darstellung 

div.section-txtpic.col-li {
float:left;
clear:none;
width:50% ; 
}
div.section-txtpic.col-re {
float:right;
clear:none;
width:50% ; 
}
div.section-txtpic.col-re div.sectiontext,
div.section-txtpic.col-li div.sectiontext,
div.section-txtpic.col-li h1,
div.section-txtpic.col-li h2,
div.section-txtpic.col-li h3,
div.section-txtpic.col-li h4 {
width:90% ; 
}
*/


/* MODUL Bild
********************/

div.section-pic {
margin: 0 0 10px 0;
}
p.picsub {
font-size: 0.9em;
line-height:1.2em;
margin-top:5px;
}


/* MODUL Dateidownload 
**********************/

div.filedownload {
clear:both;/* fuer IE 7 */
width:306px;/* fuer IE 7 */
padding:10px 12px;
}

#content div.filedownload a,
#subcontent div.filedownload a
{	line-height: 26px;
	padding: 5px 0 2px 26px;
	background: transparent url(../img/default-icon.gif) no-repeat 0 0;
}

#content div.filedownload a.pdf,
#subcontent div.filedownload a.pdf
{	background: transparent url(../img/pdf-icon.gif) no-repeat 0 0;
}
#content div.filedownload a.word,
#subcontent div.filedownload a.word
{	background: transparent url(../img/word-icon.gif) no-repeat 0 0;
}
#content div.filedownload a.text,
#subcontent div.filedownload a.text
{	background: transparent url(../img/txt-icon.gif) no-repeat 0 0;
}
#content div.filedownload a.xls,
#subcontent div.filedownload a.xls
{	background: transparent url(../img/xls-icon.gif) no-repeat 0 0;
}


/* MODUL Tabelle 
**********************/

table.border,
table.noborder {
clear:both; 
}
/* ohne Rahmen (sonst Standardformat) */
table.noborder,
table.noborder th,
table.noborder td {
border: none;
padding-left:0;
}

/* MODUL Artikel-, Kategorieliste 
**********************************/
ul.kategorie-list,
ul.article-list {
color:#666666;
clear:both;
margin-top:15px;
}

/* MODUL Sitemap 
**********************/
ul.sitemap,
ul.sitemap a {
color:#666666;
clear:both;
}
#maincontent ul.sitemap {
font-weight:bold;
padding-top:10px;

}
#maincontent ul.sitemap ul,
#maincontent ul.sitemap ul ul {
font-size:0.9em;
font-weight:normal;
padding-top:0;
}

/* MODUL googlemaps 
**********************/
#map {
width:306px;
background:#ffffff;
padding:10px 12px;
}


/*****************************
Formulare 
******************************/

form.formation {	
margin: 0 0 10px 0;
padding: 10px 12px;
clear:both;
float:left;
width: 306px;
background-color:#FFFFFF;

}
div#nl-form {
clear:both;
float:left;
}

form.formation p {	
float:left;
clear:both;
margin: 0 0 5px 0;
line-height:1em;
width:100%;
}
form.formation p.warning,
p.warning {
color:#ed1350;
margin-bottom:12px;
}

fieldset
{	border: none;
	padding: 0;
	margin: 0;
}

form.formation legend {	
font-weight: bold;
font-size: 1.05em;
padding: 0 5px 15px 0;
margin-left: -5px;
background-color: transparent;
}

form.formation label {	
margin:0 0 3px 0;
width: 9em;
float:left;
font-size:0.95em;
}

form.formation p.radio,
form.formation p.checkbox {	
float:none !important;
margin:5px 0 5px 0;
font-size: 1em;
font-weight: bold;
}

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;
border: none;
}

div.checkset,
div.radioset {	
margin-bottom: 10px;
padding-right: 18px;
}
div.checkset label,
div.radioset label {	
}
			
input,
select, 
textarea {	
float:left;
margin: 0 5px 5px 0;
border:1px solid #d0cac7;
padding:0.1em;
}
#nl-form input,
#nl-form select, 
#nl-form textarea {	
margin-bottom: 0;
font-family:Verdana, sans-serif;
}
			
form.formation fieldset br {	
clear:left;
}
		
form.formation input.text,
form.formation input {	
width: 306px;
}

form.formation textarea {	
padding:0.1em;
width: 306px;
margin-top: 0;
height:8em;
}
	
form.formation input.submit { 
width: auto;
padding:2px 10px;
font-size:1em;
clear: both;
font-weight:bold;
background-color:#BA344C;
border:1px solid #980b32;
color:#FFFFFF;
}

p.desc {	
margin-left: 9em;
}

.req {	
margin-left:3px;
}
fieldset.formationError {
margin-bottom:10px;
color: #980b32;
}
fieldset.formationError p {
}
p#lKONTAKTf8 {	
font-size:0.85em;
text-align:right;
color:#666666;
}


/**********************
Galerie Magazin 
***********************/


div.magazine-container {
background-color: #efebe9 !important;
border: 1px solid #e6e1df !important;
}
div.magazine-image img {
/*border: 1px solid #d0cac7 !important;*/
}
#content div.magazine-container a,
#content div.magazine-container a {
background:none;
padding-left:0;
}

/**********************
Galerie + Lightbox 
***********************/


/* GALERIE */
/* 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.
*/

div.galerie {
width: auto;
}

#content div.galerie a,
#subcontent div.galerie a {
background:none;
padding-left:0;
}

div.jaosg_thumbnail{
	float: left;
background-color: #efebe9;
	margin: 5px 5px 0 0;
	z-index:200;
	border: 1px solid #e6e1df;
}

div.jaosg_thumbnail img{
z-index:200;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 80px;
	width: 116px;
	margin: 24px 6px !important;
	z-index:200;
	/*border: 1px solid #d0cac7;*/
	}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 116px;
	width: 80px;
	margin: 6px 24px !important;
	z-index:200;
	/*border: 1px solid #d0cac7;*/
	}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
	z-index:200;
}

/* Jaos ohne Lightbox bzw. ohne JS */
p.jaosg_nav {
font-size:0.9em;
}
p.jaosg_nav a {
margin-right: 10px;
}
a.JaosBackInactive,
a.JaosNextInactive {
color: #E3E3E3;
}

div.jaosg_bild img{
max-width: 545px;
}

p.jaosg_bildbeschreibung {
}