/*
	filename:	/css/screen-base.css
	version:	1.0 - 2008-05-05 - fz

	author:		frank (dot) zoeller (at) gpm (dot) de
	validated by W3C CSS Validator // jigsaw.w3.org

	rot dunkel 				= 	#83252C
	schriftfarbe 			= 	#A0A09F
	schriftfarbe dunkel		=	#4A4B4F

*/


/* =core
-------------------------------------------------------------------------*/

html {
	font-size: 100%; /* for IE*/
}

html > body {
	font-size: 16px; /* for everyone else*/
}

/* that's it. default: 1em = 16px */
/* elements keeping their parents font size */
input, textarea, select, th, td, li li, li p, td p, q p {
	font-size: 1em;
}
textarea {
	font-family: Tahoma, Geneva, sans-serif;
}

table td * {
	font-size: 1em ! important;
}

/* reset margin, padding */
* {
	margin:0;
	padding:0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	line-height: 1.1em;
}

p {
	margin: 0 0 10px 0;
}

.dcc {
	color: #fc082e;
}

legend, dfn {
    display: none;
}
fieldset {
    border: none;
}

h1 {
    min-height: 25px;
    /* height: 25px; */
    color: #4a4b4f;
    font-style: italic;
    margin: 0 0 15px 0;
	background: url(../img/h-bg.gif) no-repeat;
 	padding-left: 40px;
	font-size: 1.5em;
}

#stage {
	border: none;
	margin: 0 auto;
	max-width: none;
	position: relative;
}

div#main,
#stage,
#layerMainnav,
div#subline {
	width: 992px;
}

#header {
	height: 83px;
	margin-bottom: 5px;
}

#header img {
	float: right;
}

div#search {
    width: 125px;
    margin: 2px 5px 0 0;
    font-size: .7em;
    float: right;
	background: url(../img/search-bg2.gif) no-repeat;
	background-position: 0 2px;
	vertical-align: middle;
}
div#search input {
    border: none;
	background: transparent;
}
div#search input#searchInput {
    width: 100px;
	margin-top: 5px;
	margin-left: 2px;
	/*
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 4px;
	*/
}
div#search input#searchSubmit {
	/* margin: 4px; 0 3px 5px; */
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 2px;
}
div#stage div#col2  div#content ul.searchresults li {
	background: none;
}
div#stage div#col2  div#content ul.searchresults {
	list-style-type: none;
}
div#stage div#content ul.searchresults li div.score {
    background-color: #83252C;
    border: 1px solid #83252C;
    float: left;
    font-size: 0;
    height: 30px;
    line-height: 0;
    margin: 5px 10px 0 -15px;
    padding: 0;
    width: 5px;
}
div#stage div#content ul.searchresults li div.score div.scorepointer {
    background-color: white;
    border: none;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
div#stage div#col2 div#content ul.searchresults h3,
div#stage div#col2 div#content ul.searchresults p{
	margin: 0 0 10px 10px;
}

#layerMainnav {
	height: 34px;
	background: #fff url(../img/bg_mainnav.gif) repeat-x;
}

ul#mainnav {
	height: 34px;
	margin-left: 34px;
	float: left;
}

ul#mainnav li {
	line-height: 28px;
	list-style: none;
	height: 34px;
	margin-right: 30px;
	float: left;
}

ul#mainnav li a {
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	color: #83252C;
}

ul#mainnav li a:hover {
	padding-bottom: 9px;
	border-bottom: 2px solid #83252C;
}
ul#mainnav li a.active {
	color: #4A4B4F;
	padding-bottom: 9px;
	border-bottom: 2px solid #83252C;
}

div#subline {
    height: 30px;
    background: #fff url(/img/subline-bg.jpg);
}

/* --- Breadcrumb --- */

