html, body, table, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #43437f;
}

html, body {
    margin: 5px 0px 30px 0px;
    background-color: #fff;
    background-image: url(img/bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}

p {
    line-height:135%;
}

li {
    line-height:150%;
}

p {
    margin-top:0px;
}

ul {
    list-style-type:circle;
    #font-weight: bold;
    #color:#7a9ed0;
}

li {
    margin:5px;
}

h1 {
    font-size:15px;
    margin-bottom:20px;
}

h2 {
    font-size:14px;
    margin-bottom:20px;
}

h3 {
    font-size:13px;
    margin-bottom:5px;
    padding-bottom: 0px;
}

hr {
    color: #FFDD78;
    background-color:#FFDD78;
    border:none;
	height:2px;
}

.mail img {
    border-style:none;
}

.external-link-new-window img {
    border-style:none;
}


.bildunterschrift {
    font-size:90%;
    font-style:italic;
    margin-top:0px;
}

.kleinerparagraph {
    margin-bottom:3px;
}

img.standard, img.standard_rahmen {
    margin:10px;
    border:none;
}

img.standard_rahmen {
    border:1px solid black;
}

table.infotabelle {
    border-collapse:collapse;
    padding:5px;
}

table.infotabelle_rahmen {
    border-collapse:collapse;
    padding:5px;
    border:2px solid #43437f;
}

td.infozelle {
    vertical-align:top;
}

td.infozelle_rahmen {
    border-collapse:collapse;
    vertical-align:top;
    border:1px solid #43437f;
    padding:10px;
}

.green_active {
    font-weight:bolder;
    color:#006600;
}

.yellow_active {
    font-weight:bolder;
    color:#E17100;
}

.rose_active {
    font-weight:bold;
    color:#CC6666;
}

.plus_zeile {
    line-height:120%;
    margin: 5px 0px;
}

.arvf_zeile {
    line-height:120%;
    margin: 5px 0px;
}

.gutzuwissen_zeile {
    line-height:120%;
    margin: 5px 0px;
}

a.green_link:link{font-weight:normal;color:#006600;text-decoration:underline;}
a.green_link:active{font-weight:normal;color:#006600;text-decoration:underline;}
a.green_link:visited{font-weight:normal;color:#006600;text-decoration:underline;}
a.green_link:hover{font-weight:normal;color:#00CC00;text-decoration:underline;}
a.rose_link:link{font-weight:normal;color:#CC6666;text-decoration:underline;}
a.rose_link:active{font-weight:normal;color:#CC6666;text-decoration:underline;}
a.rose_link:visited{font-weight:normal;color:#CC6666;text-decoration:underline;}
a.rose_link:hover{font-weight:normal;color:#FFA6A6;text-decoration:underline;}
a.blue_link:link{font-weight:normal;color:#000066;text-decoration:underline;}
a.blue_link:active{font-weight:normal;color:#000066;text-decoration:underline;}
a.blue_link:visited{font-weight:normal;color:#000066;text-decoration:underline;}
a.blue_link:hover{font-weight:normal;color:#0000CC;text-decoration:underline;}
a.yellow_link:link{font-weight:normal;color:#CD6503;text-decoration:underline;}
a.yellow_link:active{font-weight:normal;color:#ED9F56;text-decoration:underline;}
a.yellow_link:visited{font-weight:normal;color:#ED9F56;text-decoration:underline;}
a.yellow_link:hover{font-weight:normal;color:#ED9F56;text-decoration:underline;}
a:link{font-weight:normal;color:#43437f;text-decoration:underline;}
a:active{font-weight:normal;color:#43437f;text-decoration:underline;}
a:visited{font-weight:normal;color:#43437f;text-decoration:underline;}
a:hover{font-weight:normal;color:#8787dc;text-decoration:underline;}

.box_head_rose, .box_head_blue, .box_head_green, .box_head_yellow {
    position: relative;
    font-weight: bold;
    font-size: 115%;
    text-align: center;
    top: 7px;
}

.box_head_rose {
    color: #CC6666;
}

.box_head_blue {
    color: #43437f;
}

.box_head_green {
    color: #006600;
}

.box_head_yellow {
    color: #CD6503;
}

#head {
    top:10px;
    width:750px;
    height:110px;
}

#navi_green {
    background-image: url(img/navi_green.gif);
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    width: 750px;
    height: 27px;
}
#navi_yellow {
    background-image: url(img/navi_yellow.gif);
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    width: 750px;
    height: 27px;
}
#navi_rose {
    background-image: url(img/navi_rose.png);
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    width: 750px;
    height: 27px;
}

#menu {
    padding: 2px 10px;
    float: left;
}

#submenu, #subsubmenu {
    padding: 4px 18px;
    float: left;
}

#impressum {
    padding-top:40px;
    border-left: 2px solid #C8C8C8;
    border-right: 2px solid #A2A2A2;
    font-size:9px;
}

#plusnavi {
    padding: 5px 5px;
    line-height:170%;
    text-align:left;
}

#breadcrub {
    color:#909090;
    font-size:75%;
    margin-bottom:20px;
}

#main {
    width: 750px;
    position: relative;
    top: 7px;
}

#inhalt {
    width: 550px;
    float: left;
    background-color: #ffffff;
}

#inhalt_oben {
    background-image: url(img/inhalt_rahmen_oben.gif);
    background-repeat: no-repeat;
    height: 14px;
}

#inhalt_mitte {
    padding: 10px 20px;
    background-attachment: scroll;
    background-image: url(img/wasserzeichen.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    border-left: 2px solid #C8C8C8;
    border-right: 2px solid #A2A2A2;
        text-align:left;

        min-height:1200px;

    width:550px;
    max-width:506px;
}

#inhalt_unten {
    background-image: url(img/inhalt_rahmen_unten.gif);
    background-repeat: no-repeat;
    height: 14px;
}

#plus {
    position: relative;
    width: 190px;
    float: right;
    margin-bottom:5px;
}

#plus_oben {
    background-image: url(img/plus_oben.gif);
    background-repeat: no-repeat;
    height:30px;
}

#plus_mitte {
    background-image: url(img/plus_mitte.gif);
    background-repeat: x-repeat;
    padding: 5px 5px 0px 5px;
}

#plus_unten {
    background-image: url(img/plus_unten.gif);
    background-repeat: no-repeat;
    height: 20px;
}

#aktuelles, #gutzuwissen, #arvf, #arvf2 {
    position: relative;
    width: 190px;
    float: right;
    top:2px;
}

#aktuelles_oben, #gutzuwissen_oben {
    background-image: url(img/yellow_oben.gif);
    background-repeat: no-repeat;
    height:30px;
}

#aktuelles_mitte, #gutzuwissen_mitte {
    background-image: url(img/yellow_mitte.gif);
    background-repeat: x-repeat;
    padding: 10px 10px 0px 10px;
    text-align:left;
    color: #CD6503;
}

#gutzuwissen_mitte {
    padding: 10px 10px 1px 10px;
}

