HTML {
padding: 0px;
margin:  0px;
height:  100%;
}

BODY {
font-family:      Verdana;
font-size:        12px;
color:            #666;
padding:          0px;
margin:           0px;
height:           100%;
background-color: #a58570;
}

INPUT, TEXTAREA, SELECT {
font-family: Verdana;
font-size:   12px;
}

P {
margin:        0px;
padding:       0px;
margin-bottom: 10px;
}

IMG {
border: 0px;
behavior: url("pngbehavior.htc");
}

LABEL {
width: 150px;
float: left;
clear: both;
}

a:link {
text-decoration: underline;
color:           #666;
}

a:visited {
text-decoration: underline;
color:           #666;
}

a:hover {
text-decoration: underline;
color: #1D3896;
}

a:active {
text-decoration: underline;
color: #1D3896;
}

a.immonet:link {
text-decoration: underline;
color:           #1D3896;
}

a.immonet:visited {
text-decoration: underline;
color:           #1D3896;
}

a.immonet:hover {
text-decoration: underline;
color: #1D3896;
}

a.immonet:active {
text-decoration: underline;
color: #1D3896;
}

#background {
margin:       0 auto;
width:        750px;
z-index:      20;
position:     relative;
}

#backgroundImage {
margin:              0 auto;
background-color:    #36c;
width:               950px;
z-index:             10;
position:            relative;
background:          url('flowers.gif') no-repeat;
background-position: bottom;
}

#header {
background:    url('header_background.jpg') no-repeat;
height:        188px;
border-bottom: 2px solid #1D3896;
}

#logo {
position: absolute;
right:    0px;
}

#language {
padding: 5px;
}

#content {
background-color: #ffffcc;
}

.pages {
list-style-type: none;
margin:          0px;
padding:         0px;
}

.pages LI {
float:         left;
border:        1px solid #1D3896;
padding:       4px;
margin-top:    5px;
margin-bottom: 5px;
margin-left:   5px;
}

h3 {
color:   #990707;
padding: 0px;
margin:  0px;
}