/* Letzte Publizierung: Freitag, 30. Juli 2010 07:31 */
#dummyID .dummyCLASS { display: none /* dummy wegen TIDY */ }
/* Allgemeine Tags und Angaben */
body {
    background-color: white;
    color: #3E3E3E;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 80%;
    width : 98%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: auto;
}
h1, 
h2, 
h3,
h4,
h5,
h6 {
    margin: 0em;
    color: #333333;
    font-weight : normal;
    margin-bottom: 2ex;
}
h1 {
    xpadding-top:1px;
    padding-left: 23px;
    font-size: 1.3em;
    background-image: url(/_img/common/ico_h1.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
h2 {
    font-size: 1em;
    font-weight: bold;
}
h3 {
    font-size: 1em;
    font-weight: bold;
}
h4 {
    font-size: 1em;
    font-weight: bold;
}
h5 {
    font-size: 1em;
    font-weight: bold;
}
h6 {
    font-size: 1em;
    font-weight: bold;
}
/* extra Klasse, kann auf Überschriften gelegt werden aber ohne margin-bottom */
.no_margin_bottom{
    margin-bottom: 0ex;
}
div,
form,
fieldset,
input,
textarea {
    margin: 0px;
    padding: 0px;
}
select,
input,
textarea {
    font-family: Tahoma, "MS Sans Serif", Geneva, sans-serif;
    font-size : 8pt;
    color: #3e3e3e;
    border: 1px solid #dadada;
}
#column_2 select,
#column_2 input,
#column_2 textarea {
    border: none;
}
fieldset {
    border: none;
    margin-bottom: 2ex;
    width: 100%;
}
legend {
    margin-left: 0px;
    padding: 0px;
    padding-bottom: 1.4ex;
    color: #EB4800;
}
p {
    margin: 0px 10ex 3ex 0px;    
}
a,
a:link{
    color: #eb4800;
    text-decoration: none;
    background-repeat: no-repeat;
}
a:visited{
    color: #eb4800;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a:active {
    color: #FF0000;
    text-decoration: none;
}
img {
    border: none;
}
hr {
    border: none;
    border-bottom: 1px solid #c1c1c1;
    height: 1px;
    margin: 2em 0px 2em 0px;
}
#column_1 li {
    margin-bottom: 1.4em;
    padding-right: 10ex;
}

.invisible,
.printonly {
    visibility: hidden;
    display: none;
}
.clearfloats {
    clear: both;
    height: 0px;
}
.clearfloats img {
    visibility: hidden;
    position: absolute;
    border: none;
    margin-left: -2000px;
}
/* Servicemenü */
#phservicemenu {
    font-size: 0.7em;
    text-align : right;
    padding: 6px;
}
#phservicemenu p {
    margin: 0px;
    padding: 0px;
    color: #BD1220;
}
#phservicemenu a,
#phservicemenu a:link,
#phservicemenu a:visited {
    text-decoration: none;
    color: #606060;
    border-color: #606060;
}
#phservicemenu a:hover {
    text-decoration: underline;
}
/* Headerbereich */
#phlogos {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #005424;
    height: 90px;
    text-align: right;
    border-bottom: 2px solid white;
}
#pageheader {
    border-bottom: 1px solid #E95D0F;
}
#phl_bmbf,
#phl_bmbfpt,
#phl_pt {
    position: absolute;
    float: left;
}
#phl_bmbf {
    left: 0px;
}
#phl_bmbfpt {
    top: -25px;
    left: 0px;
}
#phl_pt {
    border-right: 3px solid white;
    left: 200px;
}
#phl_slogan {
    float: left;
    left: 200px;
    position: relative;
    visibility: visible;
    display: inline;
}
#phllogo {
    float: left;
    width: 200px;
}
#phlslogan {
    display: block;
    background-color: #ff6600;
    text-align: right;
}
/* Spaltenanordnung */
#column_wrap {
    clear: both;
    position: relative;
}
/* here comes the heavy lifting */
#column_1 {
    clear: both;
    padding-top: 18px;
    margin-bottom: 6ex;
    margin-left: 220px;
    xmargin-right: 220px;
}
#column_2 {
    position: absolute;
    top: 0px;
    font-size: 0.8em;
    width: 200px;
}
#column_3 {
    display: none;
}