/* ALLGEMEINE BASIS STYLES */
* { font-family:"Trebuchet MS"; font-size:100.1%; }
html    { }
body { margin:0; padding:0; font-size:0.71em; background:url(bilder/system/page_bg.gif) repeat-y;  } 
table { margin: 0; padding: 0; border: 0; }
table, ul, li, div    { margin:0px; padding:0px; }
img { border:none; }
a { text-decoration:none; color:#1155cb; font-weight:bold; }
a:hover { text-decoration:underline;  }
a img, a:hover img, a:focus img { border:none;  }
form { display:inline; }
fieldset { border:0; }
h1 { font-size:1.4em; padding:0px; margin:10px 0 5px 0; clear:both; }
h2 { font-size:1.3em; padding:0px; margin:10px 0 5px 0; clear:both}
h3 { font-size:1.2em; padding:0px; margin:10px 0 5px 0;  clear:both}
h4 { font-size:1.1em; padding:0px; margin:10px 0 5px 0; clear:both }
h5 { font-size:1em; padding:0px; margin:10px 0 5px 0; clear:both }
p { clear:both; margin:0px 0 10px 0; }
hr { height:1px; background-color:#1155cb; color:#1155cb; border:0 none; margin:0 0 9px 0; clear:both; }
/* KONTAKTFROM */
label.left {
    float: left;
    text-align: right;
    width:96px; /* diese Breite muss an die längste Beschriftung (label) des Kontaktformulars angepasst werden */
    margin-right: 10px;
}
#site_wrapper { width:99%; } /* legt die Seitenbreite fest */
#titelimg    { display:none; }
/* NAVIGATION: Nebenseiten */
#top_nav { display:none;  }
/* NAVIGATION: Hauptmenü */
#mainnav_bg    { background:url(bilder/system/page_mainnav_bg.gif) repeat-x; height:100%; }
#main_nav    { display:none; }
/* SUBNAVIGATION */
#sub_nav       { display:none; }
/* BREADCRUMB */
#breadcrumb { display:none; }
/* Sidebar left */
#left { display:none; }  
    
/* Sidebar right */
#right { display:none; }

/* INHALT */
#content_wrapper    { width:17.5cm; line-height:1.2em; }
#content {  width:16.5cm; }
#content p     { margin-bottom:10px; padding:0; }
#content br {clear:both;}
#content h1    { padding:3px 0 8px 10px; margin:0; background:url(bilder/system/headline_bg.gif) no-repeat; }
#content table    { border:1px solid #999999; border-right:none; border-bottom:none; }
#content td  { padding:3px; border-bottom:1px solid #999999; vertical-align:top; }
#content th         { background-color:#1155cb; border-bottom:1px solid #999999; color:#FFFFFF; line-height:1.5em; padding:0 3px; }
#content td, th    { border-right:1px solid #999999; }
#content tr.tr_colored    { background-color:#cee0ff; }
#content legend { color:#000000; font-weight:bold; clear:both; margin-bottom:3px; }
#content label { white-space:nowrap; width:110px; }
#content input[type=text], select {    float:left; }
#content input, select { width:230px; }
#content textarea { width:230px; height:8em; }
#content form br {    clear: both; }
#content input.right { float: left; width: auto; clear: both; margin-left:120px; margin-right:10px; }
#content ul        { list-style-type:none; margin:0; padding:0; clear:both; margin-bottom:5px; }
#content ul li    { margin-left:0px; font-weight:bold; list-style-type:square; list-style-position:inside; border-bottom:1px solid #999999; line-height:1.5em;  }
#content ul ul li    { margin-left:20px; list-style-image:none; list-style-type:disc; font-weight:normal; border:none;  }
#content ul ul ul li    { margin-left:20px; list-style-image:none; list-style-type:circle; }
#content .image    { font-size:0.8em; width:200px; } 
#content .input    { background-color:#f5f9ff; border:1px solid #999999; vertical-align:top; margin-bottom:5px; }
#content .area        { background-color:#f5f9ff; border:1px solid #999999; vertical-align:top; margin-bottom:5px; }
#content .noborder    { border: none; }
#content .kontakt_send    { width:352px; text-align:right;}
#content .btnsubmit { background-color:#1155cb; color:#FFFFFF; width:auto!important; font-weight:bold;  border:1px solid; border-top-color:#FFFFFF; border-left-color:#FFFFFF; border-right-color:#666666; border-bottom-color:#666666; }


/* LISTE DIE NUR LINKS ENTHÄLT */
.linklist ul        { margin:0; padding:0!important; clear:left; margin-bottom:5px; }
.linklist ul li    { font-weight:bold; list-style-type:none!important; border-bottom:1px solid #999999;list-style-position:outside!important;  }
.linklist ul ul li    { margin-left:7px; font-weight:normal; border:none; }
.linklist ul ul ul li    { margin-left:14px; }
/* LINKLISTE MIT BILD UND TEXT */
.image_linkdiv_img    { clear:left; float:left; width:130px; padding:0; margin:0; }
.image_linkdiv_text    { clear:right; float:right; width:470px; padding:0; margin:0; }
.image_linkdiv_headline    { font-weight:bold; margin-bottom:5px; color:#1155cb;  }

/* WEITERE STYLES */
.left         { float:left; margin:2px 15px 4px 0px; white-space:normal; }
.right        { float:right; margin:2px 0px 4px 15px; white-space:normal; }
.center        { padding:0 35%; clear:both; }
.clear        { clear:both; }
.invisible { display:none; }
.fett    { font-weight:bold; }
.kursiv    { font-style:italic; }
.noborder    { border:none!important; }
.img_left    { text-align:left; margin-bottom:5px; }
.img_right { text-align:right; margin-bottom:5px; }
.img_center { text-align:center; margin-bottom:5px; }
.pflichtfeld    { color:#1155cb; }