html, body {
  width: 100%;
  height: 100%;
}

body.site {
  margin: 0;
  text-align: center;
  background: url(bg_body.jpg) no-repeat;
  font: normal 75% Arial, Helvetica, sans-serif;
}

a {
  color: #CE141D;
}

a img {
  border: none;
}

img.icon {
  vertical-align: middle;
}

/*******************************************************************************

Positionierung Contentbereiche

body
  bodyContainer
    bodyTop
    bodyContent [div]
      bodyContent_Macronavigation [td]
      bodyContent_Content [td]

*******************************************************************************/
#bodyContainer {
  width: 768px;  
  margin: 24px auto;
  text-align: left;
}

#bodyContent {
  position: relative;
  background: #EDEFFC url(bg_bodyContainer.gif) repeat-y;
}

#bodyContent_Content {
  background: url(bg_body_right.gif) repeat-x;
  width: 576px;
}

div#home_flashLayer {
  position: absolute;
  top: -44px;
  left: 192px;
}

#bodyTop {
  position: relative;
  height: 64px;
}

#bodyTop_Logo {
  position: absolute;
  left: -24px;
  top: -6px;
}
#bodyTop_Functions {
  text-align: right;
  color: #666;
}

#bodyTop_Functions a {
  text-decoration: none;
  padding: 3px 5px 3px 0;
  margin: 0 0 0 5px;
  color: #666;
  border-right: 1px solid #666;
}

#bodyTop_Functions a:hover {
  text-decoration: underline;
}

/*******************************************************************************

Makronavigation linke Spalte

*******************************************************************************/
#bodyContent_Macronavigation {
  width: 192px;
  background: url(bg_body_left.gif) repeat-x;
}

#bodyContent_Macronavigation ul {
  margin: 5px 0 0 15px;
  padding: 0;
  list-style: none;
}

#bodyContent_Macronavigation ul li {
  padding: 0 0 5px 0;
  line-height: 120%;
}
#bodyContent_Macronavigation ul.level1 {
  margin: 6px 0 0 6px;
}

#bodyContent_Macronavigation ul.level1 a {
  background: url(nav_macro0.gif) 0px 3px no-repeat;
  padding: 0 0 0 15px;
  font-weight: bold;
}

#bodyContent_Macronavigation ul.level1 a.selected {
  background: url(nav_macro1.gif) 0px 3px no-repeat;
  color: #CE141D;
}

#bodyContent_Macronavigation ul.level1 ul a {
  background: transparent;
  padding: 0;
  font-weight: normal;
}

#bodyContent_Macronavigation ul.level1 ul a.selected {
  background: transparent;
  padding: 0;
  color: #000;
}

#bodyContent_Macronavigation a {
  color: #000;
  text-decoration: none;
}

#bodyContent_Macronavigation a:hover {
  text-decoration: underline;
}

#bodyContent_Macronavigation a.meselected {
  color: #CE141D;
}

div#bodyContent_Breadcrumbs {
  height: 36px;
  margin-left: 12px;
}

div#bodyContent_Breadcrumbs, div#bodyContent_Breadcrumbs a {
  text-decoration: none;
  color: #FFF;
}

div#bodyContent_Breadcrumbs a:hover {
  text-decoration: underline;
}

/*******************************************************************************

BodyContent_Index-Listen

*******************************************************************************/
ul.tableOfContents {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tableOfContents li {
  border-bottom: 1px solid silver;
}

ul.tableOfContents li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
}

ul.tableOfContents li a:hover {
  text-decoration: underline;
}

/*******************************************************************************

Unterteilung von Seitenabschnitten

*******************************************************************************/
.sectionHeader {
  border-bottom: 1px solid silver;
}

/*******************************************************************************

Content-Tabellen

*******************************************************************************/
td {
  font: normal 75% Arial, Helvetica, sans-serif;
}

table.ftTABLE {
  width: 480px;
  border-collapse: collapse;
  border: 1 px solid red;
}

tr.ftTReven, tr.ftTRodd {
  background: transparent;
}

td.ftTD {
  background: transparent;
}

.tabletext {
  padding: 4px;
}

table.tab5cols td {
  width: 20%;
}

table.tab4cols td {
  width: 25%;
}

table.tab3cols td {
  width: 33%;
}

table.tab2cols td {
  width: 50%;
}

table.tab4cols, table.tab3cols, table.tab2cols {
  width: 480px;
}


