

/* Main styles */
body
{
        background-color: #fff;
        border-width: 0;
        margin: 0 0 0 10px;
        font-size: 100%;
}

img { border-width: 0; margin: 0;}

div#mother
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        color: #333;
        margin: 0;
        border-width: 0;
        width: 650px;
        height: auto;
        min-height: 600px;
}

/* Content Styles */
h1, h2, h3, p, ul, address, .box
{
        width: 650px;
        height: auto;
        margin: 5px 0px 5px 0px;
        padding: 0;
}

.news, .cart
{
        display:none;
}

.cart
{
        background-color: #EAEDF3;
        border-bottom: 1px solid #f6f6f6;
}

h1
{
        font-size: 1.8em;
        font-weight: normal;
        line-height: 22px;
        color: #030303;
        margin-top: 25px;
}

h2
{
        font-size: 1.1em;
        font-weight: bold;
        margin-top:0px;
        color:#de0067;
}
h3
{
        font-size: 1.1em;
        font-weight: bold;
}

h4, label
{
        font-size: 1.1em;
        line-height: 15px;
        font-weight: bold;
        margin: 5px 5px 5px 0;
}

h4.article
{
        float: left;
        width: 200px;
        height: 70px;
        margin: 10px 0 0 0;
}

h4.news
{
        display:none;
}

h4.cart { margin-top: 30px; }

#header img.print, #headerstart img.print {
        display:inline;
}
#header img, #headerstart img {
        display:none;
}
label
{
        display: block;
        margin-bottom: 3px;
}

label.labelsmall
{
        width: 50px;
        float: left;
}

label.labelbig
{
        width: 350px;
        float: left;
}

label.sublabel
{
        display: inline;
        width: auto;
        font-weight: normal;
        margin-left: 5px;
}

p
{
        font-size: 1.1em;
        width: auto;
        margin-bottom: 10px;
}
#content p
{
        font-size: 1.2em;
        width: auto;
        max-width: 650px;
        margin-bottom: 10px;
        line-height:1.4em;
}
#content p.teaser
{
        font-size: 1.1em;
        width: auto;
        max-width: 650px;
        margin-bottom: 10px;
}

p.picture
{
        background-color: #e4e5e6;
        width: 245px;
        height: auto;
        float: left;
        margin-right: 10px;
}

p.picture sub
{
        font-size: 1em;
        padding: 0;
        margin: 2px;
        display: block;
        width: 240px;
        height: auto;
}


.bgpict
{
        background-image: url(/img/bg_anwendung_bild.gif);
        background-repeat: no-repeat;
        width: 200px;
        height: 160px;
        float: left;
        margin: 5px 10px 0px 0px;
        display: block;
}

