
body {
   font-size: 11px;
   color: #555;
   font-family: verdana, sans-serif;
}

#fett {
   font-weight: bold;
}

#content {
   margin-top: 5px;
   padding: 0;
   width: 100%;
}

#content_table {
   width: 100%;
}

#err, #info, #info_with_bg {
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 20px;
   font-size: 12px;
   color: red;
   text-align: center;
   line-height: 1.25em;
   width: 90%;
}

#info, #info_with_bg {
   color: darkblue;
}

#info_with_bg {
   border: 1px solid grey;
   background: #eee;
}

#inp-err, #timeout {
   margin-top: 15px;
   font-size: 110%;
   text-align: left;
   font-weight: bold;
   color: red;
}

#timeout {
   text-align: center;
   color: darkred;
   margin-top: 5px;
   margin-bottom: 15px;
}

.right {
   text-align: right;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

p {
   margin: 0;
   padding: 8px 0 0 0;

}

a {
   color: seagreen;
   text-decoration: none;
}

a#mehr_link {
   font-weight: bold;
   font-size: 11px;
}

a#error {
   color: red;
}

a:hover {
   text-decoration: underline;
}

ul {
   list-style-type: square;
   margin: 0;
   padding-left: 25px;
}

ol {
   margin: 0;
   padding-left: 25px;
}

ol li, ul li {
   padding-bottom: 5px;
}

#delete {
   color: red;
}

#delete:hover {
   text-decoration: underline;
}

#curlink {
   font-weight: bold;
}

select, input, textarea {
   background: #eee;
   font-size: 12px;
   border: 1px solid grey;
}

#button {
   margin-top: 10px;
   color: white;
   font-size: 11px;
   height: 20px;
   width: 120px;
   font-weight: bold;
   background-color: #888;
   cursor: pointer;
}

#loggedin-as {
   font-size: 11px;
   text-align: right;
   padding-right: 5px;
   margin: 0;
   padding: 2px 2px 2px 0;
}

#username {
   font-weight: bold;
}

#label-first {
   font-weight: bold;
   text-align: left;
   font-size: 11px;
}

#label, #label-cfg {
   font-weight: bold;
   text-align: left;
   padding-top: 15px;
   font-size: 11px;
   color: #555;
}

#label-cfg {
   padding-top: 17px;
}

#label_help {
   font-weight: normal;
   text-align: left;
   padding-bottom: 4px;
   padding-top: 4px;
   font-size: 11px;
   color: #888;
}

#label_help:hover {
   color: #333;
}

#ifield, #tfield {
   text-align: left;
   width: 100%;
   border: 1px solid grey;
}

table td {
   font-size: 11px;
   color: #555;
   padding: 1px 5px 1px 5px;
}

table tr#head {
   font-weight: bold;
   background: lightgreen;
}

#wrapper {
   text-align: left;
   border: 1px solid lightgrey;
}

#top {
   padding: 5px 0 5px 0;
   text-align: center;
}

#sub_top {
   padding: 2px 0 8px 3px;
   border-top: 1px solid lightgrey;
   border-bottom: 1px solid lightgrey;
   text-align: center;
}

#subsub_top {
   padding: 2px 0 8px 3px;
   border-bottom: 1px solid lightgrey;
   text-align: center;
}

#required {
   color: #bbb;
   font-weight: normal;
   font-size: 11px;
}

#required:hover {
   color: red;
}

#fuss {
   border-top: 1px solid lightgrey;
   background: #888;
   margin-top: 10px;
   height: 20px;
   color: white;
   text-align: center;
   padding-top: 2px;
}

#login {
   margin: auto;
   width: 250px;
   background: lightgreen;
   border: 2px solid #bbb;
   padding: 10px;
   font-size: 12px;
}

#edit_news_horizontal_delim {
  text-align: right;
  background:#eee; 
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-right: 5px;
  margin-top: 10px;
}

h1 {
   font-size: 13px;
   font-weight: bold;
   margin: 0;
   padding: 10px 0 5px 0;
}

h2, h3, h4, h5, h6 {
   font-size: 11px;
   font-weight: bold;
   margin: 0;
   padding: 7px 0 3px 0;
}

h3#main-headline {
   text-align: center;
   border-top: 1px solid lightgrey;
   border-bottom: 1px solid lightgrey;
   background: #888;
   margin: 0;
   color: white;
   padding: 3px 0 3px 0;
}

#error-404 {
   font-size: 15px;
   color: red;
   border: 1px solid #555;
   background: #ddd;
   padding-top: 25px;
   height: 50px;
   text-align: center;
}

