body,
html {
    margin:0;
    padding:0;
    background:#e0efd4;
    color:#444444;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
}
body {
    min-width:980px;
}
#wrap {
    background:#e0efd4;
    margin:0 auto;
    width:980px;
}
#header {
    width:980px;
    background:#ddd;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
    /*18px via YUI Fonts CSS foundation*/
    font-size:138.5%;
}
h2 {
    /*16px via YUI Fonts CSS foundation*/
    font-size:123.1%;
}
h3 {
    /*14px via YUI Fonts CSS foundation*/
    font-size:108%;
}
h1,h2,h3 {
    /* top & bottom margin based on font size */
    margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
    /*bringing boldness back to headers and the strong element*/
    font-weight:bold;
}
abbr,acronym {
    /*indicating to users that more info is available */
    border-bottom:1px dotted #000;
    cursor:help;
}
em {
    /*bringing italics back to the em element*/
    font-style:italic;
}
blockquote,ul,ol,dl {
    /*giving blockquotes and lists room to breath*/
    margin:1em;
}
ol,ul,dl {
    padding-left:40px;
    line-height:1.8em;
}
ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}
dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}
th,td {
    /*borders and padding to make the table readable*/
    /*border:1px solid #000;*/
    padding:.5em;
}
th {
    /*distinguishing table headers from data cells*/
    font-weight:bold;
    text-align:center;
}
caption {
    /*coordinated marking to match cell's padding*/
    margin-bottom:.5em;
    /*centered so it doesn't blend in to other content*/
    text-align:center;
}
p,fieldset,table {
    /*so things don't run into each other*/
    margin-bottom:1em;
}


#news {
    padding: 0 15px;
    display: block;
}

#sidebar {
    font-size:93%; /* 12px */
    background:#e0efd4;
    float:left;
    width:220px;
    margin-top:31px;
}
#main {
    background: transparent url(../images/spirale.gif) no-repeat scroll;
    float:right;
    margin-top:0px;
    min-height:420px;
    width:760px;
}
/*#infobox {
    background:transparent;
    border:3px solid #a4c962;
    float: right;
    margin:25px 50px 20px 20px;
}*/

#infobox .head ul {
    background: url(../images/corners.png) -15px -15px no-repeat;
    height: 15px;
    list-style: none;
    margin: 0;
}
#infobox .head ul li {
    float: right;
    background: url(../images/corners.png) 0px -15px no-repeat;
    width: 15px;
    line-height: 15px;
    list-style: none outside;
    padding: 0;
}
#infobox .foot ul {
    background: url(../images/corners.png) -15px 0px no-repeat;
    height: 15px;
    list-style: none;
    margin: 0;
}
#infobox .foot ul li {
    float: right;
    background: url(../images/corners.png) 0px 0px no-repeat;
    width: 15px;
    line-height: 15px;
    list-style: none outside;
    padding: 0;
    margin: 0;
}
#infobox {
    float: right;
    margin:25px 50px 20px 20px;
    background: #ffffff;
    color: #000;
    margin:20px 40px;
    width: 220px;
}

#info {
    font-size:85%; /* 11px */
    padding: 0 15px;
    display: block;
}
.infobox ul li {
    list-style: none;
}
#main h1, #main h2, #main h3, #main p {
    padding:0px 40px;
}
#main h1 {
    font-family:Georgia, Times, "Times New Roman", serif;
    margin-top:40px;
}
#main h2 {
    font-family:Georgia, Times, "Times New Roman", serif;
    /*letter-spacing:1px;*/
    margin-top:25px;
}
#main h3 {
    font: bold 1em Verdana, Geneva, Tahoma, sans-serif; letter-spacing: 2px;
    margin-top:20px;
}
#main h4 {
    font-family:Georgia, Times, "Times New Roman", serif;
}
#main p {
    font-size:93%;
    line-height:1.8em;
}
#main ul li {
    list-style:disc outside none;
    margin-bottom:8px;
}
#sidebar ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    font-weight: bold;
    margin-bottom:10px;
    margin-top:10px;
    padding-left:7px;
    margin-left: 0;
    margin-right: 0;
}
#sidebar ul li {
    margin-bottom: 8px;
    padding-left:14px;
}
#sidebar .selected {
    font-weight: bold;
    color: #444444;
}
#sidebar .submenuselected {
    font-weight: bold;
    color: #444444;
}
#sidebar .submenu {
    /*font-size:0.95em;*/
}
#sidebar .submenu li {
    margin-bottom:2px;
}
#sidebar h3, #sidebar p {
}
#sidebar p {
    font-size:1.0em;
}
#sidebar li.selected {
    background: transparent url(../images/kugerl.png) no-repeat scroll 0 0;
}
#footer {
    background:#e0efd4;
    clear:both;
}
#footer p {
    padding:5px;
    margin:0;
}

#logo {
    background:#e0efd4;
    height:120px;
    float:left;
    width:220px;
    text-align:center;
}
#header_img {
    background: #e0efd4 0 0 no-repeat;
    height:120px;
    float:right;
    width:760px;
}
table {
    /*font-size:0.75em;*/
    border: 0;
    margin:0;
}
table.maintable {
    border-collapse:collapse;
    border-spacing:0;
}
table.maintable td {
    border-width: 1px;
    padding: 8px;
    border-style: dashed;
    border-color: #A4C962;
    background-color: white;
}
a:link {
    color: #448844;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #448844;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #444444;
}
a:active {
    color: #999999;
    text-decoration: none;
    font-weight: bold;
}
img {
    border: 0;
}
img.mainright {
    float:right;
    margin-top:15px;
    padding-right:38px;
}

img.mainleft {
    float:left;
    margin-top:15px;
    padding-left:20px;
}

img.maincenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
}

img.button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* CORNER STYLES */
#roundedDiv .head ul {
    background: url(../images/corners.png) -15px -15px no-repeat;
    height: 15px;
    list-style: none;
    margin: 0;
}
#roundedDiv .head ul li {
    float: right;
    background: url(../images/corners.png) 0px -15px no-repeat;
    width: 15px;
    line-height: 15px;
    list-style: none outside;
    padding: 0;
}
#roundedDiv .foot ul {
    background: url(../images/corners.png) -15px 0px no-repeat;
    height: 15px;
    list-style: none;
    margin: 0;
}
#roundedDiv .foot ul li {
    float: right;
    background: url(../images/corners.png) 0px 0px no-repeat;
    width: 15px;
    line-height: 15px;
    list-style: none outside;
    padding: 0;
}
#roundedDiv {
    width: 670px;
    background: #ffffff;
    color: #000;
    margin:0 40px;
}
#content {
    padding: 0 15px;
    display: block;
}
ol li {
    margin-bottom: 10px;
}
