* {
        padding: 0;
        margin: 0;
        }


body        {
        font: 100%  "Times New Roman";
        height: auto;
        width: auto;
        color: #000;
        background-color: #fff;
        }

a:link {
        text-decoration: underline;
        color: #000;
        }

a:visited {
        text-decoration: underline;
        color: #000;
        }

a:hover {
        text-decoration: underline;
        color: #000;
        }

/*allgemeine Textformatierung*/


h1
        {
                font-size: 1.2em;
                padding: 8px 0;
                margin-left: -3px;
                color: #000;
                font-weight: bold;
        }
h2
        {
                color: #000;
                font-size: 1.1em;
                padding: 7px 0;
                margin-left: -2px;
        }

h3
        {
                color: #000;
                font-size: 1em;
                padding: 2px 0;
        }

h3 a    {
                color: #000;
                font-size: 1em;
                line-height: 80px;
                padding: 9px 0;
        }

ul       {      margin-left:34px;}

li       {      line-height:1.6em;}

.title1
        {
                color: #000;
                font-size: 220%;
                font-style: normal;
                margin: 0 15px 0 170px;
                padding-top: 5px;
                font-weight: bold;
        }

.title2
        {
                color: #000;
                font-size: 180%;
                font-style: normal;
                margin: 0 15px 0 170px;
                padding-top: 5px;
                font-weight: bold;
        }

.left                {
                text-align: left;
                font-family: Georgia;
                font-weight: bold;
                }
.center         {text-align: center;}

.red            {color:#990000;}

.small         {padding: 5px;
                text-align: center;
                font-size:0.9em;}

.kennzahlen    {padding: 5px;
                color:#666;
                font-size:0.8em;}

.branche        {font-size: 0.9em}

p               {padding: 5px 0;}

p.right         {float:right;
                padding:0 0 0 20px;}

.bold           {font-weight:bold;}

#design                {
                padding: 0;
                margin: 0;
                position: relative;
                width: 100%;
                height: auto;
                min-height: 360px;
                }

#topfieldtext1        {
                display:none;
                }
#upnav                {
                display:none;
                }

#upnavlink        {
                display:none;
                }
#upnavlink a                {
                        display:none;
                        }

#navigation                {
                display:none;
                }
#navigation a                {
                        display:none;
                        }


#subnav a               {
                        display:none;
                        }


#content        {
                margin: 5px 0 0 15px;
                padding: 5px;
                top: 0px;
                width: 600px;
                height: auto;
                position: relative;
                line-height: 1.1em;
                float: left;
                text-align: left;
                background-color: inherit;
                }
#col2           {
display:none;
                }

a.skiplink {
           display:none;
           }

/* =Kontaktformular
----------------------------------------------------------------------*/

.formular {
 margin:0px auto;
 width:70%;
 text-align:left;
}
.fehler {
 color:<?php echo $fehlercolor ; ?>;
 text-align:left;
}
.box {
 margin-top:10px;
}
.um {
 margin-left:15px;
}
.bez {
 float:left;
 text-align:left;
 width:9.5em;
 line-height:25px;
}
input {
 margin-top:5px;
}
.nachricht {
 clear:both;
 text-align:center;
}
.copy {
 font-size:0.9em;
 position:relative;
 margin-left:3px;
 margin-top:13px;
 line-height:0.4em;
 border-top: 1px solid #990000;
}

.ticker input
        {
        display:none;
        }
