/* Allgemeine Angaben*/
body {
scrollbar-face-color:#FFFFFF;
scrollbar-shadow-color:#BFBFBF;
scrollbar-highlight-color:#CFCFCF;
scrollbar-track-color:#EFEFEF;
scrollbar-arrow-color:#000000;
margin:0px;
padding:0px;
text-align:left;
background-color:#FFFFFF;
color: #1761A9;
font-family:Verdana, sans-serif;
width:100%;
height:100%;
overflow:auto;
}
#uhr {
/* position:absolute;
 left:100px;
 top:78px;
 width:140px;
 height:10px;*/
 font-family:verdana, sans-serif;
 font-variant:normal;
 font-size:13px;
 color:#FF0000;
/* border: 1px solid red;*/
/* z-index:2;*/
}
/* Link Definition (link, visited, focus, hover und active)*/
A:link, A:visited, A:focus, A:hover, A:active, .link A:link, .link A:visited, .link A:focus, .link A:hover, .link A:active {
font-variant:normal;
font-weight:normal;
font-size:17px;
/*line-height:18px;*/
text-decoration: underline;
}
A:link {
color:#1761A9;
}
A:visited {
color:#1761A9;
}
A:focus {
color:#0000FF;
}
A:hover {
color:#0000FF;
}
A:active {
color:#0000FF;
}
/* Link Definition-Klassen (link, visited, focus, hover und active)*/
.link A:link {
color:#1761A9;
}
.link A:visited {
color:#1761A9;
}
.link A:focus {
color:#0000FF;
}
.link A:hover {
color:#0000FF;
}
.link A:active {
color:#0000FF;
}
/* Schriftklassen */
.norm, .normfett, .big, .bigfett, .small, .smallfett {
font-weight: normal;
font-variant: normal;
color: #1761A9;
font-size: 17px;
/*line-height: 18px;*/
text-align: left;
vertical-align: baseline;
margin: 0px;
padding: 0px;
text-decoration: none;
}
.smallfett, .normfett, .bigfett {
font-weight: bold;
}
.small, .smallfett {
font-size: 10px;
/*line-height: 11px;*/
text-align: left;
}
.big, .bigfett {
font-size: 25px;
/*line-height:26px;*/
}
/*Container Inhalte - Allgemeine Definitionen*/
#comp, #inhalt {
margin: 0px;
padding: 0px;
overflow: hidden;
background-repeat: no-repeat;
z-index: 1;
}
#comp {
position: relative;
width: 1000px;
height: 582px;
background-image: url(img/it_back.jpg);
/*border: 1px solid red;*/
}
#inhalt {
height: 562px;
width: 925px;
position: absolute;
left:75px;
top: 20px;
overflow: auto;
z-index: 3;
/*border: 1px solid yellow;*/
}
#left, #right {
position:relative;
height: 582px;
z-index:4;
}
#left {
background: transparent url(img/white.gif) repeat right;
border-width: 0px;
border-style: dashed;
}
#right {
background: transparent url(img/white.gif) repeat left;
border-width: 0px;
border-style: dashed;
}
