@charset "UTF-8";

/* Navigation, Layout css einbinden */
@import url(navigation/navigation.css);
@import url(layout.css);
@import url(user.css);

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

html, body {
        width: 100%;
        height: 101%;
        overflow-x: hidden;
        overflow-y: hidden;
}

body {
        background-image: url(../pic/bg_body.gif);
        background-repeat: repeat-x;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.75em;
        text-align: left;
        overflow: hidden;
        color: #666666;
}

a {
        text-decoration: none;
        color: #FF9B27;
}

a:hover {
        font-weight: bold;
        color: #FF9B27;
}

a img {
        border: 0 none;
}

h1, h2, h3 {
        background: transparent;
        color: #FF9B27;
        padding: 2px 0px 9px 0px;
}

h1 {
        font-size: 1.5em;
}

h2 {
        font-size: 1.2em;
}

h3 {
        font-size: 1.0em;
}

p {
        margin: 2px 0px 3px 0px;
        clear: both;
}

li {
        background-image: url(../pic/list_style_img.jpg);
        background-repeat: no-repeat;
        background-position: 0px 8px;
}

ul {
        list-style: none;
}