/* CSS Document */
#impressionen {
height: 382px;
}

.fontwlink:link, .fontwlink:active, .fontwlink:visited{
color: #ffffff;}

/***********************/
/*Formular Formatierung*/
/***********************/

/* Farbe für Textfeld  > class="textfeld1" < an Textfeld kopieren */
.textfeld1 {
	background-color: #FFFAE1;
	color: #651438;
	font-size: 11px;
/*	margin-left: 4px;
        margin-top: 4px;*/

}

/* Farbe für Textfeld  > class="textfeld2" < an Textfeld kopieren */
.textfeld2 { 
	border: 1px solid #651438;
	background-color: #FFFFFF;
	border: 1px solid #651438;
	font-size: 11px;
	/* margin-left: 4px;
    margin-top: 4px; */
}
	
/* Farbe für Button  > class="button" < an Button kopieren */
.button {
	background-color: #FFFFFF;
	color: #651438;
	border: 1px solid #651438;
	font-size: 12px;
	/* margin-left: 4px;
    margin-top: 4px; */
}

/************************************/
/************************************/

body {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}


.textfarbe_weiss {
color:#ffffff;
font-size:11px;
}

.textfarbe_FFFAE1:link, .textfarbe_FFFAE1:visited, .textfarbe_FFFAE1:active {
color:#FFFAE1;
font-size:11px;
}

td img {display: block;}

.tableBorder {
	border: 1px solid #000000;
}

.tableBorderRechts {
	border-right: 1px solid #ffffff;
        border-left: 1px solid #000000;
        background-color: #FFFAE1;
}

.navigationOben {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navigationOben:link, .navigationOben:visited, .navigationOben:active {
 color: #FFFFFF;
 text-decoration: none;
 }

.navigationOben:hover {
color: #F5B065;
}

.navigationOben span {
color: #ffffff;
}

.naviBackground {

        background-color: #F5B065;
	background-image: url('/layout/index_r2_c2.gif');
	background-repeat: no-repeat;
	border: 1px solid #000000
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#logolinks {
	width:100%; height:110px;border-bottom:1px solid #000000;padding:2px;
}

/******************************************/
/* Hier beginnt Navigation LINKS          */
/******************************************/

.navigation1 {
	display: block;
	font-family: Verdana, Arial;
	font-size: 12px;
        font-weight: bold;
	color: #ffffff;
	background-color: #651438;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #ffffff;
	padding: 3px; 
	margin-bottom:0px;
}

.navigation1:link, .navigation1:visited, .navigation1:active {
	font-family: Verdana, Arial;
	font-size: 12px;
        font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #ffffff;
	background-color: #651438;
}
.navigation1:hover{
	font-family: Verdana, Arial;
	font-size: 12px;
        font-weight: bold;
	text-decoration:none;
	color: #651438;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #F5B065;
}

/******************************************/
/* Hier beginnt der Container Mitte       */
/******************************************/

.ContainerContentOben {
	padding:5px;
	margin:5px;
}

.ContainerContentObenHeader {
	font-size:14px;
        font-weight: bold;
        color: #651438;
}

.ContainerContentObenBild {
	font-size: 12px;
        margin-left: 4px;
        margin-top: 4px;
        color: #651438;
}

.ContainerContent {
	padding:5px;
	margin:5px;
        color: #651438;
	border-bottom:1px solid #000000;
}

.ContainerContentHeader {
	font-size:14px;
        font-weight: bold;
        color: #651438;
}

.ContainerContentText {
	font-size: 12px;
        margin-top: 2px;
        color: #651438;
}

.clear {
clear:both;
}

.ContainerContentText a:link, a:visited, a:active {
        color: #651438;
}

.ContainerContentText a:hover {
        color: #000000;
}



.ContainerContent1 {
	padding-left:5px;
/*	border-bottom:1px solid #000000; */
	margin:5px;
}

/******************************************/
/* Hier beginnt der Container Rechts Oben */
/******************************************/

#ContainerRechtsOben {
/*	width: 230px; */
	height:auto;
	background-color:#F5B065; 
	border-bottom:1px solid #000000; 
/*	border-left:1px solid #000000; */
	padding:4px;
}

.ContainerRechtsObenHeader {
	font-size:13px;
        font-weight: bold;
        color: #651438;
}

.ContainerRechtsObenText {
	font-size: 11px;
        margin-left: 4px;
        margin-top: 4px;
        color: #651438;
}

.ContainerRechtsObenText a:link, a:visited, a:active {
        color: #651438;
}

.ContainerRechtsObenText a:hover {
        color: #000000;
}

/******************************************/
/* Hier beginnt der Container Rechts Unten*/
/******************************************/

.ContainerRechts { 
 /*   width:230px; */ 
	height:auto;
	background-color:#FFFAE1;
/*	border-left:1px solid #000000; */
	border-bottom:1px solid #000000;
	padding:4px;
}

.ContainerRechtsHeader {
	font-size:13px;
        font-weight: bold;
        color: #651438;
}

.ContainerRechtsText {
	font-size: 11px;
        margin-left: 4px;
        margin-top: 4px;
        color: #651438;
}

.ContainerRechtsText a:link, a:visited, a:active {
        color: #651438;
}

.ContainerRechtsText a:hover {
        color: #000000;
}

