/* Allgemeiner Aufbau der Seite & des Layouts */
html   { width: 100%; }
/* @media all { html  { height: 100% }} */
body   { width: 100%; }
html * { padding: 0; margin: 0; border-collapse:collapse; border-spacing: 0; }
img    { border: 0; vertical-align: bottom }

body   { background: #ffffff; }


/* Stile fuer Layoutelemente */
#wrapperout  {  }
#wrapper     {  }


#wrapperout *        { background: none; }
/* #main, #contentwrap, #content, #footer */

#footer         { text-align: center; padding-top: 1cm }

#main, #contentwrap, #content, .contentelement { overflow: visible; position: relative }


#header, #contenttop, #stoerenfrieda, #nav-right { display: none }

/*= NAVIGATION ===================================== */
#nav { padding-left: 48px }

/*= NAV 1 ========================================== */

/*- SUBNAV ------------ */
/* ================================================ */

/* Formate für TYPO3-Elemente */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image, 
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

dl.csc-textpic-image img { 
	border: 0;
}

.csc-textpic-caption {
	font-size: 10px;
	font-style: italic;
}

#content .divaccordion h3 {  }
#content .divaccordion h3 { margin-bottom: 0 }
#content .divaccordion .content-text-wrap {  height: auto !important; overflow: visible !important; opacity: 1 !important; filter: alpha(opacity = 100) !important; visibility: visible !important }

#content .filelinks {  }
#content .filelinks .filecount { display: none }

.contentelement { margin-left: 20px; margin-right: 40px }
.ctype-html { margin: 0 }
/* ================================================ */


/* Textstile */
body,h1,h2,h3,p,table,ol,ul,li,a,form,input,textarea,select   { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #000000 !important; line-height: 120% }

/* Abstände generell */
#content .contenthead {  }
#content .contenthead h2 { font-size: 14pt; padding: 15px 20px }
#content .contenthead h2 img  { display: none }
#content .contenthead h2 span { display: block }

#content h3, #content p, #content ol, #content ul, #content hr, #content table { margin-top: 8px; margin-bottom: 8px }

#content h3 { color: #004494 }

#content a:link, #content a:visited { text-decoration: none; color: #004494 }
#content a:hover { color: #000000 !important }

#content ul  { list-style: square;  }
#content li  { font-weight: bold; margin: 4px 0;  }
#content li span { font-weight: normal;  }
#content li span a:link, #content li span a:visited {  }

#content ul li  { padding-left: 3px; margin-left: 16px }
#content ol li  { padding-left: 0; margin-left: 22px }

#content td { vertical-align: top }
#content td p { margin: 2px 0; }

#footer * { font-size: 7pt; font-style: normal }


body #content .btop, body #content .bbot,
body #content .btop1, body #content .bbot1 { border-bottom: 0 solid #b8c600; border-top: 0 solid #b8c600; }
body #content .btop { border-top-width: 2px }
body #content .bbot { border-bottom-width: 2px }

body #content .btop1 { border-top-width: 1px }
body #content .bbot1 { border-bottom-width: 1px }


/* FV 2009-06-10 */
span.tab75px  { float: left; width: 75px; }
span.tab125px { float: left; width: 125px; }

