@charset "utf-8";
/* CSS Document */
body {
background-image : url(../x_pix/bg.jpg);
background-repeat : repeat-x;
background-attachment : fixed;
background-color : #ffffff;
margin : 0;
font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : normal;
line-height : 20px;
color : #666666;
}
#Gruszka {
width : 780px;
margin : auto;
background-color : #fff;
border : 5px solid #ccc;
}
#content {
width : 760px;
margin : auto;
background-color : #fff;
}
h1 {
font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size : 16px;
color : #ff0000;
line-height : 24px;
font-weight : bold;
}
h2 {
font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #666666;
line-height : 20px;
font-weight : bold;
}
h3 {
font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
}
#navi {
width : 200px;
}
#navi ul {
list-style : none;
padding : 0;
margin : 0;
}
#navi li a {
background-image : url(../x_pix/navi_bg.jpg);
height : 38px;
line-height : 39px;
width : 200px;
display : block;
color : #ffffff;
text-decoration : none;
font-weight : bold;
text-indent : 20px;
}
#navi li a.menu1 {
background-position : 0 0;
}
#navi li a.menu1:hover {
background-position : -200px 0;
}
#navi li a.akt1 {
background-position : -200px 0;
}
#navi li a.menu2 {
background-position : 0 -40px;
}
#navi li a.menu2:hover {
background-position : -200px -40px;
}
#navi li a.akt2 {
background-position : -200px -40px;
}
#navi li a.menu3 {
background-position : 0 -78px;
}
#navi li a.menu3:hover {
background-position : -200px -78px;
}
#navi li a.akt3 {
background-position : -200px -78px;
}
#navi li a.menu4 {
background-position : 0 -116px;
}
#navi li a.menu4:hover {
background-position : -200px -116px;
}
#navi li a.akt4 {
background-position : -200px -116px;
}
#navi li a.menu5 {
background-position : 0 -154px;
}
#navi li a.menu5:hover {
background-position : -200px -154px;
}
#navi li a.akt5 {
background-position : -200px -154px;
}
a.seknavi {
color : #666666;
text-decoration : none;
font-weight : bold;
margin-left : 20px;
display : block;
}
a.seknavi:hover {
color : #ff0000;
text-decoration : none;
font-weight : bold;
margin-left : 20px;
display : block;
}
a.seknaviaktiv {
color : #ff0000;
text-decoration : none;
font-weight : bold;
margin-left : 20px;
display : block;
}
a {
color : #ff0000;
text-decoration : none;
font-size : 13px;
line-height : 20px;
}
a:hover {
color : #ff0000;
text-decoration : underline;
font-size : 13px;
line-height : 20px;
}
.bild {
border : 1px solid #ccc;
padding : 2px;
}
.linie {
border-bottom : 1px solid #e4e4e4;
}
.formular {
border : 1px solid #666;
background-color : #f6f6f6;
width : 100%;
}

