impressum.css

h1, h2, h3, h4, h5, h6, div, b, i, address, p, a, td, tr, th, table, pre, li {
font-family : Tahoma, Arial Unicode MS;
letter-spacing : 0.1px;
word-spacing : 0;
}
span {
font-family : arial, frutiger linotype;
font-size : 10pt;
line-height : 13pt;
}
.tra {
transition: background-color 0.4s ease-in;
background: none;
text-align: center;
color: black;
border-radius:3px;
outline:0;
}
td:hover.tra {
background: #dedede;
cursor: pointer;
color: black;
border-radius:3px;
outline:0;
}
h1 {
font-size : 26pt;
color : #000000;
letter-spacing : 5mm;
}
h2 {
font-size : 18pt;
font-style : italic;
color : #000000;
}
h3 {
font-size : 14pt;
color : #000000;
}
h4 {
font-size : 9pt;
font-weight : bold;
color : #000000;
background-color : #a2c5cc;
}
h5 {
font-size : 12pt;
color : #000000;
}
h6 {
font-size : 11pt;
color : #000000;
}
h7 {
font-size : 11pt;
color : #000000;
}
p {
font-size : 10pt;
color : #000000;
}
a {
font-size : 10pt;
color : #000000;
text-decoration : none;
outline:0;
}
a:link {
color : #000;
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #000;
}
a:hover {
text-decoration : none;
color : #000;
}
a:active {
text-decoration : none;
color : #000;
}
i {
text-decoration : none;
color : #000000;
}
li {
font-size : 9pt;
text-decoration : none;
color : #000000;
}
h3 {
font-size : 14pt;
color : #000000;
}
h4 {
font-size : 9pt;
font-weight : bold;
color : #000000;
background-color : #a2c5cc;
}
h5 {
font-size : 12pt;
color : #000000;
}
h6 {
font-size : 11pt;
color : #000000;
}
h7 {
font-size : 11pt;
color : #000000;
}
p {
font-size : 10pt;
color : #000000;
}
i {
text-decoration : none;
color : #000000;
}
li {
font-size : 9pt;
text-decoration : none;
color : #000000;
}
strong {
font-weight : bold;
}
em {
font-style : italic;
}
table {
border:thin solid #68a0ac;
}
td {
vertical-align : top;
}
div.opa {
background: rgba(255, 255, 255, .0);
}

p, div, table, ul, ol {
margin : 0;
}
#content_container {
padding-top : 0;
padding-bottom : 0;
padding-left : 0;
}
#header {
position : fixed;
top : 0;
left : 0;
right : 0;
background : #ffffff;
border-bottom : 1px solid #c00000;
text-align : center;
padding : 3px;
}
#footer {
position : fixed;
bottom : 0;
left : 0;
right : 0;
background : #ffffff;
border-top : 1px solid #c00000;
text-align : center;
padding : 2px;
}
* html, * html body {
height : 100%;
overflow : hidden;
}
* html #header {
margin : 0;
height : 4%;
padding-top : 5px;
}
* html #content_container {
padding : 0;
height : 92%;
overflow : auto;
}
* html #footer {
height : 4%;
padding-top : 2px;
}