/*******************************************************************************

Glossar

*******************************************************************************/
a.back2top {
  display: block;
  font-size: 8px;
  text-decoration: none;
  text-transform: uppercase;
  color: silver;
  text-align: right;
  padding-right: 16px;
  background: url(back_to_top.gif) no-repeat bottom right;
}

div.glossar_eintrag {
  border-bottom: 1px solid silver;
  padding-top: 1.5em;
}

/*******************************************************************************

Mail-Formulare

*******************************************************************************/
form#mailform {
  width: 480px;
}

form#mailform fieldset legend {
  font-weight: bold;
  color: black;
}
form#mailform table {
  width: 450px;
  border-collapse: collapse
}

form#mailform tr {
  vertical-align: top;
}

form#mailform td {
  width: 200px;
}

.mandatory {
  font-weight: bold;
  font-size: 125%;
  color: #CE141D;
}


/*******************************************************************************

Inhalte

*******************************************************************************/
p, li {
  line-height: 150%;
}

ul {
  list-style: square outside;
}

p.supertitle {
  font-weight: bold;
  margin: 0;
}

h1, h2,  h3, h4, h5, h6 {
  font: bold 100% Arial, Helvetica, sans-serif;
  color: #CE141D;
}

h1 {
  font: normal 200% "Arial Narrow", Arial, sans-serif;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 140%;
  font-weight: bold;
}

h3,.heading3 {
  font-size: 120%;  
  font-weight: bold;
}

h4,.heading4 {
  font-size: 110%;
  font-weight: bold;
}

.description {
  color: #999;
  font-weight: bold;
}

.caption {
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
}

ul.list_haken {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list_haken li {
  background: url(haken.gif) no-repeat !important;
  padding: 0 0 0 17px;
}

sup, sub {
  font-size: 10px 
}

blockquote {
  font-size: 11px;
  font-style: normal;
  background-color:#E2E3DE;
  border: 1px solid #666666;
  padding:10px
}


/*******************************************************************************

ZMS-Elemente

*******************************************************************************/
div.ZMSTable table td, div.ZMSGraphic {
  background: transparent;
}

.ZMSGraphic, .graphic, .img {
  margin: 0;
  padding: 0;
  background: transparent;
}

p.small, small {
  font: normal 11px Arial;
}

.2column_small p, .2column_small li, .2column_small td, .2column_small td p {
  font-size: 11px;
}

td.leftColumn {
  padding: 0 24px 0 0;
}

.nomargin {
  margin: 0;
}

/*******************************************************************************

Teaser-Elemente

*******************************************************************************/
#teaserContainer {
  width: 168px; 
  float: right;
  margin: 0 0 0 1em;
}

.teaserElement {
  background: #FFF;
  padding: 0 10px;
  margin: 0;
}

.teaserElementTop {
  height: 8px;
  background: url(bg_teaserElement_Top.gif) no-repeat bottom;
  margin: 0;
}

.teaserElementBottom {
  height: 8px;
  background: url(bg_teaserElement_Bottom.gif) no-repeat;
  margin: 0 0 1em 0;
}

.teaserElement h2, .teaserTitle {
  font: bold 11px Arial;
  margin: 0;
}

.teaserElement h2 a, .teaserTitle a {
  text-decoration: none;
}

.teaserElement h2 a:hover, .teaserTitle a:hover {
    text-decoration: underline;
}

.teaserElement p, .teaserText {
  font: normal 11px Arial;
  margin: 0;
}

a.teaserLink {
  background: url(nav_macro0.gif) 0px 2px no-repeat;
  padding: 0 0 0 15px;
  text-decoration: none;
}

a.teaserLink:hover {
  text-decoration: underline;
}

/*******************************************************************************

Copyright-Zeile

*******************************************************************************/
p.copyright {
  font-size: 80%;
  color: #666;
  margin: 0 0 1.5em 48px;
}

p.copyright a {
  color: #666;
}


/*******************************************************************************

Logoleiste (Kartenlogos)

*******************************************************************************/
.logo {
  display: block;
  margin: 0 0 20px 0;
}

#roteLeiste {
  position:fixed; 
  bottom:-2px; 
  left:-2px;
  width: 50%; 
  background: #CE141D;
}


/*******************************************************************************

Tooltips (Glossar-Links

*******************************************************************************/
a.tooltip {
  color: #000;
  white-space:nowrap;
  background: transparent url(glossar_link_bg.gif) right center no-repeat;
  padding:0 14px 0 0 ;
}

