/* strip6live.com */


body {
position: relative;
font-family: Arial, Verdana;
text-align: center;
color: #FFFFFF;
top: 1px;
right:1px;
left: 1px;
height: auto;
width: 975px;
margin: 1px 1px 1px 1px;
background-color: #0000FF;
}

h1 {
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 16px;
font-weight: bolder;
color:#FF0000;
display: inline;
}

h2 {
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
color:#FFFF00;
display: inline
}

h3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
display: inline
}

h4 {
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color:#FFFFFF;
display: inline
}

h5 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color:#FFFFFF;
font-weight: bold;
display: inline
}

h6 {
font-family: Arial, Verdana;
font-size: 10px;
font-weight:  bold;
color: #FFFFFF;
font-weight: normal;
display: inline;
}

#logo {
height :100px;
width : 975px;
background-image: url(ima/TopBanner_01.jpg);
}

#logo1 {
height : 60px;
width : 975px;
}

#content {
position: relative;
top: 1px;
right: 1px;
left:  1px;
padding: 1px;
width: 970px;
font-size: 12px;
padding: 2px 2px 2px 2px;
clear:left;
}

#content a {
 font-family: Arial;
 font-size: 12px;
 font-weight: bold;
 color: #FF0000;
}

#content a:link {
color: #FF0033;
}

#content a:visited {
color: #FF00FF;
}

#content a:hover {
color: #FFFFFF;
}

img {
float: none;
}

#footer {
position: relative;
height: 90px;
padding: 8px;
background: #FF9900;
}

#footer a {
 font-family: Arial;
 font-size:  10px;
 font-style:  normal;
 color: #0000FF;
}

#footer a:link {
color: #0000FF;
}

#footer a:visited {
color: #000000;
}

#footer a:hover {
color: #66FFFF;
}

p {
font-size : 12px;
padding : 2px 2px;
}

p.bottom {
clear: left;
font-size: 1em;
font-family: Arial;
}

pre {
font-size : 10px;
padding : 2px 2px;
}

#back {
padding : 6px;
text-align : center;
}

#back a {
color : white;
font-size : 0.8em;
font-weight : 600;
}

a:link {
color : #FFFFFF;
font-family :  Arial, Verdana, Helvetica, sans-serif;
font-style : normal;
font-weight : normal;
line-height : normal;
font-size : 12px;
text-decoration : none;
}

a:visited {
color : #00FF00;
font-family : Arial, Verdana, Helvetica, sans-serif;
font-style : normal;
font-weight : normal;
font-size: 12px;
text-decoration : none;
line-height : normal;
}

a:hover {
font-family : Arial, Verdana, Helvetica, sans-serif;
font-style : normal;
font-weight : normal;
color : #FFFF66;
font: 12px Arial, sans-serif;
text-decoration : none;
}

.rot {
color : red;
font-size : 1.3em;
font-weight : bold;
text-decoration: underline;
}

#navlist {
padding : 0px 1px 1px;
margin-left : 1;
font : 12px Arial, sans-serif;
}

#navlist li {
list-style : none;
margin : 0;
display : inline;
}

#navlist li a {
padding : 0em 0.5em 0.5em 0.5em;
border-left : 1em solid #FF0000;
background : #00ff00;
text-decoration : none;
}

#navlist li a:link {
color : #448;
}

#navlist li a:visited {
color : #667;
}

#navlist li a:hover {
border-color : #ffff00;
color : #ffffff;
background : #ff0000;
}

#navlist1 {
padding : 0 1px 1px;
margin-left : 0;
font :12px Arial, sans-serif;
}

#navlist1 li {
list-style : none;
margin : 0;
display : inline;
}

#navlist1 li a {
padding : 0em 0.5em 0.5em 0.5em;
border-left : 1em solid #FF0000;
background : #FFFF00;
text-decoration : none;
}

#navlist1 li a:link {
color : #000000;
}

#navlist1 li a:visited {
color : #0000FF;
}

#navlist1 li a:hover {
border-color : #FFFF00;
color : #FFFFFF;
background : #ff0000;
}

hr {
color: #FF00FF;
width: 60%;
}

.boxs01 {
   position: absolute;
   left: 17%;
/* z-index: zwischenliegende Box bei Überlagerung */
   z-index: 2;
   width: 25%;

}
.boxs02 {
/* position:relative für z-index */
   position: relative;
/* z-index: oberste Box bei Überlagerung */
   z-index: 3;
   width: 20%;
/* margin-Angaben zur standardmäßigen Zentrierung der mittleren Box
(auch IE 6 im Standardmodus) */
   margin: 0 auto;

}
* html .boxs02 {
/* nur fuer IE 6 Win, IE 5 produziert sonst Fehldarstellung \*/
   margin-right: 10px;
   margin-left: 10px;
/* IE-Hack Ende*/
}

.boxs03 {
   position: absolute;
   top: 2550px;
   right: 20%;
/* z-index: unterste Box bei Überlagerung */
   z-index: 1;
   width: 15%;
}

.box01 {
   position: absolute;
   left: 2%;
/* z-index: zwischenliegende Box bei Überlagerung */
   z-index: 2;
   width: 35%;

}
.box02 {
/* position:relative für z-index */
   position: relative;
/* z-index: oberste Box bei Überlagerung */
   z-index: 3;
   width: 15%;
/* margin-Angaben zur standardmäßigen Zentrierung der mittleren Box
(auch IE 6 im Standardmodus) */
   margin: 0 auto;
}

* html .box02 {
/* nur fuer IE 6 Win, IE 5 produziert sonst Fehldarstellung \*/
   margin-right: 5px;
   margin-left: 5px;
/* IE-Hack Ende*/
}

.box03 {
   position: absolute;
   top: 2850px;
   right: 2%;
/* z-index: unterste Box bei Überlagerung */
   z-index: 1;
   width: 36%;
}

.box {
width: 80%;
padding: 5px 5px 5px 5px;
}

