/**
*  ############################################################################
*  #  Basic definitions
*  ############################################################################
*/

* {
	font-family: Cambria, Constantia, "Times New Roman", Times, serif;
}

body {
	font-size: 12pt;
    text-align: justify;
}

* html body {
	font-size: 12pt;
    text-align: justify;
}

body {
	background: #fff;
}

h1, h2, h3, h4 {
	page-break-after: avoid;
}

lang:(de) {
	quotes: "\201E" "\201C" "\201A" "\2018";
}

lang:(de-DE) {
	quotes: "\00BB" "\00AB" "\203A" "\2039";
}

lang:(de-CH) {
	quotes: "\00AB" "\00BB" "\2039" "\203A";
}

lang:(en) {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

lang:(fr) {
	quotes: "\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A";
}

/*
a:after {
	content: " (Hyperlink: " attr(href) ")";
}
*/

a:link, a:visited {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

ul li {
    list-style-type: square;
    margin: 0.5em;
}

.clear_left {
    clear: left;
}

.clear_right {
    clear: right;
}

.clear_both {
    clear: both;
}


/**
*  ############################################################################
*  #  Other definitions
*  ############################################################################
*/

.accessibility {
    display: none;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #8f0020;
    font-size: 20pt;
    border-bottom: 2px solid #000;
    padding-bottom: 1em;
    text-align: left;
}

h1.title {
    display: block;
}

#box_content_total h1 {
    color: #000;
	font-family: Cambria, Constantia, "Times New Roman", Times, serif;
    border: none;
    padding-bottom: 0;
}

#box_generic_navi {
    display: none;
}

#box_main_navi {
    display: none;
}

#box_suche {
    display: none;
}

#box_sub_navi {
    display: none;
}

#box_content_right {
    display: none;
}

.box_einstieg {
    display: none;
}

#container_footer {
    display: none;
}

.box_navigation_contenttabs {
    display: none;
}

.box_grau_dropdown {
    display: none;
}

#container_main:after {
    content: "Dominikus Ringeisen Werk, alle Rechte vorbehalten.";
    margin-top: 2em;
    padding-top: 1em;
    border-top: 2px solid #000;
    color: #000;
    display: block;
}

span.newsFileLink {
    display: block;
    margin: 0.5em 0;
}

span.newsFileLink img {
    margin-right: 5px;
}

div.newsImages {
    margin: 1.5em 0;
}

div.newsImages img {
    float: left;
    margin-right: 10px;
}