@charset "utf-8";

/********************************************
* Common Tags
********************************************/

body {
    font-family: Arial, Verdana, Helvetica, "sans serif";
    font-size: 12px;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

/********************************************
* Header
********************************************/

.main_nav ul {
    display: block;
    list-style: none;
    border: 0;
    padding: 0;
    margin-left: 12px;
    margin-top: 20px;

}

.logo img {
    margin-left: 31px;
    margin-top: 7px;
    width: 237px;
}

.main_nav ul li {
    display: inline;
    font-weight: bold;

}

.main_nav ul li a {
    font-size: 12px;
    color: #666666;
    margin-right: 27px;
}

.main_nav ul li a:hover, .main_nav ul li.active a {
    color: #6ea22e;
    text-decoration: none;
}

.logo {
    margin-top: 25px;
}

a {
    text-decoration: none;
    color: #6ea22e;

}
a:hover{
    text-decoration: underline;
}

/********************************************
* Content
********************************************/

.teaser h1 {
    color: #002a52;
    background-image: url("/web/petzold/images/arrow_down_blue.jpg");
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 4px;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    margin-top: 280px;
}

.content {
    color: #666661;
    line-height: 20px;
}

.content h2 {
    color: #002a52;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;

}

.content h3 {
    margin-top: 60px;
    font-size: 12px;
}

.content .top {
    margin-top: 50px;
}

.linieunten ul {
    list-style: none;
    border: 0;
    padding: 0;
}

.linieunten li {
    width: 400px;
    /* border-bottom: 1px #666666 dotted; */
    background-image: url(/web/petzold/images/line_dotted.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    line-height: 31px;
    font-size: 12px;
    font-weight: bold;
}

.gruenpunkt ul {
    list-style: none;
    border: 0;
    padding: 0;

}

.gruenpunkt li {
    background: url(/web/petzold/images/dot_li.jpg) left no-repeat;
    font-size: 12px;
    line-height: 24px;
    padding-left: 10px;
}

blockquote.zitat {
    font-size: 18px;
    padding-top: 41px;
    line-height: 120%;
}

blockquote.zitat small {
    font-size: 12px;
}

/********************************************
* Footer
********************************************/

#footer {
    font-size: 11px;
    color: #666666;

}

#footer a
{
    font-size: 11px;
    color: #6ea22e;
}

#footer {
    margin-top: 30px;
}

