/* 
    Document   : style
    Created on : 13.05.2010, 14:21:22
    Author     : awolf
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {margin:auto;background-color:silver;}

#main {top:0px; margin:auto; width:1000px; border:gray 1px solid; height:100%}

#header {height:158px; float:left;}

#middle {background-image:url(pics/hg.jpg); background-repeat:repeat-y; width:1000px; float:left;}

#menu {border:none; width:302px; float:left; position:relative; left: 35px; top:10px;}

#menu ul li:hover {list-style-image: url(pics/on.gif); line-height: 2.2em; }

#menu ul li {list-style-image: url(pics/off.gif); line-height: 2.2em;}

#menu ul hr {position:relative; left:-30px; width:280px; color:white;}

#menu ul a {font-family:Verdana; font-size:1em; color:white; text-decoration:none;}

#menu ul a:hover {font-family:Verdana; font-size:1em; color:orange; line-height: 2.2em;}

#content1 {background-image:url(pics/start.jpg); background-repeat:no-repeat; background-position:0% 100%; float:right; width:600px; padding-right:31px;}

#content_semi {background-image:url(pics/seminare.jpg); background-repeat:no-repeat; background-position:0% 100%; float:right; width:600px; padding-right:31px;}

#content_wir {float:right; width:600px; padding-right:31px;}

#content_leist {background-image:url(pics/leistg.jpg); background-repeat:no-repeat; background-position:0% 100%; float:right; width:600px; padding-right:31px;}

#content_imp {background-image:url(pics/impressum.jpg); background-repeat:no-repeat; background-position:0% 100%; float:right; width:600px; padding-right:31px;}

#content_kont {background-image:url(pics/kontakt.jpg); background-repeat:no-repeat; background-position:0% 100%; float:right; width:600px; padding-right:31px;}

.content {border: none; padding-left:20px; padding-top:0px; font-family: Verdana; font-size:0.9em; width:627px;}

.content {
   height: 601px; /* das hier für den ie */
  
}
/* folgende anweisung wird nicht vom ie interpretiert */
.content[id] {
    height:auto;
    min-height:601px;
}


#footer1 {clear:both; background-image:url(pics/footer_1.jpg); background-repeat:no-repeat; height:45px; font-family:Verdana; font-size:0.7em; color:orange; text-align:left; padding-left: 850px; padding-top:15px;}

#footer1 a:link, a:visited, a:hover, a:active {font-family:Verdana; font-size:1em; color:orange; text-decoration:underline;}

#footer_semi {clear:both; background-image:url(pics/footer_semi.jpg); background-repeat:no-repeat; height:45px; font-family:Verdana; font-size:0.7em; color:orange; text-align:left; padding-left: 850px; padding-top:15px;}

#footer_semi a:link, a:visited, a:hover, a:active {font-family:Verdana; font-size:1em; color:orange; text-decoration:underline;}

#footer_wir {clear:both; background-image:url(pics/footer_uns.jpg); background-repeat:no-repeat; height:45px; font-family:Verdana; font-size:0.7em; color:orange; text-align:left; padding-left: 850px; padding-top:15px;}

#footer_wir a:link, a:visited, a:hover, a:active {font-family:Verdana; font-size:1em; color:orange; text-decoration:underline;}

#footer_leist {clear:both; background-image:url(pics/footer_leist.jpg); background-repeat:no-repeat; height:45px; font-family:Verdana; font-size:0.7em; color:orange; text-align:left; padding-left: 850px; padding-top:15px;}

#footer_leist a:link, a:visited, a:hover, a:active {font-family:Verdana; font-size:1em; color:orange; text-decoration:underline;}

#footer_imp {clear:both; background-image:url(pics/footer_impr.jpg); background-repeat:no-repeat; height:45px; font-family:Verdana; font-size:0.7em; color:orange; text-align:left; padding-left: 850px; padding-top:15px;}

#footer_imp a:link, a:visited, a:hover, a:active {font-family:Verdana; font-size:1em; color:orange; text-decoration:underline;}

#footer_kont {clear:both; background-image:url(pics/footer_kontakt.jpg); background-repeat:no-repeat; height:45px; font-family:Verdana; font-size:0.7em; color:orange; text-align:left; padding-left: 850px; padding-top:15px;}

#footer_kont a:link, a:visited, a:hover, a:active {font-family:Verdana; font-size:1em; color:orange; text-decoration:underline;}


td {padding-bottom:15px;}

#buchhalterseite_Cloud a:link, a:visited, a:active {
    font-family:Verdana; font-size:11px; color:orange; text-decoration:underline;
}

#buchhalterseite_Cloud a:hover {
    font-family:Verdana; font-size:11px; color:white; text-decoration:underline;
}

#buchhalterseite_Cloud  {
    font-family:Verdana; font-size:9px; color:white; font-weight:bold;
}




