@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
color: #570119;
background-color: none;
font-size: 7pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-smooth: never;
}
.fs11{
font-size:11px;
}

#container {
width: 692px;
height: auto;
margin: 0 auto;
text-align:left;
background-color: #ded0ac;
}


#bannerContainer {
height: 174px;
width: 692px;
}

#bannerText {
height: 40px;
width: 692px;
background-image: url(../img/palmenfoto_center.jpg);
background-repeat: no-repeat;
}

#contentContainer {
width: 692px;
height: auto;
background-color:#ded0ac;
background-image: url(../img/palmenfoto_bottom.jpg);
background-repeat: no-repeat;
overflow: visible;
}

#menu {
height: auto;
width: 124px;
margin-left: 14px;
float: left;
display: inline;
margin-bottom: 15px;
}

#imgStroke {
margin-top: 15px;
float: left;
width: 150px;
height: auto;
margin-left: 13px;
}



/*-------------============Img============-------------*/
img {
border: none;
}

.logo {
width: 124px;
height: 48px;
margin: 0;
padding: 0;
margin-top: 3px;
}

.spaceImgStroke {
margin-bottom: 5px;
}

#imgContainer {
height: auto;
/*width: 406px;*/
width:500px;
margin: 0px;
padding: 0px;
margin-top: 15px;
margin-right: 27px;
margin-bottom: 60px;
float: right;
display: inline;
}

/*-------------============Text============-------------*/
.bannerText {
padding-left: 347px;
padding-top: 10px;
color: #fff;
font-size: 10pt;
font-weight: normal;
}

#text {
width: 340px;
height: auto;
margin-top: 17px;
margin-left: 28px;
color: #570119;
font-size: 11px;
float: left;
padding-bottom: 18px;
}

h1 {
color: #570119;
margin: 0;
padding: 0;
font-size: 10pt;
font-weight: bold;
text-align: left;
}

#text a {
text-decoration: none;
color: #570119;
}

#text a:hover {
text-decoration: underline;
color: #570119;
}

.clear {
clear: both;
}

.clear a {
text-decoration: none;
color: #570119;
}

.clear a:hover {
text-decoration: underline;
color: #570119;
}

/*-------------============FotoPage============-------------*/

#fotoFrame {
width: 500px;
height: auto;
margin-top: 35px;
margin-left: 28px;
color: #570119;
font-size: 11px;
float: left;
padding-bottom: 18px;
}

#fotoFrame a {
text-decoration: none;
color: #570119;
}

#fotoFrame a:hover {
text-decoration: underline;
color: #570119;
}

.textAlign {
text-align: center;
width: 300px;
}

.imgAlign {
text-align: center;
}

.next {
width: 20px;

}

/*-------------============Table============-------------*/
#imgContainer table{
text-align: right;
color: #570119;
border: none;
}

.tdSpace {
height:20px;
}

.tableSpace {
padding-right: 8px;
}


/*-------------============Menu============-------------*/
div#menu{
width:124px;
float:left;
}
#menu ul {
list-style: none;
padding:0px;
margin:0px;
width: 124px;
}

/*-------------============List============-------------*/
ul {
list-style: none;
margin: 0px;
padding: 0px;
margin-bottom: 11px
}

li {
padding-bottom: 2px;
}

/*-------------============Form============-------------*/
textarea {
overflow: auto;
}
.red{
color:#f00;
}