/* CSS-Styles fuer www.montanwerke-brixlegg.com */
/* Last edit: 2010-02-19 */


/* Bodybereich */
body {
    background-color:#FFFFFF;
    margin: 0px;
    padding: 0px;
    background-image: url(../img/bgr_foot.png);
    background-repeat: repeat-y;
}

/* Allgemeine Schriftformatierung */
td,a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
}

/* Absatz */
p {
    margin: 0 0 12px 0;
}

/* Ueberschriften */
h1 {
    color: #CC3333;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 0px;
}

h2 {
    color: #CC3333;
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 12px 0;
    padding: 0px;
}

/* Text in fetter Ausgabe */
.text_bold {
    font-weight: bold;
}

/* Text bei Fehlermeldung */
.text_error {
    font-weight: bold;
    color: #FF0000;
}

/* Text bei Erfolgsmeldung */
.text_success {
    font-weight: bold;
    color: #009900;
}

/* Text in kleiner Schrift */
.text_tiny {
    font-size: 10px;
}

/* Allgemeine Linkformatierung */
a:link {
    text-decoration:underline;
    color: #333333;
}

a:visited {
    text-decoration:underline;
    color: #333333;
}

a:hover {
    text-decoration:underline;
    color: #333333;
}

/* Linkformatierung bei E-Mail Adressen */
.maillink:link {
    text-decoration:underline;
    color: #9D3924;
}

.maillink:visited {
    text-decoration:underline;
    color: #9D3924;
}

.maillink:hover {
    text-decoration:underline;
    color: #9D3924;
}

/* Linkformatierung in Hauptmenue */
.menuemainlink:link {
    text-decoration:none;
    color: #000000;
    font-size: 10px;
}

.menuemainlink:visited {
    text-decoration:none;
    color: #000000;
    font-size: 10px;
}

.menuemainlink:hover {
    text-decoration:underline;
    color: #000000;
    font-size: 10px;
}

