/* ALLGEMEINE BASIS STYLES */
@page { size:16.5cm; }
* { font-family: TAHOMA, ARIAL, SANS-SERIF; font-size:100.1%;  }
body { margin:0; padding:0; font-size:0.75em; } 
table { margin: 0; padding: 0; border: 0; }
table, ul, li, div    { margin:0px; padding:0px; }
img { border:1px solid #999999; }
a { text-decoration:none; color:#2a66cc; font-weight:bold; }
a:hover { text-decoration:underline!important; }
a img, a:hover img, a:focus img { border:none;  }
form { display:inline; }
hr { height:1px;  background-color: #999999; color: #999999; border:0 none; margin:8px 0px!important; clear:both; }
fieldset { border:0; }
h1 { font-size:1.6em; padding:0px; margin:10px 0 5px 0; clear:both; }
h2 { font-size:1.4em; padding:0px; margin:10px 0 5px 0; clear:both}
h3 { font-size:1.2em; padding:0px; margin:10px 0 5px 0; }
h4 { font-size:1.1em; padding:0px; margin:10px 0 5px 0; }
h5 { font-size:1em; padding:0px; margin:10px 0 5px 0; }
p { margin:0px 0 10px 0; }
/* 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 { margin:auto;} /* legt die Seitenbreite fest */
#head { display:none; }
#suche { display:none; }
#sprache { display:none; }
/* NAVIGATION: Nebenseiten */
#top_nav { display:none; }
/* NAVIGATION: Hauptmenü */
#main_nav { display:none; }

/* Sidebar left */
#left { display:none; }  
/* Sidebar right */
#right {  display:none; }
/* BREADCRUMB */
#content #breadcrumb { display:none; }

/* INHALT */
#content_wrapper    { }
#content { width:100%; float:left;  margin:10px 0px 20px 0px; }
#content p     { margin-bottom:10px; padding:0; }
#content br 
#content h1    { border:none; padding:0px 10px 0px 15px; margin:0 0 20px 0; font-weight:bold; }
#content table    { border:1px solid #cccccc; border-right:none; border-bottom:none; margin-bottom:5px; }
#content tr    {  background-color:#FFFFFF; }
#content td  { padding:3px; border-bottom:1px solid #cccccc; vertical-align:top; }
#content th         { background-color:#ffcc00; color:#000000; border-bottom:1px solid #cccccc; line-height:1.5em; padding:0 3px; }
#content td, th    { border-right:1px solid #cccccc; }
#content tr.tr_colored    { background-color:#ffffe5; }
#content legend { font-size:1.2em; color:#000000; font-weight:bold; clear:both; margin-bottom:3px; }
#content label { white-space:nowrap; width:110px; }
#content input[type=text], select {    float:left; height:1.2empx; }
#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 li a    { background-image:none; padding:0; }
#content ul ul li    { margin-left:5px; list-style-image:none; list-style-type:disc; font-weight:normal; border:none;  }
#content ul ul ul li    { margin-left:10px; list-style-image:none; list-style-type:circle; }
#content .image    { font-size:0.8em; width:200px; } 
#content .input    { background-color:#ffffe5; border:1px solid #999999; vertical-align:top; margin-bottom:5px; padding:2px; }
#content .area        { background-color:#ffffe5; border:1px solid #999999; vertical-align:top; margin-bottom:5px; padding:2px; }
#content .noborder    { border: none; }
#content .kontakt_send    { width:352px; text-align:right;}
#content .btnsubmit { background-color:#ffcc00; width:auto!important; font-weight:bold;  border:1px solid #999999; }

/* LISTE DIE NUR LINKS ENTHÄLT */
.linklist ul        { margin:0; padding:0!important; clear:left; margin-bottom:5px; }
.linklist ul li    { font-weight:bold; line-height:1.5em; 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:25%; padding:0; margin:0; }
.image_linkdiv_text    { clear:right; float:right; width:75%; padding:0; margin:0; }
.image_linkdiv_headline    { font-weight:bold; margin-bottom:5px; }

/* 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; }
.img_right { text-align:right; }
.img_center { text-align:center; margin-bottom:5px; }