
a:link {
   color           : #000000;
   background      : transparent;
   text-decoration : none;
}
a:visited {
   color           : #000000;
   background      : transparent;
   text-decoration : none;
}
a:hover {
   color           : #000000;
   background      : transparent;
   text-decoration : underline;
}
a:active {
   color           : #000000;
   background      : transparent;
   text-decoration : none;
}

a.nav:link {
      color           : rgb(0,65,148);
      background      : transparent;
      text-decoration : none;
}

a.nav:visited {
      color           : rgb(0,65,148);
      background      : transparent;
      text-decoration : none;
}
a.nav:hover {
      color           : rgb(204,0,0);
      background      : transparent;
      text-decoration : underline;
}
a.nav:active {
      color           : rgb(204,0,0);
      background      : transparent;
      text-decoration : none;
}

 
.text	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: normal;
		color: #004191;
		font-style: normal;
		font-weight: normal;
		font-variant: normal}

td.topic {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: bold;
		color: #FFFFFF;
        background-color: #009966;}

td.arrangements
{
	font-family: Arial, Helvetica, sans-serif;
}
		
span.mailformrequired
{
	font-size: 12px;
}

table.border {
		width:750px;
		height:530px;
		border:#000000 2px solid;
		}

/*------Bildergalerie-----------------------*/

.galery {
    margin:5px 0 0;
}

.galery li{
    list-style:none;
    float:left;
    margin:4px 10px;
}
.galery li a img {
    border:1px solid #ccc;
    background:#fff;
    padding:4px;
}

/*----googleMaop Container-----------------*/
#googleMap {
    width:369px;
    height:302px;
}

/*-------------Farben--------------------*/
.bordeaux {
    background: #920403;
}
.bordeaux a, .bordeaux {
    color:#fff;
}
.bordeaux_font {
    color:#920403;
    font-size:1.1em;
}
.creme {
    background:#f9f8df;
}

.color2 {
    background:url(bilder/white-opacity.png) repeat;
    background:#f9f8df;
}


.border_left {
    border-left:1px solid black;
}
.border_right {
    border-right:1px solid black;
}
.border_top {
    border-top:1px solid black;
}
.border_bottom {
    border-bottom:1px solid black;
}
.border {
    border:1px solid black;
}


#navi td {
    background: #fff;
    border-right:1px solid #920403;
    border-bottom:1px solid #920403;
    border-top:1px solid #920403;
    padding:2px;
}
#navi td a {
    color:#920403;
}