div#breadcrumb {
    font-size: .85em;
    margin: 4px 0 20px 0;
    padding-bottom: 5px;
}
div#breadcrumb ul {
    display: inline;
}
div#breadcrumb ul li {
    display: inline;
	list-style-type: none !important;
    background: url(../img/bullet-bc.gif) no-repeat 0 !important;
}
div#col2 div#breadcrumb ul li a:link,
div#col2 div#breadcrumb ul li a:visited {
    padding: 0 8px 0 0;
    text-decoration: underline;
    background: none;
	color: #4A4B4F;
}
div#breadcrumb ul li a.first:link,
div#breadcrumb ul li a.first:visited {
	background: none;
}
div#col2 div#breadcrumb ul li a:hover {
	text-decoration: none;
}

/* ---- misc ---- */

.floatLeft {
	margin-right: 20px;
	float: left;
}
.floatRight {
	margin-left: 20px;
	float: right;
}

.hasBorder {
	border: 1px solid #C1C9B5;
}

.noMargBot {
	margin-bottom: 0px !important;
}

.clearAll {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.quote {
    padding: 0 0 0 20px;
    margin: 20px 0 10px 25px;
    border-left: 1px solid #82252d;
}

ul#lang {
    float: right;
    margin: 1px 0 0 0;
    padding: 0;
    list-style-type: none;
}
ul#lang li {
    display: inline;
}
ul#lang li a:link,
ul#lang li a:visited {
    font-size: .7em;
    font-weight: bold;
    text-decoration: none;
    color: #575654;
    padding: 0 1px;
    background: #d9d6cd;
}
ul#lang li a:hover {
	padding-bottom: 2px;
	border-bottom: 2px solid #83252C;
}
ul#lang li a.active:link,
ul#lang li a.active:visited {
    background: #84252d;
    color: #fff;
}
ul#lang li a.active:hover {
	padding-bottom: 0;
	border-bottom: none;
}

div#col1 {
    float: left;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 25px;
    width: 180px;
    padding-right: 20px;
    border-right: 1px solid #dad7ce;
	color: #666;
}
div#col1 h2 {
    background: url(../img/subnav-h.jpg) no-repeat;
    font-weight: normal;
    font-size: .8em;
    height: 22px;
    padding: 4px 0 0 14px;
    color: #55565a;
    margin-bottom: 5px;
}
div#col1 div#subNav a:link, div#col1 div#subNav a:visited {
	color: #666;
}
div#col1 div#subNav a:hover {
	text-decoration: underline;
}

div#col1 ul {
    margin-left: 14px;
}
div#main div#col1 ul li a {
	color: #666;
	text-decoration: none;
}
div#main div#col1 ul li a:hover {
	text-decoration: underline;
}
div#main div#col1 div#rss {
	margin-bottom: 20px;
	margin-left: 13px;
}
div#main div#col1 div#rss a:link,div#main div#col1 div#rss a:visited{
	color: #666;
	text-decoration: underline;
}
div#main div#col1 div#rss a:hover{
	text-decoration: none;
}
div#main div#col1 h2 a img {
	border: none;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-left: 5px;
}

div#main div#col1 div#rss a img {
	border: none;
	vertical-align: middle;
	padding-bottom: 1px;
}

div#col1 div.box {
    color: #56575b;
    width: 173px;
    padding: 5px 0 1px 0;
    background: #f4f4f6;
    margin-bottom: 25px;
}
div#col1 div.box h2 {
    background: none;
    font-weight: bold;
    font-size: .9em;
    color: #83252c;
}
div#col1 div.box a:link,
div#col1 div.box a:visited {
    color: #56575b;
}
div#col1 div.box ul#popularCases li{
	margin-top: 8px;
}

/* Main */

div#main {
    font-size: .8em;
}

div#main h2 a:link,
div#main h2 a:visited {
    text-decoration: none;
    color: #55565a;
}

div#main ul {
    list-style-type: none;
    margin-bottom: 15px;
}
div#main ul li {
    background: url(../img/bullet.gif) no-repeat 0 8px;
    padding-left: 16px;
}
div#main ul li a:link,
div#main ul li a:visited {
    text-decoration: none;
    color: #a0a09f;
    line-height: 1.5em;
}
div#main ul li a.active:link,
div#main ul li a.active:visited {
    font-weight: bold;
    color: #56575b;
}