#dhtmltooltip {
  position: absolute;
  width: 150px;
  text-align: left;
  border: 1px solid silver;
  padding: 5px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmltooltip a {
  color: #000;
  text-decoration: none;
}




/* 
 * ERGÄNZUNGEN 
 * Special Object: Landing-Page
 * 
 * uhs@xmachina.de, 13.10.09
 */

#SO_LandingPage_Frame {
    background: transparent url(bg_body_right.gif) repeat-x scroll 0 0;
    width: 100%;
}

#SO_LandingPage_Frame #bodyContent_Breadcrumbs SPAN {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-top: 10px;
}

* html #SO_LandingPage_Frame #bodyContent_Breadcrumbs SPAN { padding-top: 8px; }
*+html #SO_LandingPage_Frame #bodyContent_Breadcrumbs SPAN { padding-top: 8px; }

#SO_LandingPage_Frame #contentRow {
    overflow: hidden;
    background-color: #EDEFFC;
    position: relative;
    min-height: 600px;
}

* html #SO_LandingPage_Frame #contentRow { height: 600px; overflow: visible; }

#SO_LandingPage_Frame #left  { float: left; width: 210px; }
#SO_LandingPage_Frame #right { width: auto; margin: 0pt 48px; font-size: 14px; }

/*HTML > BODY*/ 
#SO_LandingPage_Frame #right { margin: 10px 48px 0.5em 252px; }

#SO_LandingPage_Frame #right .pageSubtitle { color: #000000; font-size: 14px; font-weight: bold; }

#SO_LandingPage_Frame #left .leftContent {
    margin: 30px 0 20px 30px;
}

#SO_LandingPage_Frame #left #linkers,
#SO_LandingPage_Frame #left P {
    font-size: 14px;
    line-height: 120%;
    
}

#SO_LandingPage_Frame #left #linkers A { 
    color: #000EFF; 
    display: block;
}

#SO_LandingPage_Frame H1 { margin-bottom: 0.8em; }

#SO_LandingPage_Frame .quality_signet-description {
    position: absolute;
    bottom: 50px;   
    left: 30px; 
    /* background: transparent url(quality_signet.gif) -30px bottom no-repeat; */
    width: 200px;
    padding-bottom: 72px;
    font-size: 12px;
}

#SO_LandingPage_Frame .form {
    background: transparent url(bg_form_top.png) 0 0 no-repeat;
    padding-top: 10px;
    width: 486px;
    margin-bottom: 20px;
}

.form FORM,
.form FORM#mailform {
    width: 456px;
    background-color: #FFFFFF;
    padding: 15px;
    width: auto;
    margin: 0;
    color: #000000;
    overflow: hidden;
}

.form .formFooter {
    background: transparent url(bg_form_bottom.png) 0 bottom no-repeat;
    padding-bottom: 10px;
    width: 486px;
}

* html .form .formFooter {
    padding-bottom: 8px;
    font-size: 1px;
    line-height: 0;
}

.form FORM FIELDSET { border: 1px solid #FFFFFF; padding: 0; margin: 0; }  

.form FORM LEGEND   { display: none; }  

.form .formDescription {
    color: #000000;
    background-color: #FFFFFF;
    padding: 2px 15px;
}

.form .formTitle {
    background: transparent url(symbol_form.jpg) -8px -5px no-repeat;
    font-weight: bold;
    height: 53px;
    padding-left: 53px;
    padding-top: 5px;
}

.form #errorBox,
.form .errorBox {
    border-style: solid; 
    border-color: #CC0000; 
    border-width: 3px 0pt;
    background-color: #FFEEEE; 
    margin-bottom: 20px;
    padding: 10px; 
}

.form P { clear: both; margin: 5px 0; padding: 0; text-align: right; }

.clear { clear: both; float: none; }

.form LABEL { color: #999999; width: auto; }

.form INPUT { border: 1px solid #CCCCCC; padding: 2px; width: 300px; margin-left: 10px; }

.form P.buttonBar { 
    width: auto; 
    color: #999999; 
    margin-top: 20px; 
}

.form P.buttonBar INPUT { 
    background-color: #CE141D; 
    border-color: #CE141D; 
    outline-color: #CE141D; 
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    width: auto; 
    cursor: pointer;
}


