body {
    padding: 10px 0px 10px 10px;
    background-color: #f5faff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

h1 {
    font-size: 18px;
}

h2, #side-extra h1 {
    font-size: 15px;
    color: #444444;
}

h3 {
    font-size: 13px;
}

p {
    margin: 20px 0;
    padding: 0;
    color: #444444;
    font-size: 13px;
}

div {
    font-size: 13px;
}

img {
    border: none;
}

hr {
    height: 0em;
    border: none;
    border-top: 1px dashed #000;
}

ul {
   padding: 10px;
}
* html ul {
   margin: 10px;
}

a {
    color: black;
}

form {
    margin: 0;
    padding: 0;
}

label {
    float: left;
    width:6.36em;
}

select {
}

input {
}

#wrapper {
    width: 95%;
    min-width: 72.5em;
    background-color: white;
}

#wrapper_inside {
    padding: 0.45em 0.45em 0em 0.45em;
}

#header {
    padding: 0px;
    padding-top: 1em;
    font-size: 11px;
    background-color: #5471b2;
}

#header h1 {
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: 1.63em;
    color: #ffffff;
}

#header ul {
    margin: 0;
    padding: 0;
    padding-bottom: 0.75em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#header ul li {
    float: left;
    padding-left: 0.4em;
}

#header ul a {
    padding-top: 0.3em;
    height: 1.7em;
    width: 11.5em;
    display: block;
    min-width: 10em;
    vertical-align: middle;
    text-decoration: none;
    background-image: url(/image/b-header-navi.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: white;
}

#header ul a.extralarge {
    width: 180px;
}

#header ul a:hover {
    background-image: url(/image/b-header-navih.png);
    background-color: #b5b599;
}

#header ul span {
    margin-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 2.45em;
    background-repeat: no-repeat;
    background-position: 0.3em center;
}

#header #nav-start span {
    background-image: url(/image/header-navi-startseite.gif);
}

#header #nav-suche span {
    background-image: url(/image/header-navi-suche.gif);
}

#header #nav-fluege span {
    background-image: url(/image/header-navi-fluege.gif);
}

#header #nav-auto span {
    background-image: url(/image/header-navi-auto.gif);
}

#header #nav-hilfe span {
    background-image: url(/image/header-navi-hilfe.gif);
}

#header #nav-kontakt span {
    background-image: url(/image/header-navi-kontakt.gif);
}

div.breadcrumb {
    margin-bottom: 1em;
    margin-left: 1.5em;
    padding-top: 0.2em;
    font-size: 10px;
    height: 1.5em;
    background: url(/image/b-breadcrumb.png) repeat-x center bottom;
}

div.path {
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 10px;
    color: #333333;
}

div.path a {
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #333333;
    text-decoration: none;
}

div.path a:first-child {
    padding-left: 0em;
}

div.flags {
    float: right;
    padding-right: 1em;
}

#left {
    float: left;
    width: 14em;
}

#left ul {
    margin: 0em;
    margin-bottom: 1.5em;
    padding: 0em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#left ul a, #left ul h1 {
    display: block;
    margin: 0;
    padding-top: 0.1em;
    padding-left: 1em;
    height: 1.6em;
    width: 16em;                /*Breite Seite links Menüleiste*/
    text-decoration: none;
    background-image: url(/image/b-side-navi.png);
    background-repeat: repeat-x;
    font-size: 10px;
}

#left ul h1 {
    font-weight: bold;
}

#left ul a:hover {
    background-image: url(/image/b-side-navih.png);
}

.inside {
    position: relative;
    text-align: left;
}
#main {
    position: relative;
    width: auto;
}

#right {
    float: right;
    padding-top: 1.36em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    width: 12em;
    text-align: center;
    background: #e0e0e0;
}

#right h2 {
    font-size: 15px;
    color: #444444;
}

#right p, #right h1 {
    font-size: 11px;
    text-align: left;
}

#right img {
    margin-left: 1em;
}

#right hr {
    border-color: #a9a8a6;
}

#footer {
    padding-top: 0.4em;
    height: 1.65em;
    color: #ffffff;
    background-color: #5471b2;
    text-align: center;
    font-size: 11px;
}

#footer a {
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

#footer-links  {
    padding-top: 0.8em;
    text-align: center;
    font-size: 11px;
    color: #dddddd;
    background-color: #ffffff;
}

#footer-links a {
    color: #dddddd;
    background-color: #ffffff;
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0em;
}

.invisible {
    display: none;
}

