/* 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:0;
margin:0;
background:#ffffff url(../img/hg.gif) 0 0 repeat-x;
color:#666666;
}

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


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

h1 {
font-size: 1.35em;
margin: 10px 0 6px 0;
font-weight: normal;
color:#b71e10;
}
h2 {
font-size: 1.2em;
margin: 10px 0 6px 0;
font-weight: normal;
color: #343434;
}
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:#8c211b;
}
a:hover {
border: none;
text-decoration: none;
}

hr {
height: 1px;
color:#e3e1e2;
background-color:#e3e1e2;
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:165px;
/*background: #4d0e09;*/
text-align:center;
min-width:970px;
}


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


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

#navigation {
font-size: 0.74em;
padding:2px 0 0 0;
min-height:18px;
background-color:#ffffff;
border-bottom:2px solid #f2f0f1;
}

#navigation ul,
#navigation ul ul {/* all lists */
z-index: 10;
position: relative;
background:#ffffff;
}
#navigation ul li {/* all list items */
display: inline;
position: relative;
margin:0 9px;
}
#navigation ul li ul { /* second-level lists */
position: absolute;
left: -999em;
margin-left : 0;
margin-top: 1.54em;
width: auto;
text-align:left;
}
*+ html #navigation ul li ul { /* second-level lists */
margin-top: 2.2em;
}
#navigation ul li ul ul { /* third-and-above-level lists */
left: -999em;
position : absolute;
}
#navigation ul ul {
border:1px solid #e3e1e2;
border-top:2px solid #ffffff;
}
#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:8px 0;
/*display:block;*/
line-height:1.8em;
text-transform:uppercase;
color:#4e4e4e;
}
#navigation ul li a:hover {
color:#999999;
}
#navigation ul li.active a {
color:#8c211b;
}

/* Submenue Ebene 2 */

#navigation ul li ul,
#navigation ul li ul li ul {
position:absolute;
width: 13.5em;
margin-left:-1px;
top:0px;
padding-top:5px;
}		

#navigation ul li ul li,
#navigation ul li ul li ul li {
width: 10em;
top:0;
display:block;
}		

#navigation ul li ul {
top:-1px;
}
#navigation ul li ul li {
margin: 0;
}

#navigation ul li ul li a,
#navigation ul li.active ul li a {
font-weight: normal;
text-transform: none;
display: block;
padding: 2px 5px 8px 5px;
line-height:1.05em;
color:#4e4e4e;
}
#navigation ul li ul li a:hover,
#navigation ul li.active ul li a:hover {
color:#999999;
}

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


/* Inhalt 
**********************************************************/
#mainbody {
width: 970px;
margin: 0 auto;
padding: 25px 0 0 0;
background:#ffffff;
color: #646060;
}
h3#claim {
background:#ffffff url(../img/claim.gif) 0 0 no-repeat;
width:458px;
height:38px;
clear:both;
margin: 20px 256px 5px 256px;
text-indent:-5000em;
}

#content {
float:left;
width: 778px;
}
#maincontent {
font-size: 0.8em;
float:right;
padding: 0px 30px;
width: 526px;
min-height:400px;
}
#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: 10px 0;
}
#maincontent img {
border:1px solid #cccccc;
padding:3px;
}


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


/* Sidebars */

#subcontent1,
#subcontent {
width: 190px;
color:#4e4e4e;
font-size:0.8em;
}
#subcontent {
float:right;
}
#subcontent1,
#subcontent2 {
border:1px solid #e3e1e2;
float:left;
}
#subcontent2 {
margin-bottom: 20px;
}
#subcontent1 h1,
#subcontent2 h1 {
font-size:1.2em;
color:#c18900;
padding: 0 8px;
}
#subcontent1 h2,
#subcontent2 h2 {
font-size: 1.05em;
font-weight:bold;
padding: 0 8px;
}
#subcontent1 p,
#subcontent2 p {
line-height:1.18em;
font-size:1.05em;
margin-bottom:16px;
}


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

#site-info {
clear:both;
font-size:0.65em;
padding: 5px 18px 5px 18px;
background-color:#272624;
color:#999999;
text-align:center;
margin:0 auto;
}
#site-info p {
margin: 0;
display:inline;
}
#site-info a {
font-weight:normal;
color:#999999;
text-decoration:none;
margin-left: 30px;
}
#site-info a:hover {
text-decoration:underline;
color:#999999;
}
#site-info ul {
list-style:none;
display:inline;
}
#site-info li {
display:inline;
}


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

/* externe Links, wenn im Template definiert */
#content a.extern {
/*background: transparent url(../img/link-extern.gif) 0 0 no-repeat;
padding-left: 15px;
margin-left: 2px;*/
}

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



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


/* Module Sidebar 
***************************/
#subcontent1 div.sectiontext,
#subcontent2 div.sectiontext,
#subcontent1 div.filedownload,
#subcontent2 div.filedownload {
padding: 5px 8px 0 8px;
width:auto;
}
#subcontent1 div.section-txtpic div.pic,
#subcontent2 div.section-txtpic div.pic {
margin:3px 0 5px 0;
}
#subcontent1 div.section-txtpic img,
#subcontent2 div.section-txtpic img {
max-width:190px;
}


/* MODUL Text + 4 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 {
margin: 3px 0 4px 15px;
float: right;
clear:both;
}
div.section-txtpic.li div.pic {
margin: 3px 15px 4px 0;
float: left;
clear:both;
}

#maincontent div.section-txtpic h1:first-child,
#maincontent div.section-txtpic h2:first-child,
#maincontent div.section-txtpic div.sectiontext p: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 Bild
********************/

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


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

div.filedownload {
clear:both;
width:240px;/* fuer IE 7 */
margin: 0 0 8px 0;
}

#maincontent .filedownload {
width:100%;
}

#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/word-icon.gif) no-repeat 0 0;
}
div.filedownload a.text
{	background: transparent url(../img/txt-icon.gif) no-repeat 0 0;
}
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;
}


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



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

form.formation {	
margin: 15px 0 20px 0;
padding: 0px;
clear:both;
}


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;
}

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: 55%;
}

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

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

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 {
}