#aktuelles_unten, #gutzuwissen_unten {
    background-image: url(img/yellow_unten.gif);
    background-repeat: no-repeat;
    height: 20px;
    margin-bottom:5px;
}

#arvf_oben, #arvf_oben2 {
    background-image: url(img/arvf_oben.gif);
    background-repeat: no-repeat;
    height:30px;
}

#arvf_mitte, #arvf_mitte2 {
    background-image: url(img/arvf_mitte.gif);
    background-repeat: x-repeat;
    padding: 10px 10px 1px 10px;
    text-align:left;
}

#arvf_unten, #arvf_unten2 {
    background-image: url(img/arvf_unten.gif);
    background-repeat: no-repeat;
    height: 20px;
    margin-bottom:5px;
}

.guestbook_entry {
    padding: 0px 10px;
    font-style:italic;
}

.weiter_vor {
    text-align:center;
    padding-top:15px;
}

.guestbook-fieldset {
    padding:15px;
    margin-bottom:40px;
    border:1px solid #43437f;
}

.guestbook-field-container {
    display:block;
    width:30em;
    vertical-align:middle;
    margin-top:10px;
    float:left;
}

.guestbook-label {
    float:left;
    padding-top:3px;
}

.guestbook-input {
    float:right;
    width:20em;
}

.guestbook-captcha {
    padding:15px;
    background-color: #f9f9f9;
    line-height:135%;
}

.tx-ttnews-browsebox {
}

.error {
    color:#CC6666;
}

.align-center {
	text-align:center;
}

.align-right {
    text-align:right;
}

.align-left {
    text-align:left;
}

.align-justify {
    text-align:justify;
}

