* {
    margin:0;
    padding:0;
}

html, body {
    font: 100.01% Arial, Helvetica, sans-serif;
    background-color:white;
    text-align:center;
}

#page {
    padding-top:20px;
    width:1004px;
    margin: 0 auto;
    background-color:white;
    text-align:left;
}

#header {
    width:1004px;
    height:180px;
    padding:0px;
    padding-top:0px;
    background-color: white;
    float:left;
    color:#222222;
    font-size:40px;
    border-bottom:1px #808080 solid;

}

#footer {
    width:1004px;
    padding:5px;
    padding-top:30px;
    text-align:center;
    background-color: white;
    float:left;
    color:#808080;
    font-size:10px;
    border-top:1px #808080 solid;
}

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

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

#footer a:active {
    color:#808080;
    text-decoration:underline;
}

#footer a:hover {
    color:#F6860D;
    text-decoration:underline;
}

#container {
    background-color: white;
    float:left;
}

/* menu */
#menu {
    width:150px;
    float:left; 
    font-size:16px;
    font-weight:bold;
    margin-top:50px; 
}

#menu a:link {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:130px;
    line-height:30px;
    padding-left:10px;
    background-color:white;
    
}

#menu a:visited {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:130px;
    line-height:30px;
    padding-left:10px;
    background-color:white;
}

#menu a:active {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:130px;
    line-height:30px;
    padding-left:10px;
    background-color:white;
}

#menu a:hover {
    color:#F6860D;
    text-decoration:none;
    border-style:solid;
    border-right-width:0;
    border-left-width:thin;
    border-top-width:thin;
    border-bottom-width:thin;
    border-color:#222222;
    display:block;
    width:130px;
    line-height:30px;
    padding-left:10px;
    background-color:white;
}

#submenu {
    font-size:14px;
    float:left;
    background-color:white;
}

#submenu a:link {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:110px;
    line-height:20px;
    padding-left:5px;
    margin-left:20px;
    background-color:white;

}

#submenu a:visited {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:110px;
    line-height:20px;
    padding-left:5px;
    margin-left:20px;
    background-color:white;
}

#submenu a:active {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:110px;
    line-height:20px;
    padding-left:5px;
    margin-left:20px;
    background-color:white;
}

#submenu a:hover {
    color:#F6860D;
    text-decoration:none;
    border-style:solid;
    display:block;
    width:110px;
    line-height:20px;
    padding-left:5px;
    margin-left:20px;
    background-color:white;
}




/* mindes höhe content für ie */
#content {
    height:400px;
}

/* mindes höhe content für andere browser */
html>body #content {
height: auto;
min-height:400px;
}

/* content */
#content {
    background-color:white;
    color:#222222;
    width:840px;
    float:left;
    padding-right:0px;
    padding-left:10px;
    padding-top:15px; 
    padding-bottom:30px;
    border-left:1px #808080 solid;   
}

#content h1 {
    text-align:center;
    margin-bottom:25px;
    color:#F6860D;
}

#content td {
    border:3px;
    border-style:outset;
    padding:5px;
    height:40px;
}

#content li {
    margin-left:40px;
    padding-bottom:5px;    
}

/* content links */
#links {
    font-size:14px;
    font-weight:bold;
}


#links h3{
    margin-top:30px;
    margin-bottom:10px;
}

#links a:link {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:400px;
    line-height:20px;
    padding-left:5px;
    background-color:#FFFFFE;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}

#links a:visited {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:400px;
    line-height:20px;
    padding-left:5px;
    background-color:#FFFFFE;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}

#links a:active {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:400px;
    line-height:20px;
    padding-left:5px;
    background-color:#FFFFFE;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}

#links a:hover {
    color:#222222;
    text-decoration:none;
    border-style:none;
    display:block;
    width:400px;
    line-height:20px;
    padding-left:5px;
    background-color:#FFBB55;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}

#dspms {
    margin-top:50px;
    
}

#dspms h3 {
    color:#F6860D;
    font-size:14px;
}

#dspms p {
    font-size:11px;
}

#dspms input {
    font-size:11px;
}
