﻿/* margin und padding für alle Browser auf 0 */
*{
	margin:0;
	padding:0;
}


body {  
         background-color: #FFF;
         color: #000;
         font-size: 100.01%;
         font-family: Arial, Helvetica, sans-serif;
         height: 100%;
}

html, body {
      margin: 0;
      padding: 0;
      height: 100%;
}

#page {
      background:  transparent;
      position: relative;
      margin: 0;
      padding: 0;


}

#kopf {
  z-index: 1;
  width: 100%
}
#kopf p {
  display:block;
  margin-top: 56px;
  height: 86px;
  background:  transparent url(../img/punktlinie_grau.gif) top left repeat;
}

#absolut {
  position:absolute;
  left:0px; top:0px;
  margin: 0;
  padding: 0;
  padding-bottom:36px;
  z-index:5;
  display: inline;
}

#spaltenRahmen {
  width: 45em;
  margin: 0;
  padding: 0;

}

#linkeSpalte {
 float: left;
 position:absolute;
  left:0px; top:0px;
 text-align: left;
 margin: 0;
 color: #333333;
 width: 13.5em;
   vertical-align: top;

}

#linkeSpalte img { /* logo */
  margin:5px;
  padding-top:8px;

}

#cloud {
  margin: 24px 10px 3px 20px;
  text-align: right;
  	  background:  transparent url(../img/punktl_hgrau.gif) top left repeat;
}

#linkeSpalte a.tagCloud{
    text-decoration: none;
	line-height: 0.9em;
}

#linkeSpalte a.tagCloud:hover{
	text-decoration: underline;
	line-height: 0.9em;
}

#rechteSpalte {
 background:  transparent url(../img/DGT-Logo-mitte.gif) bottom right no-repeat;
 color: #333333;
 text-align: left;
 width: 32.8em;
 margin: 0 0 0 15em;
 padding: 0;
       min-height: 100%; /* For Modern Browsers */
      height: auto !important; /* For Modern Browsers */
      height: 100%; /* For IE */

 }
 
#rechteSpalte p {
  text-align: right;
  margin: 0;
  padding: 0;
}

#rechteSpalte p.naviTop {
  text-align: right;
  margin-top: 53px;
  padding-bottom: 10px;
  font-size: 0.75em;
  font-weight: normal;
}

.naviTop a:link    { color:#666; text-decoration: underline; }
.naviTop a:visited { color:#666; text-decoration: underline; }
.naviTop a:hover   { color:#B81515; text-decoration: none; }
.naviTop a:active  {  color:#B81515; text-decoration: none; }

#rechteSpalte p.navi {
  text-align: left;
  margin-top: 5px;
  padding-top:5px;
  padding-bottom:5px;
  border-top: 1px solid  #B81515;
  border-bottom: 1px solid #B81515;
/*  border-top: 1px solid  #CDCECF;
  border-bottom: 1px solid  #CDCECF;   */
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
}

.navi a:link    { color:#333333; text-decoration: underline; }
.navi a:visited { color:#333333; text-decoration: underline; }
.navi a:hover   { color:#B81515; text-decoration: none; }
.navi a:active  {  color:#B81515; text-decoration: none; }

a.on:link,  a.on:visited, a.on:active {  color:#B81515; text-decoration: none; }

#rechteSpalte img {
  border: 0;
  padding: 0;
  margin: 0;
}

.ueberschrift
{
  color:#333333;
  font-size: 1.1em;
  font-weight: bold;
  margin-top:18px;
  margin-bottom:8px;
  background-image: url(../img/punktlinie_grau.gif); 
  background-repeat: repeat;
}

#content {
          margin-top:18px;
          padding: 18px;
          width: 33em;
          background-color: transparent;
          z-index:5;
          border-spacing:10px;
          border:2px dotted #999;

        font-size: 0.8em;
		line-height: 1.5em;
		color:#333333;
  	    text-align: left;
}

#content p
{
  text-align: left;
  margin-bottom: 1.4em;
}

#content td
{
  color:#666;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5em;
}

#content h2
{
  color:#333333;
  text-align: left;
  margin-bottom: 1.4em;
  line-height: 1.3em;
  font-size: 1.0em;
  border-bottom: 1px solid #B81515;
}

#content ul {

  		font-size: 1.0em;
  		margin-bottom: 1.0em;
}



#content li
{
  color:#333333;
  text-align: left;
  margin-top: 0.5em;
    margin-left:18px;
		font-size: 0.9em;
		line-height: 1.5em;
}

ul.aufzaehlung  {
margin-top:-1.0em;
  padding-top:0;
  padding-bottom: 0.5em;
}

.box {
	width: 152px;
	background:  url(../img/boxUnten.jpg) no-repeat bottom left;
	margin: 0 0 0 30px;
}

.box h3 {
	font: inherit;
	font-size: 75%;
	font-weight: bold;
	background:  url(../img/boxOben.jpg) no-repeat top left;
    
	padding: 10px 0 0 22px;
	color: #333333;
	
}

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

.box ul li{
	width: 125px;
    margin: 0 0 0 12px;
	font-size: 70%;
}


.fuss {
      width: 750px;
      background: #CCC;
      margin-top: 80px;
      color:#666666;
      font-size:0.55em;
      font-weight: lighter;
      line-height: 1.5em;
      word-spacing:0.2em;
      text-align: center;
      border-bottom: 1px solid #B81515;
/*	  border-bottom: 1px solid #666666;  */
	  background:  transparent url(../img/punktlinie_grau.gif) top left repeat;
}



.fuss a {
  color:#666666;
  text-decoration: none;
  font-size:0.95em;
}

a:link    { color:#B81515; text-decoration: none;}
a:visited { color:#B81515; text-decoration: none; }
a:hover   { color:#660000; text-decoration: underline; }
a:active  { color:#660000; text-decoration: underline; }