div#col2 {
    float: left;
    margin-right: 20px;
    width: 695px;
}
div#col2.bigCol2 {
    margin-right: 90px;
    width: 635px;
}

div#col2 div#content {
/*     padding: 10px 0 0 0; */
}

div#col2 div#content h1{
	margin-top: 1.5em;
}
div#col2 div#content h1.firstRecord{
	margin-top: 0;
}
div#col2 div#content h1.firstRecordArchive{
	margin-bottom: 0;
}
div#col2 div#content div#mainContent h1 a, div#col2 div#content div#mainContent h1.firstRecord a{
	color: #55565a;
	text-decoration: none;
}
div#col2 div#content div#mainContent h1 a:hover {
	text-decoration: underline;
}
div#col2 div#content div.meta {
	padding: 25px 0 20px 0;
}
div#col2 div#content div.meta strong {
    color: #56575b;
    margin-right: 3px;
}

div#col2 div#mainContent {
    margin: 0 0 20px 0;
    padding: 10px 0 0 5px;
}
div#col2 div#mainContent a:link,
div#col2 div#mainContent a:visited,
div#col2 div#mainContent a:hover {
    color: #83252C;
	text-decoration: underline;
}
div#col2 div#mainContent a:hover {
	text-decoration: none;
}

div#col2 div#mainContent img {
	border: none;
}

div#col2 strong {
	margin-left: 0;
}
div#col2 div#content ul {
	margin-left: 3px;
}
div#col2 div#content h2,div#col2 div#content h3{
	font-size: 14px;
	font-weight: bold;
	color: #4a4b4f;
	margin: 15px 0 10px 0;
}

div#col2 .smallMainContent {
	margin-right: 0;
    width: 420px;
	float: left;
}

/* Rechte Spalte - Kontakte usw. */
div#col3 {
    float: left;
    margin-top: 10px;
    margin-left: 25px;
    width: 180px;
    padding-left: 40px;
    border-left: 1px solid #dad7ce;
}
div#col3 h2, div#col3 h1 {
    background: url(../img/subnav-h.jpg) no-repeat;
    font-weight: normal;
	font-style: normal;
    font-size: .8em;
    height: 22px;
    padding: 4px 0 0 14px;
    color: #55565a;
    margin-bottom: 5px;
	margin-left: -15px;
}


/* --- tagcloud --- */

ul#tagcloud li {
    line-height: .6em;
}
ul#tagcloud li {
    display: inline;
    margin: 0;
    padding: 0 5px 0 0 !important;
    background: none !important;
}
ul#tagcloud li a:link,
ul#tagcloud li a:visited {
    text-decoration: none;
    background: none !important;
    padding: 0 !important;
    color: #707070;
}
ul#tagcloud li a.size-1 {
    font-size: .8em;
}
ul#tagcloud li a.size-2 {
    font-size: .9em;
}
ul#tagcloud li a.size-3 {
    font-size: 1.0em;
}
ul#tagcloud li a.size-4 {
    font-size: 1.1em;
}
ul#tagcloud li a.size-5 {
    font-size: 1.2em;
}
ul#tagcloud li a.size-6 {
    font-size: 1.3em;
}
ul#tagcloud li a.size-7 {
    font-size: 1.4em;
}
ul#tagcloud li a.size-8 {
    font-size: 1.6em;
}

/* --- footer --- */

div#footer {
    clear: left;
    border-top: 1px solid #dad7ce;
    margin: 0 0 15px 5px;
    padding-top: 10px;
    color: #4b4a4f;
    font-size: .85em;
}
div#footer div {
    margin-top: 3px;
}
div#footer ul#tertNav {
    margin: 5px 15px 0 0;
}
div#footer ul#tertNav li {
    display: inline;
}
div#footer ul#tertNav a:link,
div#footer ul#tertNav a:visited {
    padding: 0 3px 0 8px;
    text-decoration: underline;
    color: #4b4a4f;
    background: none;
}
div#footer ul#tertNav a:hover {
    text-decoration: none;
}
div#footer ul#tertNav li {
    background: url(../img/bullet-footer.gif) 0px 2px no-repeat;
    padding-left: 0;
}
div#footer ul#tertNav li.first {
    background: none;
}
div#footer ul#tertNav li.first a {
    padding: 0 4px 0 0;
}
div#footer ul#tertNav li#lastChange {
    padding-left: 8px;
}
div#footer img#rss {
    padding: 0 0 0 9px;
    vertical-align: -3px;
}
div#footer div#produced a:link,
div#footer div#produced a:visited {
    text-decoration: none;
    color: #4b4a4f;
}
div#footer div#produced a:hover {
    text-decoration: underline;
}

