@charset "UTF-8";
/* CSS Document */
body {
background-color:#656565;
margin:0px;
padding:0px;
}
#ausrichten {
margin:40px auto 0px auto;
width:740px;
background-color:#ffffff;
}
#oben {
width:740px;
height:40px;
background-image:url(img/bg-oben.png);
background-repeat:no-repeat;
}
#mitte {
padding:10px 0px 0px 20px;
width:740px;
background-image:url(img/bg-mitte.png);
background-repeat:repeat-y;
float:left;
}
#unten {
display:block;
width:740px;
height:40px;
margin:0px;
background-image:url(img/bg-unten.png);
background-repeat:no-repeat;
clear:left;
}
h2 {
margin:30px 0px 20px 20px;
padding:0px;
font-family:OpenSansSemibold, Arial;
font-weight:normal;
text-transform:uppercase;
font-size:18px;
line-height:18px;
color:#3399cc;
}
h2.datum {
margin:30px 0px -10px 20px;
padding:0px;
font-family:OpenSansSemibold, Arial;
font-weight:normal;
text-transform:uppercase;
font-size:18px;
line-height:18px;
color:#3399cc;
}
h3 {
margin:28px 0px 8px 20px;
padding:0px;
font-family:OpenSansSemibold, Arial;
font-weight:normal;
text-transform:uppercase;
font-size:14px;
line-height:14px;
color:#333333;
}
p {
font-family:OpenSansRegular, Arial;
font-weight:normal;
font-size:14px;
line-height:20px;
margin:0px 80px 8px 20px;
color:#333333;
}
p.datum {
font-family:OpenSansRegular, Arial;
font-weight:normal;
font-size:14px;
line-height:14px;
margin:20px 80px 4px 20px;
color:#666666;
}
#oben a {
font-family:OpenSansSemibold, Arial;
font-weight:normal;
font-size:12px;
text-transform:uppercase;
text-decoration:none;
float:right;
margin:0px 20px 0px 0px;
}
#oben a:link, #oben a:visited {
color:#eceded;
-webkit-transition: color 500ms ease;
-moz-transition: color 500ms ease;
-o-transition: color 500ms ease;
transition: color 500ms ease;
}
#oben a:hover, #oben a:focus, #oben a:active {
color:#cc6633;
}
#oben a.current {
color:#66ccff;
}
#zitat {
left:20px;
background-image:url(img/kai-foto.jpg);
background-repeat:no-repeat;
width:700px;
height:340px;
border-top:5px solid #999999;
border-bottom:5px solid #999999;
}
#zitate {
left:20px;
background-image:url(img/mauer.jpg);
background-repeat:no-repeat;
width:700px;
height:70px;
overflow:hidden;
border-top:5px solid #999999;
border-bottom:5px solid #999999;
}
#zitate .text {
display:block;
margin:20px 0px 0px 14px;
font-family:OpenSansSemibold, Arial;
text-transform:uppercase;
font-size:24px;
color:#3399cc;
}
#zitat .text {
display:block;
margin:76px 0px 0px 320px;
font-family:OpenSansSemibold, Arial;
text-transform:uppercase;
font-size:18px;
line-height:39px;
color:#3399cc;
}
#zitat .text .zeile, #zitate .text .zeile {
padding:3px 6px 3px 6px;
background-image:url(img/pixel.png);;
}
a.verweis:link, a.verweis:visited {
font-family:OpenSansRegular, Arial;
font-weight:normal;
font-size:14px;
line-height:14px;
color:#3399cc;
text-decoration:none;
color:#3399cc;
-webkit-transition: color 500ms ease;
-moz-transition: color 500ms ease;
-o-transition: color 500ms ease;
transition: color 500ms ease;
}
a.verweis:hover, a.verweis:focus, a.verweis:active {
font-family:OpenSansRegular, Arial;
font-weight:normal;
font-size:14px;
line-height:14px;
color:#b34412;
text-decoration:none;
}
/* Startseite Zeug */
.fett {
color:#3399cc;
font-family:OpenSansSemibold, Arial;
text-transform:uppercase;
}
table p {
font-family:OpenSansRegular, Arial;
font-weight:normal;
font-size:14px;
line-height:20px;
margin:10px 20px 8px 20px;
color:#333333;
}
.kasten {
background-color:#dcdcdc;
padding:4px 0px 4px 0px;
margin-top:15px;
display:block;
}