body {
    color: #006296;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    line-height: 19px;
}
a, a:link, a:visited, a:active, a:focus {
    color: #006296;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #006296;
    text-decoration: none;
    font-weight: bold;
}
p {
    padding-bottom: 15px;
}
p.menu {
    margin: 0 11px 0 11px;
    padding: 10px;
    text-align: right;
    font-size: 90%;
}
ul, ol {
    margin-left: 20px;
}
hr {
    margin-bottom: 10px;
    color: #eee;
    height: 1px;
}

h1.abteilungen {
  font-size: 120%;
  }

h1 {
    margin-bottom: 5px;
    padding-left: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #DD0A06;
    background: transparent url(../_gfx/h1_bg.gif) 0 7px no-repeat;
}
#rightCol h1 {
    margin: 0;
    padding: 0;
    color: #DD0A06;
    font-size: 100%;
    font-weight: bold;
    background: none;
}
h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #006296;
}
.bold {
    font-weight: bold;
}
.small {
    font-size: 90%;
}
.smallRed {
    font-size: 90%;
    color: red;
}
.normText {    
    font-size: 75%;
    line-height: 19px;    
}
#rightCol {
    font-size: 90%;
}

/* gestrichelte Linie unter den Absätzen ************* */
hr.line {
    display: none;
    clear: both;
}
div.rule {
	margin-bottom: 5px;
	background-color: #006296;
	border: none;
	height: 1px;
}
/* *************************************************** */

.borderImgRight {
    margin: 0 0 5px 20px;
    padding: 0;
    float: right;
    border: 1px solid #006296;
}
.borderlessImgRight {
    margin: 0 0 5px 20px;
    padding: 0;
    float: right;
    border: none;
}
.borderImgLeft {
    margin: 0 20px 5px 0;
    padding: 0;
    float: left;
    border: 1px solid #006296;
}
.borderlessImgLeft {
    margin: 0 20px 5px 0;
    padding: 0;
    float: left;
    border: none;
}

.tabularData {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
    border-spacing: 1px;
    
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 98%;
    voice-family: "\"}\""
}
.tabularData td {
    padding: 5px;
    vertical-align: top;
    background-color: #dedede;
    border: 1px solid #fff;
}
.tabularData th {
	background-color: #fff;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    border:none;
}
.tabularData caption {
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
}

.tabularDataPics {
    margin: 1px 0 5px 0;
    border-collapse: collapse;
    border-spacing: 1px;   
    
    voice-family: "\"}\"";
    voice-family: inherit;
    voice-family: "\"}\""
}
.tabularDataPics td {
    width:45%;
    padding: 10px;
    vertical-align: top;
    background-color: #dedede;
    border: 1px solid #fff;
}
.tabularDataPics th {
    padding: 15px 0 5px 0;
    text-align: left;
    vertical-align: top;
    font-weight:bold;
}
.tabularDataPics caption {
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
}

.tabularDataPics span.adresse {
    font-size:90%;
    }

.tabularDataPics p {
    margin-left:130px;
    }

.listedData, .listedDataHead, .listedDataSec {
    list-style-type:none;
    padding-bottom:15px;
    }
.listedData li {
    padding-bottom:5px;
    }

.listedDataHead li {
	font-weight:bold;
	padding-bottom:5px;
	}

.listedDataSec li {
	font-weight:normal;
	padding-left:20px;
	padding-bottom:0px;
	}

#news_titel {
    width: 95%;
}
#news_teaser {
    width: 95%;
    height: 180px;
}
#news_inhalt {
    width: 95%;
    height: 300px;
}