/*  formatierung body */
body
{
   font-family: Verdana, Arial, Helvetica, Serif;
   font-size: 14px;
   background: #FFFFFF url('LogoAdrenalinConzeptz-blass-klein.jpg') fixed no-repeat right top;
}

div,o,a,ul,li,table,tr,td { font-size: 14px; }

/* formatierung der divs */

#seite {
   margin:auto;
   width:950px;
   height:auto;
   padding:0;
   background-color: #DEF0F2;
   border:2px ridge #414141;
}

/* Workaround Internet Explorer bis Version 6 */
* html div#seite {
   height:1em;
   width:954px;  /* + 4 px für Rahmen*/
   border:2px ridge #414141;
}

#head {
   width:950px;
   height:287px;
   background: transparent url('head.jpg') no-repeat top left;
}

/* ----------------------------------------------------------
   Formatierung des Inhaltblocks
   --------------------------------------------------------*/


div#Inhalt {
   width: 950px;
   padding: 0;
   background-color: #DEF0F2;
}

/* Workaround gegen Internet Explorer */
 * html div#Inhalt {
    height:1em;
}

div#Inhalt h1 {
    font-size:24px;
    font-weight:bold;
    margin:0;
    padding: 0.5em 1.5cm 1em 2cm;
    color: #000000;
    text-align: center;
}
div#Inhalt h2 {
    font-size:22px;
    font-weight:bold;
    margin:0;
    padding:3em 1.5cm 1em 2cm;
    color:#1562a8;
}
div#Inhalt h3 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    padding:1.5em 1.5cm 0em 2cm;
    color:#474d4e;
}
div#Inhalt h4 {
    font-size:22px;
    font-weight:bold;
    margin:0;
    padding:3em 1.5cm 1em 2cm;
    color:#000000;
}
div#Inhalt h5 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    padding:1.5em 1.5cm 0em 2cm;
    color:green;
}

div#Inhalt p {
    margin:0;
    padding:1em 1.5cm 0em 2cm;
}

div#Inhalt p img {
    background-color:#ffffff;
    margin-right:10px;
    margin-left:10px;
    padding:3px;
    border:2px solid #ff8000;/*#1562a8;*/
}

img.img {
   margin-left: 0px;
}

div#Inhalt p img.stern {
    margin:0;
    padding:0;
    border:0;
}
/* Workaround Internet Explorer */
* html div#Inhalt p img {
    text-align:right;
    margin:0;
    padding:0;
    border:2px solid silver;
}
* html div#Inhalt p img.stern {
   margin:0;
   padding:0;
   border:0;
}
div#Inhalt .stark {
   font-weight:bold;
   text-decoration:none;
   color:#474d4e;
}
div#Inhalt .orange {
   font-weight:bold;
   text-decoration:none;
   color:#ff8000;
   background: transparent;
}

div#Inhalt ul {
   margin:0.2cm 1.5cm 0 2cm;
   padding-left:3em;
}

div#Inhalt ol {
   margin:0.2cm 1.5cm 0 2cm;
   padding-left:3em;
}

div#Inhalt li {
   margin:0;
   padding:0;
}

#Inhalt table {
   border-collapse:collapse;
   border-spacing:0;
   border:1px solid silver;
}

#Inhalt tr {
   border:0;
   padding:6px;
   background-color:white;
   text-align:center;
   font-weight:bold;
   color:rgb(15,47,29);
}
#Inhalt td {
   border:0;
   padding:6px;
   background-color:white;
   text-align:left;

   font-weight:bold;
   color:rgb(15,47,29);
}

div#Inhalt p a {
   color:#1562a8;
   font-weight:bold;
   text-decoration:none;
   outline:none;
}
div#Inhalt p a:visited {
   color:#1562a8;
   font-weight:bold;
   text-decoration:none;
   outline:none;
}
div#Inhalt p a:hover {
   color:#ff8000;
   font-weight:bold;
   text-decoration:none;
   outline:none;
   background: transparent;
}
div#Inhalt p a:active {
   color:#474d4e;
   font-weight:bold;
   text-decoration:none;
   outline:none;
}
hr {
   width:500px;
   height:4px;
   background-color:#ff8000;
   text-align:center;
   border:1px solid white;
}
.center {
    text-align:center;
}

/* ----------------------------------------------------------
   Fusszeilenformatierung
   --------------------------------------------------------*/

div#Fusszeile {
   width: 100%;
   padding: 0px 0px 0px 0px;
   text-align:center;
   color:#000000; /*#474d4e;*/
   background-color:#ff8000;
   border-top:1px solid silver;
   border-bottom:1px solid silver;
   position:relative;
   bottom:0;
}


div#Fusszeile a, div#Fusszeile a:visited {
   color:#1562a8;
   font-weight:bold;
   text-decoration:none;
   outline:none;
}
div#Fusszeile a:hover {
   color:#474d4e;
   font-weight:bold;
   text-decoration:none;
   outline:none;
}
div#Fusszeile a:active {
   color:#000000;
   font-weight:bold;
   text-decoration:none;
   outline:none;
}
/* -------------- Schlagwörter ----------------*/
.small, .small:Hover, .small:Visited { font-size: smaller; }

div.tiny_spacer {
   display: block;
   height: 1em;
   width: 100%;
   clear: both;
}

div.spacer {
   display: block;
   height: 3em;
   width: 100%;
   clear: both;
}

div.big_spacer {
   display: block;
   height: 10em;
   width: 100%;
   clear: both;
}

div.copyright {
   margin: 1em 1em 1em 1em;
   text-align: left;
}

p {
   text-align: justify;
}

p.normal {
   text-align: left;
}

