/* 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% Arial,sans-serif;
padding:13px 0 0 0;
margin: 0;
background:#b9bec3 url(../img/hg.jpg) 0 0 repeat-x;
color:#333333;
}

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

#container {
margin: 0 auto;
padding:0;
text-align:center;
width:770px;
}



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

h1 {
font-size: 1.45em;
margin: 10px 0 6px 0;
font-weight: normal;
color:#00519e;
}
h2 {
font-size: 1.1em;
margin: 10px 0 6px 0;
color: #2e4961;
}
h3 {
font-size: 1.1em;
margin: 10px 0 4px 0;
color: #666666;
font-weight: normal;
}
h4 {
color: #666666;
font-size: 1em;
margin: 16px 0 4px 0;
}
h5 {
color: #666666;
font-size: 0.9em;
margin: 14px 0 4px 0;
}
h6 {
color: #666666;
font-size: 0.85em;
margin: 1px 0 15px 0;
font-weight: normal;
}

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

strong {
}

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

a {
text-decoration: underline;
color:#5b7995;
}
a:active {
text-decoration: underline;
color:#cc0033;
}
a:visited {
text-decoration: underline;
color:#93989c;
}
a:hover {
border: none;
text-decoration: none;
}

hr {
height: 1px;
color:#a7b9ca;
background-color:#a7b9ca;
border: none;
margin: 0 0 15px 0;
width: 100%;
}


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

th {
border: 1px solid #cccccc; 
border-bottom: 2px solid #cccccc;
padding: 4px 15px 4px 6px;
text-align: left;
vertical-align: top;
color: #333333;
}
td {
border: 1px solid #cccccc;
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;
min-height:7.95em;
background:transparent url(../img/titel-hg.jpg) 0 0 no-repeat;
/*background:#ffffff url(../img/titel-hg_2.jpg) 0 0 no-repeat;*/
margin: 0;
padding:0;
}
div#branding img {
position:absolute;
top:16px;
left:28px;
width: 338px;
}

div#branding h1,
div#branding h2
{	position:absolute;
	top:-5000em;
	left:-5000em;
	overflow:hidden;
	text-indent:-5000em;
	margin: 0;
}

div#adresse {
/*width:140px;
margin: 23px 263px 0 0;*/
width:220px;
margin: 25px 20px 0 0;
float:right;
font-size:0.7em;
color:#0c4071;
text-align:left;
}
div#adresse p {
margin:0 0 4px 0;
line-height:1.25em;
}


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

#mainbody {
margin: 0;
padding: 8px 0 0 0;
text-align:left;
min-height:200px;
background:transparent url(../img/content-o-hg.gif) 0 0 no-repeat;
}
*+html #mainbody {
margin-bottom:-12px;
}

#content {
background:#ffffff url(../img/content-hg.gif) 0 0 repeat-y;
float:left;
clear:both;
}
#content ul {
margin: 0 0 18px 20px;
padding: 0;
line-height: 1.25em;
}
#content ol {
margin: 0 0 18px 30px;
padding: 0;
line-height: 1.25em;
}
#content li {
margin: 8px 0;
list-style-image:url(../img/listbullet.gif);
}


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

#navigation {
font-size: 0.78em;
padding:0 0 0 9px;
margin:0 28px 10px 19px;
min-height:30px;
background:transparent url(../img/nav-hg-li.gif) 0 0 no-repeat;
position:relative;
z-index:5;
}
#nav-inner {
background:transparent url(../img/nav-hg-re.gif) right top no-repeat;
padding:0 9px 10px 0;
margin:0;
float:left;
position:relative;
}

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

#navigation ul li /* all list items */{
display: inline;
float:left;
list-style:none;
list-style-image:none;
position: relative;
top:0;
margin:0;
padding:5px 0 20px 0;
background:transparent url(../img/navlist-hg.gif) 0 0 no-repeat;
}
*+html #navigation ul li /*IE 7*/{
padding-top:0;
}
#navigation ul li.active {
background:transparent url(../img/navlist-hg_active.gif) 0 0 no-repeat;
}
#navigation ul li ul /* second-level lists */{
position: absolute;
top:0;
left: -999em;
margin-top: 2.9em;
width: 13em;
font-size:0.85em;
border:1px solid #dbe1e5;
border-top:none;
border-right:none;
background-color:#ffffff;
z-index: 15;
}
*+html #navigation ul ul /*IE 7*/{
margin-left:0;
padding-top:6px;
}

