/* ----------------------------------------------------
    Body settings ...
---------------------------------------------------- */

* {    margin: 0;
    padding: 0;
}

body {
        font: 100%/1.6em Arial, Helvetica, sans-serif;
        font-family: 'PT Serif', serif;
        text-align: center;
        height:100%;
        color:      #02408e;
   
}

/* ----------------------------------------------------
    Global link settings ...
---------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
    color: #333;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

a:active {
    text-decoration: none;
    color: #333;
}

a:focus{
  outline:0;
  -moz-outline:0;
}

.hide{
  display: none;
}


h1 {
color:#333;
font-size:20px;
margin-bottom:7px;
}
h2 {
font-size:16px;
margin-bottom:25px;
color:#333;
}
h3 {
color:#000000;
font-size:12px;
}


table tr td{
    vertical-align: top;
}

div#pom{
    color:#735942;
    font-size:          11px;
    margin-bottom:     20px;
}

div#pom a, div#pom a:visited{
      color:#735942;
      margin-right: 10px;
}

.click-next{
	cursor: pointer;
}




/* ----------------------------------------------------
    Rahmen settings ...
---------------------------------------------------- */


div#all{
    width:              644px;
    padding:            0px;
    margin:             0 auto;
    text-align: left;
    margin-top: 100px;
}






div#footer{
margin: 0pt auto;

background: #fff;
width: 810px;
padding: 20px;
}



ul.footerText{
	margin: 0 20px;
}


table.contentTab{
border-spacing: 0px;
border-collapse: collapse;
margin-bottom: 10px;
border: none;
background: #ededed;
margin-top: 10px;
}

table.contentTab tr.trHead td{
  color: #fff;
  margin: 0px;
  padding: 0px 6px;
  font-weight: bold;
  font-size: 11px;
}

table.contentTab td{
  border-bottom:1px solid #fff;
  padding:0.5em;
  vertical-align: top;
}


/*
############# Helpers ######################
*/

.tdRight{
    text-align: right !important;
}

a.pfeil, a:link.pfeil, a:visited.pfeil{
     font-size: 11px;
      text-decoration:none; 
      padding-left:12px;

      background-image:url(/backstage/dgg-elbflorenz/picpool/common/pfeil.gif);
      background-repeat:no-repeat;
      color: #981d3d;
}

a.pfeilBack, a:link.pfeillBack, a:visited.pfeillBack{
     font-size: 11px;
      text-decoration:none; 
      padding-left:12px;
      background-image:url(/backstage/dgg-elbflorenz/picpool/common/pfeil_back.gif);
      background-repeat:no-repeat;
      color: #981d3d;
}

a.pdfLink, a:link.pdfLink, a:visited.pdfLink{
      font-size: 11px;
      text-decoration:none; 
      padding-left: 30px;
      background-image:url(/backstage/dgg-elbflorenz/picpool/common/pdf_icon.gif);
      background-repeat:no-repeat;
      color: #981d3d;
      font-weight: bold;
      display: block;
}

.trenner {
display: block;
clear: both;
border:0;
border-top:1px #999 dashed;
height:1px;
margin: 10px 0 10px 0;
}

.small{
font-size: 10px;    
    
}

.hide {
left:-1000em;
line-height:0px;
position:absolute;
width:500em;
}


.floatright {
float: right;
}

.floatleft {
float: left;
}

.text12bold{
font-weight: bold;
font-size: 12px; 
}

.spacer5 {
    height: 5px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
} 

.spacer7 {
    height: 7px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
} 

.spacer10 {
    height: 10px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
} 


.spacer15 {
    height: 15px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
} 

.spacer20 {
    height: 20px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
} 

.clearBlock {
    height:           0px;
    clear:            both;
    overflow:         hidden;
    font-size:        0px;

    line-height:      0px;
}


.pad10{
    padding: 10px;
}