/* Zellenformatierung in Hauptmenue bei Link */
.td_menu_main_link {
    height: 17px;
    padding-left: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Zellenformatierung in Hauptmenue bei Link (Aktiv) */
.td_menu_main_link_active {
    height: 17px;
    padding-left: 12px;
    padding-right: 0px;
    background-color: #FFFFFF;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Linkformatierung in Untermenue */
.menuesublink:link {
    text-decoration:none;
    color: #993333;
    font-size: 10px;
}

.menuesublink:visited {
    text-decoration:none;
    color: #993333;
    font-size: 10px;
}

.menuesublink:hover {
    text-decoration:underline;
    color: #993333;
    font-size: 10px;
}

/* Linkformatierung in Untermenue (aktive Seite) */
.menuesublink_active:link {
    text-decoration:none;
    color: #000000;
    font-size: 10px;
}

.menuesublink_active:visited {
    text-decoration:none;
    color: #000000;
    font-size: 10px;
}

.menuesublink_active:hover {
    text-decoration:underline;
    color: #000000;
    font-size: 10px;
}

/* Zellenformatierung in Untermenue bei Link */
.td_menu_sub_link {
    padding-left: 15px;
    padding-right: 15px;
}

/* Zellenformatierung in Untermenue bei Link (Aktiv) */
.td_menu_sub_link_active {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FFFFFF;
}

/* Haupttabelle */
.table_main {
    width: 780px;
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse; /* für IE :(  */
}

/* Tabellenzelle: Header */
.td_head {
    background-image: url(../img/bgr_head.png);
    background-repeat: repeat-y;
    height: 112px;
    width: 779px;
    text-align: right;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

/* Tabellenzelle: Haupt-Menueleiste */
.td_menu_main {
    background-image: url(../img/bgr_menu_main.gif);
    background-repeat: repeat-x;
    height: 20px;
    width: 779px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    background-color:#FFFFFF;
}

/* Tabellenzelle: Unter-Menueleiste */
.td_menu_sub {
    background-image: url(../img/bgr_menu_sub.gif);
    background-repeat: repeat-x;
    height: 19px;
    width: 779px;
    margin: 0px;
    padding: 0px;
    background-color:#FFFFFF;
}

/* Tabellenzelle: Inhaltsbereich */
.td_content {
    width: 779px;
    margin: 0px;
    padding: 0px;
    background: bottom;
    background-image: url(../img/bgr_content.gif);
    background-repeat: repeat-x;
    background-color: White;
    vertical-align: top;
}

/* Tabellenzelle: strecken des Inhaltsbereich */
.td_content_stretch {
    width: 1px;
    margin: 0px;
    padding: 0px;
}

/* Tabellenzelle: Header */
.td_foot {
    height: 45px;
    width: 779px;
    text-align: left;
    vertical-align: top;
    margin: 0px;
    padding: 8px 0 0 5px;
}

.td_foot a {
    font-size: 10px;
}

/* Tabellenzelle: Randzelle rechts für Randanzeige */
.td_border_right {
    background-image: url(../img/bgr_border_right.gif);
    background-repeat: repeat-y;
    width: 1px;
    margin: 0px;
    padding: 0;
}

/* Bild: Logo in Seitenfuss */
.img_logo_feed {
    vertical-align: middle;
}

/* Bild: Blankbild zum strecken des Inhalts */
.img_blank_stretcher {
    width: 1px;
    height: 420px;
}

.form_feld {
    font-size: 10px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #AAAAAA;
    background-color: #EEEEEE;
    padding-left: 2px;
    padding-right: 2px;
}

.form_button {
    font-size: 11px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #AAAAAA;
    background-color: #EEEEEE;
}

/* Seitenlinks auf 3. Ebene */
ul.subpages {
    border-bottom: 1px dashed #d1644e;
    padding: 0 0 20px 0;
    list-style-position: inside;
    margin: 0 0 20px 0;
    list-style-type: none;
}

ul.subpages li {
    margin: 0 15px 0 0;
    float: left;
}

ul.subpages.untereinander {
    list-style-type: none;
    list-style-image: url(../img/list_bullet.gif);
    list-style-position: outside;
    margin-left: 0px;
}

ul.subpages.untereinander li {
    float: none;
    margin: 2px 0;
    margin-left: 15px;
}

ul.subpages.untereinander li span.bullet {
    display: none;
}

ul.subpages li a:link {
    color: #333;
    text-decoration: none;
}

ul.subpages li a:hover {
    color: #333;
    text-decoration: underline;
}

ul.subpages li.current a:link, ul.subpages li.current a:hover {
    color: #333;
}

ul.subpages li span.bullet {
    color: #CC665A;
    margin-right: 5px;
}

/* Sitemap */
#sitemap ul {
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 6px;
}

#sitemap ul li {
    margin: 3px 0;    
}

#sitemap > ul > li > a  {
    font-weight: bold;
}


/**************************
CMS
****************************/

.cms_errmsg {
    color:#FFF;
    background-color:#F00;
    padding:3px;
    margin:20px;
}

.cms_sucmsg {
    background-color:#3B3;
    padding:3px;
    margin:20px;
}


/* Downloads */
form.pageform {
    margin: 0;
}

form.pageform fieldset {
    border: none;
    margin: 0;
    padding: 0 0 10px 0
}

form.pageform .fieldHolder {
    clear: left;
    line-height: 22px;
    overflow: hidden;
    padding: 5px;
}

form.pageform label {
    display: block;
    float: left;
    line-height: 22px;
    width: 100px;
}

form.pageform .buttonHolder {
    clear: left;
    padding: 5px 10px 0 105px;
}

hr {
    border-color: #edc2b9;
    border-style: solid none none;
    border-width: 1px 0 0 0;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: 10px;
}

.downloadbox {
    background-color: #EEE;
    margin: 10px 0;
}

.downloadbox div.left {
    float: left;
    width: 100px;
    text-align: center;
}

.downloadbox div.left img {
    margin: 8px 0;
}

.downloadbox div.right {
    margin-left: 105px;
    width: 375px;
    padding: 5px 0;
}

.downloadbox div.right p {
    margin: 0;
}

.clearfix {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.downloadlink {
    display: block;
    margin: 4px 0 0 0;
}
