﻿/* ********************************
        Standard-Tags
******************************** */
p
{
	font-size: 0.8em;
	margin: 0 10px 8px 20px;
}
h1
{
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 10px 10px 20px;
}
h2
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 10px 10px 20px;
}
h3
{
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 10px 14px 20px;
}

ul
{
	list-style-image: url(6x7_4eck_pink.gif);
	margin-top: 0px;
	list-style-position: inside;
}

li
{
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
    margin-left: 0px;
}
li p
{
    font-size: 0.8em;
    margin-top: 1px;
    margin-bottom: 5px;
    margin-right: 10px;
}


/* ********************************
        Klassen
******************************** */

.trennLinie
{
	clear: both;
	margin-top: 0px;
	margin-bottom:10px;
	border-bottom: #87888a 2px dotted;
}   

.trennLinieNews
{
    border-bottom: #458a8a 2px solid;
    margin-top: 10px;
} 

.t8
{
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.logo
{
	margin: 15px 0 0 22px;
}

.separator
{
    font-size: 0.75em;    
    margin-left: 0px;
    margin-right: 0px;
    /*
    font-weight: bold;
    visibility: hidden;*/  
}

.naviItem1
{
    padding-left: 5px;
    padding-top: 4px;
    background-color: #87888a;
    border-top: 1px solid #fff;
    /* folgender Rahmen in der Hintergrund sorgt nur für Abstand */
    border-bottom: 4px solid #87888a;
}
.naviItem2
{
    padding-left: 20px;
    padding-top: 2px;
    background-color: #e1e1e1;
    border-top: 1px dotted #656565;
    border-bottom: 2px solid #eee;
}
.naviItem3
{
    padding-left: 35px;
    padding-top: 2px;
    background-color: #f8f8f8;
    border-top: 1px dotted #656565;
    border-bottom: 2px solid #f8f8f8;
}
.naviItem4
{
    padding-left: 50px;
    padding-top: 2px;
    background-color: #eee;
    border-top: 1px dotted #656565;
    border-bottom: 2px solid #eee;
}

.newsHead
{
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 0 3px 3px;
   /* background-color: #ffde5d;
    background-color: #aaa;
    background-color: #458A8A;
    color: #fff;
    text-align: center;*/
    border-bottom: 3px solid #87888a;
    border-top: 2px solid #87888a;
}

.newsTitel
{
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 2px 3px 3px 3px;
    color: #000;
    background-color: #e1e1e1;
}

.newsText
{
	padding: 0 3px 0 3px;
	font-size: 0.7em;
	background-color: #fff;
}

.newsText p
{
	font-size: 8pt;
	margin: 4px 0px 0px 0px;
}

.newsLink
{
	/* margin-top: 0px; */
	padding: 2px 3px 6px 3px;
	font-size: 0.7em;
	color: #00f;
	text-decoration: underline;
}

.copyright
{
	font-size: 0.7em;
	padding: 3px 0 4px 290px;
	margin: 0;
	color: White;
}

.bildFooter 
{
	margin-left: 5px;
}

.bildrechts
{
	float: right;
	padding: 0px 20px 20px 20px;
}

.bildlinks
{
	float: left;
	padding: 0px 20px 20px 20px;
}

.clearBoth
{
	clear: both;
	margin-top: 5px;
}

.clearContact
{
	clear: both;
	margin-top: -10px;
	margin-bottom:10px;
	border-bottom: 1px solid #FFB30F;
}


.bildEnde
{
	clear: both;
	margin-top: 5px;
}

/* ********************************
        Pseudo-Klassen
******************************** */

a:link
{
    color: #000;
    text-decoration: underline;
}

a:visited
{
    color: #000;
    text-decoration: underline;
}

a:hover
{
    COLOR: #d52f2a;
}

a:active
{
    COLOR: #d52f2a;
}

a:focus
{
    COLOR: #d52f2a;
}

a.extLink:link
{
	background: url("extLink.gif") no-repeat;
	padding-left: 10px;
	display: inline-block;
	color: #00f;
}

a.extLink:visited
{
	background: url("extLink.gif") no-repeat;
	padding-left: 10px;
	display: inline-block;
	color: #00f;
}

a.extLink:hover
{
  background: url("extLink.gif") no-repeat;
	padding-left: 10px;
	display: inline-block;
  COLOR: #d52f2a;
}

a.extLink:active
{
  background: url("extLink.gif") no-repeat;
	padding-left: 10px;
	display: inline-block;
  COLOR: #d52f2a;
}

a.extLink:focus
{
  background: url("extLink.gif") no-repeat;
	padding-left: 10px;
	display: inline-block;
  COLOR: #d52f2a;
}

a.pdfLink
{
	background: url("../images/cms/pdf.gif") no-repeat;
	padding-left: 18px;
}

a.naviSekLink:link, a.naviSekLink:visited
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    /*font-weight: bold;*/
    text-decoration: none;
    color: #000;
}

