body {
    margin: 0;
    padding: 0;
    background: #FFFFFF url(images/img1.gif) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0F0F0F;
}
 
h2, h3, h4, h5, h6 {
    margin: 0;
}
h2 {
    text-transform: lowercase;
    letter-spacing: -1px;
    font-size: 26px;
    font-weight: normal;
    color: #31576F;
}
 
h2 em {
    font-weight: bold;
    font-style: normal;
}
 
h3 {
    height: 25px;
    background: #0077A7 url(images/img3.gif) repeat-x left bottom;
    padding: 13px 0 0 18px;
    text-transform: lowercase;
    font-size: 12px;
    color: #FFFFFF;
}
h4 {
         background: #ffffff;
    color : #000000;
    border : thin ridge Silver;
    font-size : 26px;
    text-align : center;
    white-space : normal;
    font : 600 normal/5px sans-serif;
}
h5 {
         background: #ffffff;
    color : #99CCFF;
    font-size : 10px;
    text-align : left;
    white-space : normal;
}
 
p, ol, ul {
    line-height: 180%;
}
p.betreff {
    font-size: 9pt;
         font-width: bold;
         color: darkblue;
         text-decoration: underline;
         font-weight: bold;
}
p.beitrag {
    font-size: 10pt;
         color: black;
}
small {
    font-size: 10px;
}
ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}
a {
    color: #6B6B6B;
}
a:hover {
    text-decoration: overline;
}
.rechts {
	text-align: right;
}

.image {
    float: left;
    margin: 0 20px 0 0;
}
.image_re {
    float: right;
    margin: 0 20px 0 0;
}
.bg1 {
    padding: 0 20px 20px 20px;
    border-top: 1px solid #FFFFFF;
    background: #FFFFFF url(images/img4.gif) repeat-x;
}
.bg2 {
    padding: 20px;
    border-top: 1px solid #CBE1EF;
    background: #FFFFFF url(images/img4.gif) repeat-x;
}
.code-text,
.code-html,
.code-php,
.code-mysql {
    font-family: monospace;
    font-size: 12px;
    color: #000000;
    margin: 15px;
    padding: 5px;
    background-color: #efefff;
    border: solid 1px #333399;
}
.code-news {
    font: verdana;
    font-size: 12px;
    color: #000000;
    margin: 12px;
    padding: 5px;
    background-color: #efefff;
    border: solid 1px #333399;
}
 
/* Header */
 
#header {
    width: 1000px;
    height: 150px;
        text-align: left;
    margin: 0 auto;
}
 
#header * {
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    color: #FFFFFF;
}
 
#header h1 {
    float: left;
    padding: 69px 0 0 0px;
    font-size: 30px;
}
 
#header h2 {
    float: left;
    padding: 87px 0 0 6px;
    font-size: 12px;
    font-weight: normal;
}
 
#header ul {
    float: left;
    margin: 0 auto;
    padding: 85px 0 0 0;
    list-style: none;
    text-align: left;
}
 
#header li {
    display: inline;
}
 
#header a {
    float: left;
    height: 25px;
    margin: 0 0 0 8px;
    padding: 12px 20px 0 20px;
    background: #ABBA47 url(images/img2.gif) repeat-x;
    text-decoration: none;
    font-weight: bold;
}
 
/* Content */
 
#content {
    width: 900px;
    margin: 0 auto;
}
 
#colOne {
    float: left;
    width: 200px;
}
 
#colOne ul {
    padding-left: 0;
    list-style: none none outside;
}
 
#colOne li {
    padding: 5px 0;
    background: url(images/img6.gif) repeat-x;
}
 
#colOne li.first {
    background: none;
}
 
#colTwo {
    float: right;
    width: 686px;
    font-size: 14px;
}
#colTwo table{
         font-size: 12px;
}
 
/* Footer */
 
#footer {
    clear: both;
    width: 892px;
    margin: 0 auto;
    padding: 30px 0;
    background: url(images/img7.gif) repeat-x
}
#footerpopup {
    text-align: center;
    clear: both;
    width: 400px;
    margin: 0 auto;
    padding: 30px 0;
    background: url(images/img7.gif) repeat-x
}
 
#footer p {
    margin: 0;
    text-align: center;
    text-transform: lowercase;
}
INPUT
{
    border-top-width: 1px;
    border-top-color: #006699;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
    border-right-style: solid;
    border-left-width:1px;
    border-left-color: #006699;
    border-left-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
}
TEXTAREA
{
    border-top-width: 1px;
    border-top-color: #006699;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;
    border-right-style: solid;
    border-left-width:1px;
    border-left-color: #006699;
    border-left-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
}
.gross {
    background-color : #FFFF33;
    background-repeat : repeat;
    color : Red;
    border : thin ridge Silver;
    font-size : 26px;
    text-align : center;
    display : block;
    white-space : normal;
    font : 600 normal/5px sans-serif;
}
 
.medium {
    background-color : transparent;
    background-repeat : repeat;
    color : Navy;
    border : thin ridge Silver;
    font-size : 20px;
    text-align : center;
    white-space : normal;
    font : 600 normal/5px sans-serif;
    font-weight : bold;
}
.txtsmall {
    background-color : transparent;
    background-repeat : repeat;
    color : Navy;
    border : thin ridge Silver;
    font-size : 12px;
    text-align : left;
    white-space : normal;
    font : 100 normal/5px sans-serif;
    font-weight : bold;
}
.radiosmall {
    background-color : transparent;
    background-repeat : repeat;
    color : Navy;
    border : thin none Silver;
}
 
.hinweis {
    background-color : Blue;
    background-repeat : repeat;
    color : White;
    border : thin ridge Silver;
    font-size : 14px;
    text-align : center;
    white-space : normal;
    font : 600 normal/5px sans-serif;
    font-weight : bold;
}
.new-item {
    text-decoration : blink;
    color: #ff0000;
    font-weight: bold;
}
.gbText {
    font-size: 14px;
}
 
#tabelle th {
    float: left;
    background: #0077A7 url(images/img2.gif) repeat-x left bottom;
    padding: 15px 0 0 5px;
    width: 600px;
    text-align: left;
    vertical-align: middle;
    color: White;
}
.Textframe {
    border: thin groove;
    border-color: Aqua;
    background-color: #E6E6FA;
    padding-left: 20px;
    margin: 5px 10px;
}
.TabelleRahmen {
    border: 1px dashed #E6E6FA;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

#tagcloud {
        background-color: transparent;
        padding:10px 5px 10px 5px;
}
 
.tagc1 {
        font-size:1em;
        color:#555555;
        line-height:1em;
}
.tagc2 {
        font-size:1.1em;
        color:#555555;
        line-height:1.1em;
}
.tagc3 {
        font-size:1.2em;
        color:#555555;
        line-height:1.2em;
}
.tagc4 {
        font-size:1.3em;
        color:#555555;
        line-height:1.3em;
}
.tagc5 {
        font-size:1.4em;
        color:#505050;
        line-height:1.1em;
}
.tagc6 {
        font-size:1.5em;
        color:#505050;
        line-height:1.3em;
}
 
#tagcloud a {
        text-decoration:none;
}
#tagcloud a:hover {
        text-decoration:underline;
}
.Feld {
	background-color:#F8F8F8;
	color:#006699;
	border:1px solid #006699;
	padding: 5px;
    text-align : center;
    white-space : normal;
    font : 600 normal/5px sans-serif;
    font-weight : bold;
}