body {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    font-family: arial;
    font-size: 12px;}

img {border:0}

table {border-collape: collapse;}

/* ======================================================================
    Styles für das Menü
=======================================================================*/
#menu {
    position: absolute;
    left: 0px;
    margin-top: 10px;
    width: 110px;}

#menu a {
    text-decoration: none;
    color:#000000;
    border: solid 1px #000000;
    background-color: #D4D0C8;
    padding: 5px 5px 5px 5px;
    display: block;}
    
#menu a:hover { background-color: #FFFFCC;}
#menu a.active {background-color: #78a0c8; color: #000}


/* ======================================================================
    Styles für die Login-Maske
=======================================================================*/
#login label {margin-left: 20px; font-weight: bold; float: left; width: 150px;}
#login input{ margin-left:20px; border: solid 1px #78a0c8; clear: both; }
#login fieldset{ margin-top: 0px; width: 400px; display: block; font-weight: bold; text-align: left; font-size: 12px;}
#login .logonbutton {margin-left: 20px;}


/* ======================================================================
    Styles für den Content-Bereich
=======================================================================*/
#content {
   position: absolute;
   left: 120px;  }

#content h1 {font-weight: bold; font-size: 20px; color: #000;}
#content h2 {font-weight: bold; font-size: 14px; color: #000;}
#content h2.status {color: green;}


#form1 td {vertical-align: top;}
#form1 textarea {width: 550px; height: 200px; border: solid 1px #000;}
#form1 input, #form1 select {width: 350px; border: solid 1px #000;}
#form1 input.short {width: 100px;}
#form1 input.submit {width: 120px; margin-top: 20px;}
#form1 #image {position: absolute; left: 580px;}
#form1 input.kurz {width: 30px; border: none; margin-left: 0px; margin-top: 10px;}
#form1 input.preis {width: 60px; border: solid 1px #000; text-align: right; padding-right: 5px;}
#form1 textarea.small {width: 350px; height: 50px;}
#form1 textarea.deckblatt {width: 450px; height: 600px;}
#form1 select.short {width: 80px;}

#form2 select {width: 60px; border: solid 1px #000}
#form2 input {border: solid 1px #000; width: 370px; margin-left: 10px;}
#form2 input.kurz {width: 50px;}
#form2 input.submit {width: 120px;}
#form2 table {border-collapse: collapse;}
#form2 th {text-align: left; background-color: #ccc;}
#form2 th.tag {width: 20px;}
#form2 th.text {width: 380px;}
#form2 th.preis {width: 80px; text-align: right;}

#uebersicht {margin-top: 30px; border-collapse: collapse;}
#uebersicht td {vertical-align: top;}
#uebersicht th {background-color: #ccc; text-align: left;}
#uebersicht td.hauptkategorie {border-bottom: solid 1px #000; font-weight: bold;padding-top: 10px;}
#uebersicht td.unterkategorie {padding-top: 10px; color: #999}
#uebersicht td.links {padding-right: 10px; border-right: solid 1px #999;}
#uebersicht td.mitte {border-right: solid 1px #999; padding-left: 10px; padding-right: 10px;}
#uebersicht td.rechts {border-left: solid 1px #999; padding-right: 10px;}

#newsuebersicht {border-collapse: collapse; width: 800px; margin-top: 20px;}
#newsuebersicht td {vertical-align: top; text-align: left; padding-top: 5px;}
#newsuebersicht th {font-weight: bold; text-align: left; background-color: #cccccc;}
#newsuebersicht th.action {width: 120px;}
#newsuebersicht th.language {width: 25px;}
#newsuebersicht th.text {width: 775px;}
#newsuebersicht tr {border-bottom: solid 1px #000;}

#close {cursor: pointer; margin-top: 15px; border: solid 1px #000; width: 100px; text-align: center;}
#close:hover {background-color: #cccccc;}


#contentpflege {border-collapse: collapse; width: 800px; margin-top: 20px;}
#contentpflege td {vertical-align: top; text-align: left; padding-top: 5px;}
#contentpflege td.type {width: 120px;}
#contentpflege td.english {width: 340px;}
#contentpflege td.language {width: 340px;}
#contentpflege ul {list-style-type: none;}
#contentpflege ul.decimal {list-style-type: decimal;}

#form_label #table1 {border-bottom: solid 1px #000; border-sollapse: collapse;}
#form_label #table1 td {vertical-align: top;}
#form_label textarea {border: solid 1px #000; height: 50px; width: 350px;}
#form_label input {width: 350px; border: solid 1px #000;}
#form_label input.submit {display: block; border: solid 1px #000; margin: 0px; margin-bottom: 10px; width: 100px;}

p.success {color: green; font-weight: bold; font-size: 14px;}
p.error {color: red; font-weight: bold; font-size: 14px;}