* {
margin:0;
padding:0;
text-decoration: none;
}

#container {
 width:900px;
 position: absolute;
/* left: 50%;
 margin-left: -450px;
*/
 margin-left: 20px;
 background-color:#FFFFFF;
}

/* Funktioniert nur beim Firefox*/
input[type="radio"],input[type="checkbox"] {
 margin-right:5px;
}

#banner {
 width:900px;
 height:100px;
 text-align:left;
}

h1, h2, h3, p, a, li, ol, ul, td, th, input, textarea, select {
 font-family: "Trebuchet MS", Arial, Verdana, Verdana;
 color: #5F5F5F;
 font-size:10pt;
}

img {border-width:0px;}
textarea {padding:2px;}
input {padding-left:2px;}

.submit{
font-weight: bold;
border-style:outset;
border-width:2px;
border-right-color: gray;
border-bottom-color: gray;
border-top-color: white;
border-left-color: white;
}

.SubmitNavi, .SubmitNaviBold {
 color: #0070C0;
 background-image:url(docs/button.gif);
 height:24px;
 width:183px;
 border-style:none;
 margin-right: 2px;
}

.SubmitNaviBold {
 font-weight: bold;
 text-decoration: underline;
}

input, textarea, select {
margin-top: 0px;
border-style:solid;
border-width:1px;
border-color: #AFAFAF;
}

.Titel {
 COLOR: #286CA6;
 font-weight:normal;
}

.Info {
 COLOR: #3F3F3F;
 margin-left:20px;
 margin-right:10px;
 margin-bottom:10px;
 line-height:150%;
 font-weight:normal;
}

.nobo { border-style:none; }

.AdminSearch {
 background-color: #FFFFCC;
}


a {
 text-decoration : none;
 line-height:110%;
 font-weight: normal;
 color: #4368A5;
}

a:hover {
 text-decoration: none;
 color: red;
}

.menue {
 font-size:9pt;
 padding-left: 10px;
 font-weight:bold;
 line-height:150%;
 }

.menueAdmin {
 color: #FF7F00;
 font-size:9pt;
 padding-left: 10px;
 font-weight:bold;
 line-height:150%;
 }

.topmenu {
 color: #0050A0;
 padding-right: 30px;
 font-weight:bold;
 }

.menutitle  {
 color: #5F5F5F;
 background-color: #EFEFEF;
 text-align: left;
 padding-left: 5px;
 font-weight: bold;
 font-size: 9pt;
 margin: 10 0 5 0;
}

p.teaser {
 margin-bottom:5px;
 font-size: 9pt;
}

a.teaser {
 font-size: 9pt;
}

h3.teaser {
 font-size: 10pt;
 color: #FF7F00;
/* background-color:#DFDFDF; */
 display: block;
}

.teaserbox {
 border: solid 0px #BFBFBF;
 padding:2px;
 margin-bottom:10px;
}

.teaserboxcontainer {
 float: right;
 width: 180px;
 border: solid 1px #BFBFBF;
 padding:2px;
 background-color:Mintcream;
 margin-top:10px;
 margin-left:10px;
 margin-bottom:10px;
}

.size7  { font-size: 7pt; }

.size8  { font-size: 8pt; }

.size9  { font-size: 9pt; }

h1, h2, h3 {
 color: #4368A5;
 font-weight: bold;
}


h1 {
 font-size: 13pt;
 margin-top: 5px;
 margin-bottom: 10px;
}

h2 {
 font-size:11pt;
 margin-top: 5px;
 margin-bottom: 5px;
}

h3 {
 font-size: 10pt;
 margin-bottom:5px;
}

p  {
 line-height:130%;
 text-align:left;
 margin-top: 0px;
 margin-bottom: 0px;
}

/* ######### T a b e l l e n   Layout ############### */
td {
 color: #5F5F5F;
 border-width:0px;
}

.td1 {
 padding: 2px;
}

.td18 {
 FONT-SIZE: 8pt;
 padding: 2px;
 border-bottom-style:dotted;
 border-bottom-width:1px;
 border-bottom-color:gray;
}

.td19 {
 FONT-SIZE: 9pt;
 padding: 2px;
 border-bottom-style:dotted;
 border-bottom-width:1px;
 border-bottom-color:gray;
}

.td2 {
 padding: 2px;
 vertical-align:middle;
}

/* Background color change (white/gray) on every second row when clients or profiles are listet  */
.tr_bgcolor_0 { background-color:white;  }
.tr_bgcolor_1 { background-color:#F3F3F3;}

th {
 font-size:10pt;
 font-weight:bold;
 text-align:left;
 color:#5F5F5F;
 border-width:0px;
 padding: 2px;
 background-color:#DFDFDF;
}

li {
 line-height:130%;
 text-align:left;
}

ol,ul {
 margin-top: 5pt;
 margin-bottom: 0pt;
 margin-left: 20pt;
}