Files
sv-web/css/page.css
2022-02-21 10:50:45 +01:00

226 lines
3.0 KiB
CSS

body {
font-family: Verdana, Arial;
font-size: 12px;
width: 980px;
margin: auto;
margin-top: 20px;
color: #4C5354;
}
h1 {
font-size: 1.5em;
color: #17479E;
font-weight: bold;
margin: 0px;
}
h2 {
font-size: 1.2em;
font-weight: bold;
color: #17479E;
margin: 20px 0px 0px 0px;
}
p {
margin: 10px 0px 0px 0px;
}
img {
border: 0px;
}
#logo {
width: 310px;
height: 320px;
float: left;
}
#header{
height: 155px;
width: 650px;
float: left;
background-image: url(../img/header.png);
}
#header_right {
height: 155px;
width: 20px;
float: right;
background-image: url(../img/header_r.png);
}
#header img{
padding-top: 5px;
padding-bottom: 0px;
}
#links_box {
float: left;
width: 300px;
margin: 0px 0px 0px 0px;
}
#links {
width: 200px;
height: 430px;
margin: 0px 0px 0px 110px;
float: left;
background-image: url(../img/l_mid.png);
background-position: right;
background-repeat: repeat-y;
}
#links ul{
margin: 0px;
padding: 0px;
width: 190px;
}
#links li{
list-style-type: none;
background-image: url(../img/li.png);
height: 45px;
padding: 0px;
margin: 0px;
}
#links li:hover{
font-weight: bold;
}
#links li.aktiv{
font-weight: bold;
}
#links a{
text-decoration: none;
display: block;
width: 130px;
margin: 0px 0px 0px 50px;
height: 40px;
line-height: 40px;
color: #fff;
font-size: 1em;
}
#links_bottom {
height: 20px;
width: 160px;
margin: 0px 0px 0px 150px;
background-image: url(../img/l_bot.png);
float: left;
}
#inhalt_top {
width: 670px;
float: right;
height: 20px;
margin: 0px;
background-image: url(../img/inh_top.png);
}
#inhalt_box {
width: 670px;
float: right;
margin: 0px;
background-image: url(../img/inh_mid.png);
}
#inhalt {
width: 640px;
height: 575px;
margin: 0px 0px 0px 5px;
text-align: justify;
overflow: auto;
}
#inhalt ul{
padding-left: 20px;
}
#inhalt_bottom {
width: 670px;
float: right;
height: 20px;
margin: 0px;
background-image: url(../img/inh_bot.png);
}
img.daemm{
float: right;
padding-left: 50px;
}
img.info{
float: left;
padding-right: 50px;
}
img.rechts {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
img.referenz{
padding: 0px 0px 0px 0px;
}
#clear {
overflow: hidden;
clear: left;
height: 0px;
margin: -1px 0px 0px 0px;
font-size: 1px;
}
#cleaner {
clear: both;
margin-top: 0px;
position: fixed;
}
#footer_box {
color: #fff;
height: 30px;
padding-top: 0px;
margin: 0px 0px 0px 150px;
}
#footer_links {
margin: 0px;
height: 30px;
width: 10px;
background-image: url(../img/footer_l.png);
background-repeat: no-repeat;
float: left;
}
#footer {
margin: 0px;
height: 30px;
width: 808px;
background-image: url(../img/footer_m.png);
background-repeat: repeat-x;
float: left;
}
#footer_rechts {
margin: 0px;
height: 30px;
width: 12px;
background-image: url(../img/footer_r.png);
background-repeat: no-repeat;
float: left;
}
#footer2 a {
margin: 0px 5px 50px 0px;
color: #4C5354;
text-decoration: none;
font-weight: normal;
font-variant: small-caps;
float: right;
}