/* 
  File name:  formate
  Created on: 21. Dezember 2003 at 14:42
  Authors: Manfred Jaeger-Ambrozewicz und Tobias Schmiedt

  Description:
    An empty stylesheet.
*/

body {
    margin: 0px;
    margin-top: 20px; 
	padding-left: 30px;
    background-color: white;
}

body.verweise {
    padding-left: 30px;
    background-color: white;
}

body.verweise_oben {
    margin-top: 15px; 
    padding-left: 0px;
}


div {
    margin: 0px;
    padding: 0px;
         }

div.verweise {
    margin: 0px;
    padding-top: 7px;
    width: 185px;
    height: 450px;
    text-color: white;
}

div.verweise_oben {
    margin-top: 0px;
    padding: 0px;
    width: 950px;
    height: 70px;
    text-color: white;
}


div.verweise_oben_innen {
    padding-left: 30px;
    padding-top: 10px;
	padding-bottom: 10px;
    margin: 0px;
    width: 950px;
    height: 70px;
    text-color: white;
}


div.content {
    overflow: auto;
    background-color: white;
    padding-right: 0px;
    width: 760px;
    height: 500px;
    }


div.spalte {
    overflow: no;
    margin-right: 20px;
    background-color: white;
    width: 370px;
    height: 500px;
    }

div.spalte2 {
    overflow: no;
  	margin-right: 20px;
    background-color: white;
    width: 370px;
    height: 500px;
    }

div.spalteinfo {
    overflow: auto;
    padding-right: 15px;
    background-color: white;
    width: 235px;
    height: 500px;
    }

br.absatz {
    line-height: 8px;
    }

p {
    font-family: verdana;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-weight: normal;
    color: black;
    line-height: 18px;
}


p.verweise {
    color: black;
    text-align: left;
    line-height: 14px;
}


p.titel {
    font-size: 12px;
    color: black;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0pt;
    padding-bottom: 0px;
}

p.ueberschrift {
    font-size: 11px;
    letter-spacing: 0pt;
    color: black;
    font-weight: bold;
    padding-bottom: 6px;
}


table.eins {
    border: 0px; 
    padding: 0px;
	}

 
td.eins {
    padding: 0px;  	 
    padding-right: 10px;
    padding-top: 3px;
    border-spacing: 0px;  
}
 

a {
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    color: #0080C0;  
    }


a.black {
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: black;
    }

a.white {
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
    }

a.umbruch {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    }
    
a.verweis {
    text-decoration: none;
	margin: 0px;
    padding: 0px;
    text-align: right;
    line-height: 28px;
    background-color: white;
    }

a:link {
    text-decoration: none;
}

a:visited {
}

a:hover{
    text-decoration: none;
    background-color: white;
}

a:active{
    text-decoration: none;
    background-color: white;
}

a.black:link {
    text-decoration: none;
    color: black;
}

a.black:visited{
    text-decoration: none;
    color: black;
}

a.black:hover{
    text-decoration: none;
    background-color: transparent;
}

a.black:active{
    text-decoration: none;
    background-color: transparent;
}

<!--     color: red; -->

a.red {
    text-decoration: none;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    }

a.red:link {
    text-decoration: none;
}

a.red:visited{
    text-decoration: none;
}

a.red:hover{
    text-decoration: none;
    background-color: transparent;
}

a.red:active{
    text-decoration: none;
    background-color: transparent;
}

dl {
    color: black;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    line-height: 17px;    
}

