@charset "utf-8";
/* You can use this website template anywhere you want, for anything you want. All I ask is that you link back to Blank CSS (www.blankcss.com) in some way. Thank you very much and enjoy! */

/******** Body Elements ********/

* {
        margin: 0;
        padding: 0;
        border: 0;
}

body {
        background-color: #FFFFFF;
        font-family: arial, verdana, tahoma, sans-serif;
        font-size: 12px;
        line-height: 180%;
        color: #000000;
}

/******** Layout Elements ********/

.rahmen {
        width: 780px;
        height: 0 auto;
        margin: 0 auto;
}


}

.kopf {
        height: 110px;
        margin: 20px 0 20px 0;
        background-color: #ffffff;
        text-align: left;
        line-height: 50px;
        border-color: #000000

}

.inhalt {
        margin: 42px 0 10px 168px;
        width: 435px;
        padding: 5px;
        background-color: #FFFFFF;
        border: 1px #0000FF solid;
        border-bottom: 1px #0000FF solid;
        border-top: 1px #0000FF solid;
        }

.impressum {
        margin: 42px 0 10px 168px;
        width: 435px;
        border: 1px #0000FF solid;
        border-bottom: 1px #000000 solid;
        border-top: 1px #0000FF solid;
        padding: 5px;
        background-color: #FFFFFF;
        line-height: 1.5em;
        }

.links {
        margin: 22px 0 10px 0;
        float: left;
        width: 150px;
        padding: 5px;
        background-color: #FFFFCC;
        line-height: 15px;
        height: 0 auto;


}

.rechts {
        margin: 22px 0 10px 0;
        float: right;
        width: 150px;
        padding: 5px;
        background-color: #f8f8ff;
        line-height: 15px;
        height: 0 auto;

}

.fuss {
        margin: 0 0 10px 0;
        padding: 5px;
        background-color: #ffffff;
        clear: both;
        text-align: center;
}

/******** Document Styles ********/


.titel {
       line-height: 40px;
       font-family: arial, verdana;
       font-size: 40px;
       font-weight: solid;
       text-align: left;
       color: #0000BB;
}

h1 {
        font-size: 18px;
        font-weight: bold;
        color: #aa0000;
        text-transform: uppercase;
}

h2 {
        margin: 0 0 5px 0;
        font-size: 18px;
        font-weight: bold;
}

h3 {
        font-size: 14px;
        font-weight: bold;
        color: #0000BB;
}

a, a:active, a:visited {
        color: #2d2d2d;
        text-decoration: none;
}

a:hover {
        color: #aa0000;
        text-decoration: underline;
}

.impressum h1, .impressum h2 {
        margin: 0 0 5px 0;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        line-height: 16px;
        }

.inhalt a, .inhalt a:active, .inhalt a:visited {
        color: #0020FF;
        text-decoration: underline;
}

.inhalt a:hover {
        color: #E06000;
        text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
        color: #aa0000;
}

.header a:hover {
        color: #2d2d2d;
        text-decoration: underline;
}

.tablecontent {

        margin: 0 0 10px 0;
}

.ptable {
        margin: 0 0 15px 15px;
        line-height: 18px;
}

p {
        margin: 0 0 15px 0;
}

.footer p {
        margin: 0;
        font-size: 11px;
        line-height: 13px;
}


.zitat {
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}


/******** List Styles Styles ********/

ul li {
        margin: 0 0 0 3px;
        list-style: none;
}

ul ul li {
        margin: 3px 0 3px 30px;
        list-style: circle;
}

ul ul {
        margin: 0 0 15px 0;
}



.left{
        color: #333333 !important;
        font-family: Arial, Helvetica, sans-serif!important;
        font-size: 12px!important;
}

.tbmain{
        height:200px;
        color:#333333;
        background:#F7F7F7;
        border: 1px #909090 dotted;

}

.text{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight:normal;
        color:#000000;
        background-color: #F1DBDB;
        border-top: 1px solid #E5F0F0;
        border-right: 1px solid #93D2D2;
        border-bottom: 0px;
        border-left: 0px;
        clip:   rect(0.2em auto auto auto);
        height: 1.9em;
        padding: 0.3em;
}

.btn{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight:bold;
        color:#5F5F5F;
        background: #F1DBDB;
        height: 1.8em;
        width: 8.0em;
        border-top: 0px solid;
        border-right: 2px solid #93D2D2;
        border-bottom: 3px solid #EDEDED;
        border-left: 3px solid #EDEDED;



}
.textbig {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight:normal;
        color:#000000;
        background-color: #F1DBDB;
        border-top: 0px;
        border-right: 1px solid #93D2D2;
        border-bottom: 0px;
        border-left: 0px;
        clip:   rect(0.2em auto auto auto);
        padding: 0.4em;
        font-style: italic;
}
.mand {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-style: italic;
        font-weight: bold;
        color: #CC0000;
}

.leftred {

        color: #dd0000!important;
        font-family: Arial, Helvetica, sans-serif!important;
        font-size: 12px!important;
}
.errMsg {
        color: #FF0000;
}