a.naviSekLink:hover
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    /*font-weight: bold;*/    
    text-decoration: none;
    color: #d52f2a;     
}

a.naviLink1:link, a.naviLink1:visited
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    text-decoration: none;
    color: #fff;
    font-weight: bold;        
}

a.naviLink1:hover
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    text-decoration: none;
    color: #e1e1e1;
    font-weight: bold;     
}
a.naviLink2:link, a.naviLink2:visited
{
    font-family:Arial, Helvetica, sans-serif;
		font-size: 0.75em;
    text-decoration: none;
    color: #000;     
}

a.naviLink2:hover
{
    font-family:Arial, Helvetica, sans-serif;
		font-size: 0.75em;
    text-decoration: none;
    color: #e1007a;     
}
a.naviLink3:link, a.naviLink3:visited
{
    font-family:Arial, Helvetica, sans-serif;
		font-size: 0.75em;
    text-decoration: none;
    color: #000;     
}

a.naviLink3:hover
{
    font-family:Arial, Helvetica, sans-serif;
		font-size: 0.75em;
    text-decoration: none;
    color: #d52f2a;     
}


/* Sitemap */

a.mapLink1:link
{
    font-size: 0.9em;
    font-weight:bolder;
    text-decoration: none;
    color: #000;
         
}
a.mapLink1:visited
{
    font-size: 0.9em;
    font-weight:bolder;
    text-decoration: none;
    color: #000;     
}
a.mapLink1:hover
{
    font-size: 0.9em;
    font-weight:bolder;
    text-decoration: none;
    color: #d52f2a;     
}
a.mapLink2:link
{
	font-size: 0.75em;
	font-weight:bolder;
    text-decoration: none;
    color: #000;     
}
a.mapLink2:visited
{
	font-size: 0.75em;
	font-weight:bolder;
    text-decoration: none;
    color: #000;     
}
a.mapLink2:hover
{
	font-size: 0.75em;
	font-weight:bolder;
    text-decoration: none;
    color: #d52f2a;     
}
a.mapLink3:link
{
	font-size: 0.75em;
    text-decoration: none;
    color: #000;     
}
a.mapLink3:visited
{
	font-size: 0.75em;
    text-decoration: none;
    color: #000;     
}
a.mapLink3:hover
{
	font-size: 0.75em;
    text-decoration: none;
    color: #d52f2a;     
}
.mapItem1
{
    padding-left: 0px;
    padding-top: 5px;
    background-color: #fff;
    border-top: 1px solid #656565;
    /* folgender Rahmen in der Hintergrund sorgt nur für Abstand */
    border-bottom: 2px solid #fff;
}
.mapItem2
{
    padding-left: 20px;
    padding-top: 2px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.mapItem3
{
    padding-left: 40px;
    padding-top: 2px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.mapItem4
{
    padding-left: 60px;
    padding-top: 2px;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
}

.infoBox
{
		font-family: Arial, Helvetica, sans-serif;
		font-size:10pt;
		width:220px
}


/* ********************************
        Noch unsauber
********************************
dd
{
	font-size: 0.8em;
	margin-top: 1px;
	margin-bottom: 7px;
}
dt
{
	font-size: 0.8em;
	margin-top: 1px;
	margin-bottom: 7px;
}
ol
{
	list-style-type: decimal;
	font-size: small;
	font-style: italic;
}

a {
	color: #000000;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}

a:visited {
	color: #000000;
	font-weight:bold	
}
a:active {
	color: #9D4736;
	font-weight:bold
}
a:hover {
	color: #9D4736;
	font-weight:bold
}
.bildlinks {
	float: left;
	padding: 0px 3px 8px 3px;
margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}
.bildrechts {
	float: right;
	padding: 20px 3px 8px 3px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.clearBoth {
	clear: both;
	margin-top: 5px;
}
hr {
	width: 100%;
	color: #4A566C;
	height: 1px;
}
.gridHeader {
	background-color:#ebdba0;
	border:1px solid #ae9167;
}

.gridHeader p {
	margin-top:2px;
	margin-bottom:2px
}

.gridItem {
	border:1px solid #ebdba0; 
}

.gridItem p {
	margin-top:2px;
	margin-bottom:2px
}
.a {
	text-align: right;
	font-size: x-small;
	font-weight: bold;
}
 */