#navigation ul li ul li /* second-level lists */{ 
display: block;
margin:0;
padding:0;
background:#ffffff;
width: 13em;
}
#navigation ul li ul li.active {
background:#ffffff;
}
#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: 13em;
}

#navigation ul li a {
text-decoration: none;
padding:10px 11px 15px 11px;
font-weight:bold;
line-height:1.8em;
color:#5f6f7f;
}
*+html #navigation ul li a {
padding-top:6px;
}
#navigation ul li a:hover {
color:#00519e;
}
#navigation ul li.active a,
#navigation ul li.active a:hover {
color:#cc0000;
}

#navigation ul li ul li a,
#navigation ul li.active ul li a {
font-weight: normal;
text-transform: none;
display: block;
padding: 0 10px 6px 10px;
line-height:1.05em;
color:#4e4e4e;
}
#navigation ul li ul li a:hover,
#navigation ul li.active ul li a:hover {
color:#00519e;
}

#navigation ul li.active ul li.active a {
color:#cc0000;
}


/* Breadcrumbnavi 
******************/

#breadcrumbs {
margin:0 28px;
font-size:0.65em;
}
#breadcrumbs a {
text-decoration:none;
color:#a7b9ca;
}
#breadcrumbs a:hover {
text-decoration:underline;
}

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

#maincontent {
font-size: 0.78em;
float:left;
clear:both;
padding: 0 0 0 28px;
width: 455px;
min-height:350px;
}

body.typnocols #maincontent {
width: 714px;
padding: 0 28px;
}

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


/* Sidebar */

#subcontent {
width: 224px;
color:#4e4e4e;
font-size:0.7em;
float:right;
margin:0 28px 0 35px;
color:#333333;
}
#subcontent h1 {
font-size:1.4em;
/*color:#6989aa;*/
color:#3c4d5f;
font-weight:bold;
}
#subcontent h2 {
font-size: 1em;
}
#subcontent p {
line-height:1.15em;
font-size:1.05em;
margin: 0 0 8px 0;
}

body.typnocols #subcontent {
display:none;
visibility:hidden;
}

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

#site-info {
clear:both;
font-size:0.7em;
padding: 35px 0 5px 0;
background:transparent url(../img/footer-hg.gif) 0 -4px no-repeat;
color:#6c7e90;
}
*+html #site-info {
height:30px;
}
#site-info p {
margin: 0;
display:inline;
}
#site-info a {
font-weight:normal;
color:#6c7e90;
text-decoration:none;
margin-left: 30px;
}
#site-info a:hover {
text-decoration:underline;
color:#6c7e90;
}
#site-info ul {
list-style:none;
display:inline;
}
#site-info li {
display:inline;
}
#site-info li a {
font-weight:bold;
}



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

/* externe Links, wenn im Template definiert */
#content a.extern {
background: transparent url(../img/link-extern.gif) 0 0 no-repeat;
padding-left: 16px;
margin-left: 2px;
}
/* kein HG-Bild bei extern verlinkte Bilder Module Text/Bild und Bild */
#content div.pic a.extern {
background: none;
padding-left: 0;
margin-left: 0;
}
/* für GoogleMaps */
#content a.extern {
color:#5b7995 !important;
}
#content a.extern:active {
color:#cc0033 !important;
}
#content a.extern:visited {
color:#93989c !important;
}


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



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


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

div.section-txtpic {
margin: 0 0 10px 0;
clear:both;
width:100%;  /*für Safari */
}

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 div.pic {
margin: 3px 6px 8px 0;
display:inline;
}
div.section-txtpic.re div.pic {
padding: 0 0 4px 15px;
float: right;
clear:both;
}
div.section-txtpic.li div.pic {
padding: 0 15px 4px 0;
float: left;
clear:both;
}

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

/* für 2-spaltige Darstellung */

div.section-txtpic.col-li {
float:left;
clear:none;
width:48% ; 
}
div.section-txtpic.col-re {
float:right;
clear:none;
width:48% ; 
}

/* MODUL Infobox Sidebar
**************************/

