/* Hintergrund - #DDDDDD */
/* Navi-Hintergrund - #999986 */


/**************** Body and tag styles ****************/



html {height:101%;}

body {
font:81.2% Trebuchet,Trebuchet MS,Arial,sans-serif;
line-height:1.4em;
color:#000000;
margin:0;
padding:0;
background: url(outerwrap.gif);
background-color:#BBBBAA;
background-repeat:repeat-y;
}

#links {
float:left;
width:200px;
text-align:center;
padding-top:30px;
}

#rechts {
position:absolute;
top:0px;
left:206px;
width:618px;
padding:0;
height:101%;
}

*html #rechts {
margin:0 0 0 0px;
}

#header {
background:#FFFFFF;
width:100%;
height:120px;
}

#navigation  {
background:#9E9E8D;
width:618px;
}


#subnavi  {
padding:35px 0 0 33px;
text-align:left;
}

*html #subnavi {
padding:27px 0 0 33px;
}

/****************** content **********************/

#rechts a {color:#000000;text-decoration:underline;}
#rechts a:hover {color:#000000;text-decoration:underline;background-color:#BBBBAA;}

/****************** Navigation **********************/

#navigation ul {
display:table;
width:618px;
margin:0 0 0 20px;
padding:0;
list-style-type:none;
}

*html #navigation ul {
width:588px;margin:0 0 0 20px;
}

#navigation li{
float:left;
padding:0;
margin:0;
width:80px;
white-space:nowrap;
text-align:center;
}

#navigation li a{
display:block;
padding:10px;
font-weight:bold;
text-decoration:none;
background-color:inherit;
color: #FFFFFF;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
color:#FFFFFF;
background-color:#BBBBAA;
text-decoration:underline;
}

/****************** subnavi **********************/

#subnavi h1 {
text-decoration:underline;
font-size:1em;
color:black;
font-weight:normal;
}

#subnavi h2 {
text-decoration:underline;
font-size:1em;
color:black;
}

#subnavi ul {
list-style-type:disc;
color:black;
margin-left:10px;
padding-left:10px;
font-weight:normal;
}

#subnavi a {font-weight:normal;color:black;text-decoration:none;}
#subnavi a:hover {font-weight:normal;color:black;text-decoration:underline;background-color:#9E9E8D;}

#menu2 {

}

/**************** Searchbar styles ****************/

#searchbar{
width:180px;
}

#searchbar form fieldset{
margin-left:10px;
border:0 solid;
}

#searchbar #s{
height:1.2em;
width:110px;
border:1px solid #a0a0a0;
}

#searchbar #searchbutton{
width:auto;
border:1px solid red;
text-align:center;
background:white;
}

input {
border:1px solid red;
background:white;
}

.submit-button {
border:1px solid red;
text-align:center;
background:white;
}

input[type="submit"] {
border:1px solid red;
text-align:center;
background:white;
}

.textfield {
border:1px solid red;
background:white;
}

.email {
border:1px solid red;
background:white;
}

select {
border:1px solid red;
background:white;
}

.select {
border:1px solid red;
background:white;
}

#login-form{
width:130px;
border-left:1px dashed #957E90;
}