/* defaults */
html {
    height: 100%;    
    font-size: 62.5%;
    background-color: #FFFFFF;
}

body {
    width: 100%;
    text-align: center;
    font-family: verdana, sans-serif;
    font-size: 1.4em;
    line-height: 1.8em;
    color: #000000;
}

* {margin: 0px; padding: 0px;}

img {border: 0px;}

/* wrapper */
div#wrapper {
    width: 1000px; 
    margin: 8px auto;
    text-align: left;
    background-color: #FFFFFF;
}

/* text-layouts */
strong {font-weight: bold;}

/* links */
a {color: #000000; font-style: italic}
a.extern {background: url(/static/logos/go_out.gif) no-repeat left center; padding-left: 12px;}
a.intern {background: url(/static/logos/go_int.gif) no-repeat left center; padding-left: 12px;}
a:hover {color: #333333; text-decoration: none;}

/* headlines */
h1 {
    padding: 10px; 
    font-size: 2.0em; 
    font-weight: normal;
}
h2, h3 {font-size: 1.2em;
        font-weight: bold;
        padding-top: 2em;
}
h4, h5 {
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
}
h5 {margin-right: 6px; display: inline;}
h6 {font-size: 1em; font-weight: normal;}

/* paragraph  */
p {margin-bottom: 1.1em;}

/* noscript */
noscript {
    display: block; 
    text-align: center;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

 /* header */
div#header {
    overflow: auto;
    margin-top: 30px;
    height: 80px;
}

div#header img {float: right; margin: 0px 10px 10px 10px;}
div#header p {clear: both; margin: 0px;}

ul {
    padding-left: 2em;
    list-style: circle; 
    height: auto;
    overflow: visible; 
}

/* content */
div#content {
    padding: 15px;
}

div#footer {
   text-align: center;
}