/* --- teaser --- */
div#col2 div#teaser {
    padding: 10px 0 0 0;
    margin-bottom: 35px;
}
div#col2 div#teaser div.teaser {
    margin-bottom: 25px;
}
div#col2 div#content div#teaser div.h2 {
	background: url(../img/h-bg.gif) no-repeat 0 5px;
	margin-bottom: 15px;
	margin-left: 4px;
}
div#col2 div#content div#teaser div.h2 h2 {
    color: #4a4b4f;
    font-style: italic;
	font-weight: bold;
    margin: 0 0 0 30px;
	padding-left: 10px;
	font-size: 1.2em;
	background-color: #fff;
}
div#col2 div#teaser div.h2 div {
    color: #4a4b4f;
    font-size: .85em;
    margin: -1px 0 0 40px;
}
div#col2 div#teaser a:link,
div#col2 div#teaser a:visited {
    color: #8e353b;
}

div#col2 div#teaser h2 a:link,
div#col2 div#teaser h2 a:visited {
    color: #4a4b4f;
	text-decoration: none;
}
div#col2 div#teaser h2 a:hover {
	text-decoration: underline;
}
div#col2 h1 a:link,
div#col2 h1 a:visited {
    color: #4a4b4f;
	text-decoration: none;
}

div#col2 div#teaser div.teaser div.text {
    background: #f5f5f7;
    padding: 20px 20px 15px 20px;
}
div#col2 div#teaser div.prevBtn {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	text-align: left;
}
div#col2 div#teaser div.nextBtn {
	float: left;
	margin-bottom: 20px;
	width: 50%;
	text-align: right;
}

div.more {
    text-align: right;
    font-size: .9em;
	padding-top: .5em;
}
div.more a:link, div.more a:visited{
	color: #83252C;
}
div.more a:hover {
	text-decoration: none;
}

/* --- Kontaktformular --- */

form#contact div {
    clear: both;
    margin-bottom: .5em;
}
form#contact fieldset {
    margin-bottom: 1em;
}
form#contact label {
    cursor: pointer;
    float: left;
    width: 10em;
}
form#contact label.plz {
    width: 2.5em;
}
form#contact label.ort {
    width: 5.5em;
}
form#contact input#ort {
    margin-left: .5em;
    width: 138px;
}
form#contact input.submit {
    margin: 5px 0 0 10em;
    height: auto;
}

.error, .debug {
    color: red;
}
.highlight {
    font-weight: bold;
}

/* --- Weiterempfehlen-Formular --- */

form#recommendForm div {
    clear: both;
    margin-bottom: .5em;
}
div#main div#col2 form#recommendForm fieldset span.recommendPage {
}
form#recommendForm fieldset {
    margin-bottom: 1em;
}
form#recommendForm label {
    cursor: pointer;
    float: left;
    width: 14em;
}
form#recommendForm label.pageLabel {
    float: left;
    width: 5em;
}
form#recommendForm input.submit {
    margin: 5px 0 0 180px;
    height: auto;
}
form#recommendForm input.reset {
    margin: 5px 0 0 100px;
    height: auto;
}
#captcha {
	margin-left: 180px;
}


input#plzSearchInput,
input#vwSearchInput {
    width: 5em;
}

