html {
 height:101%;
}
body {
 background-image:url('./images/background.jpg');
 font-size:12;
 font-family:Helvetica,Arial,sans-serif;
 margin:0px;
 padding:0px;

}
h3 {
 text-align:center;
 padding-top:20px;
 padding-bottom:20px;
 font-size:32px;
}
table {
 border: 1px solid #f3b600;
}
th {
 border-bottom: 1px solid #f3b600;
 background-color:#ffcc33;
 font-weight:bold;
}
td {
 background-color:#fde382;
}
label {
 float: left;
 clear:left;
 display: block;
 width: 170px;
 text-align: right;
 padding-right:10px;
}
textarea {
 font-family:Helvetica,Arial,sans-serif;
}
a {
 font-weight:bold;
 text-decoration:none;
 color:#577cb3;
}

#layout {
 background-image:url('./images/layout_endlos.jpg');
 height:200px;
}
#theme {
 background-image:url('./images/layout.jpg');
 height:200px;
 width:900px;
 margin:auto;
}
#content {
 margin:auto;
 overflow:auto;
 width:900px;
 margin-bottom:50px;
}
#menu {
 width:170px;
 float:left;
}
#menu a {
 color:#ffffff;
 text-decoration:none;
}
#pane {
 float:left;
 margin-left:8px;
 overflow:auto;
 width:700px;
}
#mainnews {
 float:left;
 width:310px;
 padding-left:20px;
}
#maincontent {
 margin-left:362px;
}
.header {
 border: 1px solid #f3b600;
 background-color:#ffcc33;
 font-weight:bold;
 margin-top:12px;
 padding:2px;
}
.headeredcontent {
 border-left: 1px solid #f3b600;
 border-right: 1px solid #f3b600;
 border-bottom: 1px solid #f3b600;
 background-color:#fde382;
 padding:2px;
 overflow:auto;
}
.notheaderedcontent {
 border: 1px solid #f3b600;
 background-color:#fde382;
 padding:2px;
 overflow:auto;
}
.footer {
 border-left: 1px solid #f3b600;
 border-right: 1px solid #f3b600;
 border-bottom: 1px solid #f3b600;
 font-weight:bold;
 text-align:right;
 font-size:12px;
 background-color:#ffd452;
 padding:2px;
}
#footer a {
 text-decoration:none;
}
#panel {
 font-size:12px;
 width:200px;
 float:left;
}
#smallpanel {
 font-size:12px;
 width:140px;
 float:left;
}
#sdbn {

}
.error {
 border:1px solid #af4f41;
 background-color:#c84040;
 text-align:center;
 font-weight:bold;
 padding:4px;
 margin:4px;
 color:#ffffff;
}
.button {
 border:2px solid #3466a3;
 background-color:#577cb3;
 text-align:right;
 font-weight:bold;
 padding:4px;
 margin-top:3px;
 color:#ffffff;
 cursor:pointer;
}
.buttonOver {
 border:2px solid #af4f41;
 background-color:#c84040;
 text-align:right;
 font-weight:bold;
 padding:4px;
 margin-top:3px;
 color:#ffffff;
 cursor:pointer;
}
.buttonFixed {
 border:2px solid #af4f41;
 background-color:#ffcc33;
 text-align:left;
 font-weight:bold;
 padding:4px;
 margin-top:3px;
 color:#af4f41;
}
.description {
}
.footprint {
 font-size:12px;
 text-align:center;
}