div.section-infobox {
margin: 0 0 10px 0;
clear:both;
width:100%;  /*für Safari */
background: #b8d4e9 url(../img/infobox-hg.gif) 0 0 no-repeat;
border-bottom:1px solid #326491;
padding:12px 12px 5px 12px;
width:200px;
font-size:1.05em;
}
div.section-infobox div.pic {
margin-bottom:8px;
}
div.section-infobox div.sectiontext img {
margin: 0 0 4px 5px;
float:right;
}
#subcontent div.section-infobox h2 {
color:#333333;
line-height:1.2em;
font-size:1.05em;
}
#subcontent div.section-infobox a {
color:#333333;
font-weight:bold;
}
#subcontent div.section-infobox h1:first-child,
#subcontent div.section-txtpic h2:first-child {
margin-top:0;
}
#content div.section-infobox li {
margin: 0 0 4px 0;
list-style-image:none;
line-height:1em;
}

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

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

div.section-pic-ref {
margin: 0 10px 5px 0;
float:left;
height:82px;
overflow:hidden;
}


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

div.filedownload {
clear:both;
width:240px;/* fuer IE 7 */
margin: 0 0 8px 0;
}
#subcontent1 div.filedownload,
#subcontent2 div.filedownload {
width:180px;/* fuer IE 7 */
font-size:0.85em;
}

div.filedownload a
{	line-height: 25px;
	padding: 5px 0 0 26px;
	background: transparent url(../img/default-icon.gif) no-repeat 0 0;
}
#subcontent div.filedownload a {
font-size:0.85em;
}
div.filedownload a.pdf
{	background: transparent url(../img/pdf-icon.gif) no-repeat 0 0;
}
div.filedownload a.word
{	background: transparent url(../img/default-icon.gif) no-repeat 0 0;
}
div.filedownload a.text
{	background: transparent url(../img/default-icon.gif) no-repeat 0 0;
}
div.filedownload a.xls
{	background: transparent url(../img/default-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;
}


/********************************************************* 
SPEZIELL FORMATIERTE INHALTE/MODULE
**********************************************************/



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

form.formation {	
margin: 15px 0 20px 0;
padding: 0px;
clear:both;
font-size:1em;
}


fieldset
{	border: none;
	padding: 0;
	margin: 0;
}
fieldset.formationError {
padding-bottom:15px;
}
fieldset.formationError p,
fieldset.formationError legend {
color: #de0634;
}
fieldset.formationError p {
margin: 0 0 4px 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;
}

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: 4px 5px 10px 0;
border:1px solid #cccccc;
}
			
form.formation fieldset br {	
clear:left;
}
		
form.formation input.text,
form.formation input {	
padding:0.1em;
margin-top: 0;
width: 65%;
}

form.formation input#fKONTAKTf7 {
width:5em;
}

form.formation textarea {	
padding:0.1em;
width: 65%;
margin-top: 0;
}
	
form.formation input.submit { 
width: 5em;
padding:2px;
margin-left: 9em;
clear: both;
font-weight:bold;
background-color:#00519e;
border:1px solid #4d0e09;
color:#FFFFFF;
font-size:1em;
}

form.formation p.capDesc 
{	margin: 15px 0 0 0;
	font-size: 1em;
}
form.formation input.captchatext
{	margin-top: 5px;
	width: 9em;
}
img.captcha
{	float: left;
	padding-right: 10px;
}

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

.req {	
margin-left:3px;
}
.required,
.FORMATIONsuccess,
.FORMATIONerror {	
}
.required {	
margin-left: 9em;
}



/**********************
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.
*/
span#caption
{	color:#000000;
}
div.galerie {
width: 520px;
clear:both;
}
div.galerie h1:first-child,
div.galerie h2:first-child {
margin-top:0;
}

div.jaosg_thumbnail{
	float: left;
	margin: 4px 4px 0 0;
	z-index:200;
}

div.jaosg_thumbnail img{
z-index:200;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 80px;
	width: 115px;
	margin: 3px 3px 3px 0 !important;
	z-index:200;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 53px;
	margin: 3px 3px 3px 0 !important;
	z-index:200;
}
/*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.95em;
}
p.jaosg_nav a {
margin-right: 10px;
}
a.JaosBackInactive,
a.JaosNextInactive {
}

.jaosg_bild img{
max-width: 520px !important;
}

p.jaosg_bildbeschreibung {
}