/* --- Startseite ---*/
body#start div#main a{
	color: #666;
	text-decoration: underline;
}
body#start div#main a:hover{
	text-decoration: none;
}
body#start div#main div.more a{
	color: #83252C;
}
body#start div#col1 {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 25px;
	padding-left: 0;
    width: 695px;
	padding-right: 0;
	border-right: 0;
	margin-bottom: 20px;
}
body#start div#col2 {
    float: left;
    margin-right: 0px;
    width: 180px;
	padding-left: 20px;
	margin-bottom: 20px;
    border-left: 1px solid #dad7ce;
}
body#start div#col1 div {
	margin-bottom: 12px;
}
body#start div#col1 h1{
	background: none;
	padding-left: 0;
	min-height: 14px;
    height: 14px;
    color: #4a4b4f;
    font-style: normal;
    margin: 0 0 10px 0;
	font-size: 1.2em;
}
body#start div#main div#col1 h1 a,
body#start div#main div#col1 h1 a:link,
body#start div#main div#col1 h1 a:visited,
body#start div#main div#col1 div#infoAnfragen  #ombudsstelle h1 a{
	color: #4a4b4f;
	text-decoration: none;
}
body#start div#main div#col1 h1 a:hover,
body#start div#main div#col1 div#infoAnfragen  #ombudsstelle h1 a:hover {
	text-decoration: underline;
}
body#start div#flashClaim {
	min-height: 220px;
	height: 220px;
	/* border: 1px dotted #000; */
	/*text-align: center; */
}
body#start div#infoAnfragen div {
	float: left;
	width: 320px;
	margin-top: 10px;
}
body#start div#infoAnfragen  #ombudsstelle{
	margin-right: 30px;
	padding-right: 20px;
	border-right: 1px solid #dad7ce;
}
body#start div.more {
	text-align: left;
}

body#start div#col2 div {
	margin-bottom: 20px;
}
body#start div#col2 ul {
	margin-left: 10px;
}
body#start div#col2 ul li{
	margin-bottom: 5px;
}
body#start div#col2 h2{
    background: url(../img/subnav-h.jpg) no-repeat;
    font-weight: normal;
    font-size: .8em;
    height: 22px;
    padding: 4px 0 0 14px;
    color: #4a4b4f;
    margin-bottom: 5px;
}
body#start div#col2 h2 a{
	text-decoration: none;
}
body#start div#col2 h2 a:hover{
	text-decoration: underline;
}
body#start div#footer {
	margin-left: 20px;
}

body#start div#aktuell {
	border: 1px solid #83252C;
	padding: 20px;
}
body#start div#aktuell h1 {
    min-height: 25px;
    /* height: 25px; */
    color: #4a4b4f;
    font-style: italic;
    margin: 0 0 15px 0;
	background: url(../img/h-bg.gif) no-repeat;
 	padding-left: 40px;
	font-size: 1.5em;
}

/* ---------------------------------------------------------------------------
  Fall bewerten
--------------------------------------------------------------------------- */
#postMetaRating span {
	float: left;
}
.metaLeft {
	float: left;
}

#postMetaRating .stars1, #postMetaRating .stars2,#postMetaRating .stars3, #postMetaRating .stars4, #postMetaRating .stars5, #postMetaRating .stars6 {
	float: left;
    width: 84px;
    height: 14px;
    overflow: hidden;
    background: transparent url(/img/sterne84x168.gif) no-repeat 0 14px;
}
#postMetaRating .stars1 {background-position: 0 -154px;}
#postMetaRating .stars2 {background-position: 0 -140px;}
#postMetaRating .stars3 {background-position: 0 -126px;}
#postMetaRating .stars4 {background-position: 0 -112px;}
#postMetaRating .stars5 {background-position: 0 -98px;}
#postMetaRating .stars6 {background-position: 0 -84px;}
#postMetaRating a {
    float: left;
    border: 0 !important;
    text-decoration: none !important;
    width: 14px;
    height: 14px;
}
.starsHover1, .starsHover2, .starsHover3, .starsHover4, .starsHover5, .starsHover6 {
    display: block;
    width: 84px;
    height: 14px;
    overflow: hidden;
    background: transparent url(/img/sterne84x168.gif) no-repeat 0 14px;
}
.starsHover0 {background-position: 0 14px;}
.starsHover1 {background-position: 0 -70px;}
.starsHover2 {background-position: 0 -56px;}
.starsHover3 {background-position: 0 -42px;}
.starsHover4 {background-position: 0 -28px;}
.starsHover5 {background-position: 0 -14px;}
.starsHover6 {background-position: 0 0;}


