
/* global ************************************************************************************************ */
html {
    padding : 0;
    margin  : 0;
    height  : 100%;
}

body {
    font            : 12px Arial, Helvetica, Verdana, sans-serif;
    color           : #666;
    background-color: #6b6b6b;
}


/* main ************************************************************************************************** */
p,h1,h2,h3,h4,h5,h6,li,td,th,dt,dd { font: 12px Arial, Helvetica, Verdana, sans-serif; }

h1, h2, h3, h4, h5, h6, .h_standard, .h_artikeltitel, .h_rubrik {
    font-size      : 11px;
    font-weight    : bold;
    text-transform : uppercase;
    color          : #666666;
}

.h_artikeltitel { color: #009463; }
.h_rubrik {
    font-weight : normal;
    color       : #000000;
}

.text_bereich_download {
    font-size   : 11px;
    font-weight : bold;
    color       : #313131;
}

p, .text_standard, .text_teaser, .text_suche_teaser, .text_datum, .text_rot { font-size: 12px; }
.text_artikelredak_titel, .text_artikelredak, .text_klein, .text_bild, .text_klein_rot { font-size: 11px; }

p, .text_standard, .text_artikelredak, .text_klein { color: #666666; }
.text_teaser { color: #404040; }
.text_suche_teaser { color: #8c8c8c; }
.text_datum, .text_artikelredak_titel { color: #4a4a4a; }
.text_bild { color: #aeaeae; }
.text_rot, .text_klein_rot { color: #a72525; }

.green { color: #009463; }
.grey { color: #c0c0c0; }
.dark { color: #5b5b5b; }

/* hintergrundfarben -------------------------------------- */
.bg_bereich_seite { background-color: #6b6b6b; }
.bg_bereich_kopf { background-color: #fff; }
.bg_bereich_suche { background-color: #009463; }
.bg_bereich_download { background-color: #cce5d9; }
.bg_bereich_menue { background-color: #cce5d9; }
.bg_bereich_inhalt { background-color: #fff; }
.bg_bereich_inhalt_index { background-color: #f2f8f6; }
.bg_bereich_fuss { background-color: #009463; }
.bg_bereich_bildpopupkopf { background-color: #009463; }
.bg_bereich_bildpopupfuss { background-color: #009463; }
.bg_atrennlinie { background-color: #666; }
.bg_weiss { background-color: #f7f7f7; }

/* links -------------------------------------------------- */
a:link, a:visited, a:active {
    color: #009463;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #666;
    text-decoration: none;
}

a.link_bereich_fuss:link, a.link_bereich_fuss:visited, a.link_bereich_fuss:active {
    color           : #fff;
    text-decoration : none;
}
a.link_bereich_fuss:hover, a.link_bereich_fuss:focus {
    color           : #fff;
    text-decoration : underline;
}

a.link_bereich_download:link, a.link_bereich_download:visited, a.link_bereich_download:active {
    font-size       : 10px;
    font-weight     : normal;
    color           : #313131;
    text-decoration : none;
}
a.link_bereich_download:hover, a.link_bereich_fuss:focus {
    color           : #313131;
    text-decoration : underline;
}

a.link_hmenue_off:link, a.link_hmenue_off:active, a.link_hmenue_off:visited, a.link_hmenue_off:hover, a.link_hmenue_off:focus {
    font-weight     : bold;
    color           : #525C57;
    text-decoration : none;
}

a.link_hmenue_on:link, a.link_hmenue_on:active, a.link_hmenue_on:visited, a.link_hmenue_on:hover, a.link_hmenue_on:focus {
    font-weight     : bold;
    color           : #009463;
    text-decoration : none;
}

a.link_smenue_off:link, a.link_smenue_off:active, a.link_smenue_off:visited, a.link_smenue_off:hover, a.link_smenue_off:focus {
    color           : #525C57;
    text-decoration : none;
}

a.link_smenue_on:link, a.link_smenue_on:active, a.link_smenue_on:visited, a.link_smenue_on:hover, a.link_smenue_on:focus {
    color           : #009463;
    text-decoration : none;
}

a.link_titel_aliste:link, a.link_titel_aliste:active, a.link_titel_aliste:visited {
    font-size       : 11px;
    color           : #009463;
    text-decoration : none;
    text-transform  : uppercase;
}
a.link_titel_aliste:hover, a.link_titel_aliste:focus {
    font-size       : 11px;
    color           : #313131;
    text-decoration : none;
    text-transform  : uppercase;
}

/* formulare ---------------------------------------------- */
form {
    margin  : 0;
    padding : 0;
}
select, input, textarea {
    margin          : 0px;
    padding         : 0px;
    font            : 11px Arial, Helvetica, Verdana, sans-serif;
    color           : #666;
}
select, .input_text, textarea {
    padding         : 1px 5px 1px 5px;
    border          : 1px solid #6b6b6b;
    background-color: #fff;
}
select {
    padding-top   : 0;
    padding-right : 0;
    padding-bottom: 0;
}
textarea { padding-right: 0; }
input#query {
    width       : 167px;
    height      : 18px;
    padding-top : 3px;
    color       : #313131;
    border      : none;
}


div.rbk_images, div.rbk_images * {
	margin : 0;
	padding: 0;
	border : 0px none; }
div.rbk_images {
	width   : 692px;
	height  : 141px;
	overflow: hidden; }
div.rbk_img_holder {
	position: relative;
	width   : 230px;
	height  : 140px;
	overflow: hidden; }
div.rbk_img_holder div.rbk_img, div.rbk_img_holder div.rbk_img_corner {
	position: absolute;
	top     : 0;
	left    : 0;
	margin  : 0;
	padding : 0;
	width   : 230px;
	height  : 140px;
	overflow: hidden; }
div.rbk_img_holder {
	float      : left;
	margin-left: 1px; }
div.rbk_img_holder.first { margin-left: 0; }
.clearfloat {
    float      : none !important;
    clear      : both !important;
    margin     : 0 !important;
    padding    : 0 !important;
    height     : 0px;
    font-size  : 0px !important;
    line-height: 0px !important;
    overflow   : hidden !important; }