.bgpict img { margin: 0; border: 1px solid #CCCCCC; }

.bgpict a img { display: none; }

.bgpict a
{
        display: none;
}

ul
{
        list-style-type: disc;
        list-style-position: outside;
        font-size: 1.1em;
}

#content li
{
        padding: 0 5px;
        line-height: 1.5em;
        margin-left:20px;
}
#content li.message
{
        padding: 0 5px;
        line-height: 1.5em;
        color: red;
        font-size: 1.1em;
        margin-left:20px;
}
.news li
{
        padding: 0 5px;
        line-height: 1.5em;
        margin-left:20px;
}

#content li { width: 650px; }
#content ul.boxlinklist li { background-image: url(/img/icon_liste2.gif); }

address
{
        font-size: 1.1em;
        font-style: normal;
        border-top: 1px dotted #C9C9C9;
}

span { color: #de0067; }

em
{
        font-weight: bold;
        font-style: normal;
}

.teaser img
{
        border: 2px solid #c9c9c9;
        float: left;
        margin: 0 10px 0 0;
}

p.message, h4.message { color: red;font-weight:normal; }

.nobreak
{
        float: left;
        width: 200px;
}

.breakclear { clear: both; }

/* Table Styles */
table
{
        width: 650px;
        height: auto;
        margin: 0 0 10px 0;
        padding: 0;
        caption-side: top;
        border: none;
        font-size: 1.1em;
        line-height: 17px;
}

table#sitemap
{
        height: auto;
        margin: 0;
        padding: 0;
        caption-side: top;
        border:  none;
        width: 650px;
}
table#sitemap td
{
        height: auto;
        width:162px;
        font-size:1.1em;
        line-height: 1.3em;
        border: 1px dotted #C9C9C9;
}
table#sitemap td strong { line-height:2.0em; }

th
{
        height: 30px;
        text-align: left;
        color: #00276e;
        font-weight: bold;
        margin: 0;
        padding: 5px 0;
        border-top: 1px dotted #C9C9C9;
}

th img { margin: 0; }

td
{
        height: 20px;
        margin: 0;
        padding: 0;
        line-height: 1em;
}

td.def, tr.strong { font-weight: bold; }

table#sitemap th
{
        height: auto;
        padding-left: 0;
        font-size: 1.2em;
        border-top: none;
        border-bottom: 1px dotted #C9C9C9;
}

table#sitemap td
{
        padding-left: 0;
        height: 15px;
}

caption
{
        text-align: left;
        font-size: 1.3em;
        color: #00276e;
        font-weight: bold;
        padding: 0;
        margin: 10px 0 5px 0;
}

/* Form Styles */
form
{
        padding: 0;
        margin: 0;
        width: 420px;
        height: auto;
}

fieldset
{
        border: none;
        padding: 0;
}

input, button
{
        width: 200px;
        height: 20px;
        border: 1px solid #7F9DB9;
        font-size: 1.1em;
        line-height: 11px;
        color: #00276d;
        vertical-align: middle;
        padding: 0;
        margin: 3px 0 2px 0;
}
input.blaettern
{
        width: 102px;
        height: 22px;
        margin: 0 0 0 5px;
        border: 1px solid #7F9DB9;
}
input.blaettern:hover { border: 1px solid #de0067; }

input.checkboxstyle
{
        width: 15px;
        height: 15px;
        margin: 0 0 0 5px;
}

input.radiobutton
{
        margin: 3px 5px;
        width: 15px;
        height: 15px;
        border: none;
}

input.buttonpos, button
{
        margin: 10px 0 0 308px;
        width: 100px;
        background-color: #fff;
        text-align: center;
        font-weight: bold;
        border-width: 1px;
}

#Unterlagen {height: 25px;}
#back { margin-left: 0; }
#smallmargin { margin-left: 208px; }
#shopbutton {margin-left: 328px;}
.mini { width: 35px; margin-bottom: 10px;}
.small { width: 50px; }
.middle { width: 150px; }
.big { width: 350px; }

button:hover {background-color: #de0067; color: #fff;}

textarea
{
        font-size: 1.2em;
        line-height: 20px;
        color: #00276d;
        padding: 0;
        margin: 3px 0 0 0;
        width: 405px;
        height: 100px;
        border: 1px solid #7F9DB9;
}

select
{
        display: block;
        padding: 0;
        margin: 3px 0 0 0;
        width: 200px;
        height: 20px;
        border: 1px solid #7F9DB9;
        background-color: #fff;
}

div#search input
{
        display:none;
}

div#search button
{
        display:none;
}

#groesse { width:285px;float:right;margin-right:10px; }

/* Box styles */
#header, #headerstart, #metamenu, #keyvisual, #position, #footer, #mainmenu, #homenews, #sitemap
{
        width: 650px;
        border: none;
        margin: 0;
        padding: 0;
}

div#header
{
        height: 95px;
}

div#search
{
        display:none;
}

div#metamenu
{
        display:none;
}

#content, #submenu, #empty
{
        height: auto;
        margin: 0;
        padding: 0;
        float: left;
}

div#keyvisual { display:none; }
h1 img { display:none; }
div#position
{
        display:none;
}

div#footer
{
        display:none;
}

div#content
{
        width: 650px;
        padding-bottom: 20px;
}

div#content .box, div#content .boxlinklist
{
        padding:0;
        margin: 0 0 10px 0px;
        width: 650px;
        border-bottom: none;
        clear: both;
        color: #00276e;
}

#content p.box { width:600px; }

div#content h3.box
{
        font-size: 1.3em;
        font-weight: bold;
        line-height: 17px;
        color: #00276e;
        border-bottom: 1px solid white;
        padding: 0;
        margin: 10px 0 5px 0px;
}

div#content .teaser
{
        border-top: 1px dotted #C9C9C9;
        width: 650px;
        max-width: 650px;
        margin: 0;
}

div.hometeaser
{
        width: 650px;
        font-size: 1.1em;
}

div#homenews
{
        height: 80px;
        clear: both;
        font-size: 1.1em;
        margin-top:30px;
}

div#empty { width: 231px; }

/* Menu styles */
a
{
        color: #00276d;
        text-decoration: none;
        border: none;
        padding: 0;
        margin: 0;
}

a:hover { color: #de0067; }
#content p a {
        background-image: none;
        background-repeat: no-repeat;
        background-position: 0;
        padding: 0;
}
/* Meta Menu */
div#metamenu a { margin: 0 5px; }

/* Main Menu */
ul#mainmenu
{
        display:none;
}

ul#mainmenu li
{
        display:none;
}

ul#mainmenu li#highlight1
{
        display:none;
}

/* Sub Menus */
ul#submenu, ul#subsubmenu
{
        display:none;
}

ul#subsubmenu {        display:none;}

ul#submenu li
{
        display:none;
}

ul#submenu a
{
        display:none;
}

ul#subsubmenu li {         display:none; }

.highlight2 {color: #de0067;}


ul#mainmenu li.grafic, ul#submenu li.grafic
{
        display:none;
}

/* Footer Menu */
div#footer a
{
        color: #fff;
        margin: 0 0 0 255px;
}

/* Content Menus */
div#content a.teaserhigh
{
        margin: 0;
        padding: 5px 20px 5px 0px;
        display: block;
        width: 650px;
        min-height: 70px;
        color: #333;
}

div#content a.teaserhigh:hover { background-color: #e4e5e6; }
div#content a.teaserhigh:hover img { border-color: #de0067; }
div#content a.teaserhigh:hover em { color: #de0067; }



/* Home Menu */
div.hometeaser a.hometeaserhigh
{
        margin: 0;
        padding: 20px 21px 0 1px;
        display: block;
        width: 650px;
        color: #333;
}

div.hometeaser img
{
        border: 2px solid #c9c9c9;
        margin: 5px 0 5px 0;
}

div.hometeaser strong
{
        font-weight: normal;
        font-size: 1.5em;
        line-height: 25px;
        color: #00276d;
}

a.hometeaserhigh:hover { background-color: #e4e5e6; }
a.hometeaserhigh:hover img { border-color: #de0067; }
a.hometeaserhigh:hover strong { color: #de0067; }

div#homenews a
{
        line-height: 25px;
        margin: 0;
}

/* Help Tipps */
a.help span
{
display:none;
}

a.help:hover span { display:none; }

a.help img { display:none; }

#pageturn {
          display: none;
}