/* ---------------------------------------------------------------------------
   Press Releases
--------------------------------------------------------------------------- */
div#pressReleases div.pressRelease {
    padding-bottom: 15px;
}
div#pressReleases h2 {
    margin-bottom: 5px;
/*     font-size: 1em; */
}
div#pressReleases div.infobar {
    margin-bottom: 5px;
}
div#pressReleases infobar span.location {
}
div#pressReleases infobar span.date {
}
div#pressReleases div.bodytext {
    background: none;
    margin-bottom: 5px;
}
div#pressReleases div#pressPdf {
	padding-top: 30px;
	padding-bottom: 15px;
}
div#col2 div#pressReleases ul li a span.date {
	color: #A0A09F;
}
div#col2 div#pressReleases ul li a{
	color: #666;
	text-decoration: underline;
}
div#col2 div#pressReleases ul li a:hover{
	text-decoration: none;
}
div#col2 div#teaser h1.year{
	font-style: normal;
	background: none;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0;
}


/* ---------------------------------------------------------------------------
   "Buttons"
--------------------------------------------------------------------------- */
#page_buttons {
	margin: 20px 0 10px 0;
	font-size: 10px;
	height: 16px;
}
div#col2 div#mainContent div#page_buttons a,
div#col2 div#mainContent div#page_buttons a:link,
div#col2 div#mainContent div#page_buttons a:visited,
div#col2 div#mainContent div#page_buttons a:hover,
div#col2 div#mainContent div#page_buttons a:active{
	padding: 2px 8px;
	text-decoration: none;
	color: #4a4b4f;
	height: 16px;
}
#btn_print_de {
	background: url(/img/bg_btn_print_de.gif) no-repeat;
}
#btn_recommend_de {
	margin-left: .6em;
	padding: 2px 6px;
	background: url(/img/bg_btn_recommend_de.gif) no-repeat;
}
#btn_print_en {
	background: url(/img/bg_btn_print_en.gif) no-repeat;
	padding-left: 7px !important;
}
#btn_recommend_en {
	margin-left: .8em;
	padding: 2px 8px 2px 9px !important;
	background: url(/img/bg_btn_recommend_en.gif) no-repeat;
}
#btn_print_fr {
	background: url(/img/bg_btn_print_fr.gif) no-repeat;
}
#btn_recommend_fr {
	margin-left: .6em;
	padding: 2px 9px !important;
	background: url(/img/bg_btn_recommend_fr.gif) no-repeat;
}
#btn_print_it {
	background: url(/img/bg_btn_print_it.gif) no-repeat;
}
#btn_recommend_it {
	margin-left: .8em;
	padding: 2px 9px !important;
	background: url(/img/bg_btn_recommend_it.gif) no-repeat;
}

div#main div#col2 div.jumpCharLabels {
	margin: 20px 0 10px 0;
}

/* ----------------------------------
    Tabelle
-------------------------------------*/
table {
	border: 1px solid #dad7ce;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: hide;
}
thead {
	background-color: #f2f2f2;
	font-weight: bold;
}
td {
	padding: 8px;
	vertical-align: top;
	border: 1px solid #dad7ce;
}
.td1 {
	width: 87px;
}
.td2 {
	width: 179px;
}
.td3 {
	width: 148px;
}



img.right {
	float: right;
	padding-top: 3px;
}
p.introText {
	font-size: 1.2em;
	line-height: 120%;
	font-weight: bold;
	padding-left:40px;
}

body#start div#aktuell h1.introText {
background:transparent url(../img/h-bg.gif) no-repeat scroll 0 0;
color:#4A4B4F;
font-size:1.2em;
line-height: 120%;
font-style:normal;
margin:0 0 20px;
padding-left:40px;
}