/* 
    Document   : content
    Created on : 15.03.2009, 17:12:12
    Author     : Mathias
    Description:
        Purpose of the stylesheet follows.
*/

.error {
    color: red;
}

p {
    line-height: 1.5em;
    margin-top: 10px;
}

p.center {
    text-align: center;
}

p.left {
    text-align: left;
}


ul li {
    line-height: 1.5em;
    margin-bottom: 6px;
}

form p {
    text-align: left;
}

ul {
    list-style-type: square;
}

ul.big li {
    font-size: 130%;
    color: #043883;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 5px;
}

h1 {
    font-size: 130%;
    color: #9b071a;
    margin-top: 15px;
}

h2 {
    font-size: 120%;
    color: black;
}

h3 {
    font-size: 110%;
    margin-left: 7px;
}

a {
    color: #b21f32;
    font-weight: bold;
    text-decoration: none;
}

big {
    color: #043883;
    font-weight: bold;
}

big.gray {
    color: #808080;
}

big.gray a {
    color: #808080;
}

a img {
    border: 0px solid black;
}

img.bold {
    margin-top: 20px;
}

abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
}

h3.options {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

div.option {
    padding: 2px;
}

/*************************************************************
* Verschiedenes                                              *
*************************************************************/

div.paging {
	padding: 4px;
	background-color: #c0c0c0;
}

div.paging a.current {
	color: black;
}

.hidden {
	display: none;
}

/*************************************************************
* VERGLEICHSTABELLE                                          *
*************************************************************/

table.comparison {
    background-color: #000000;
}

table.comparison th {
    text-align: left;
    background-color: #23408e;
    color: white;
    padding: 5px;
}

table.comparison td {
    background-color: white;
    text-align: center;
    padding: 5px;
}

table.comparison td.description {
    text-align: left;
}

table.comparison tr.alt td {
    background-color: #c8c8e1;
}

/*****************************/

p.check {
    display: block;
    padding-left: 32px;
}

p.check img {
    position: absolute;
    margin-top: 8px;
}

/*****************************************
* REFERENZEN
******************************************/

div.tile {
    float: left; 
    width: 33.3%;
    min-height: 150px;
}

table.tile {
    margin-left: 7px;
}

div.tile div.caption {
    font-size: 12px;
    margin: 8px;
    margin-top: 0px;
    border: 1px solid #505050;
    border-top-width: 0px;
    padding: 4px;
    text-align: center;
}

.tile h2 {
    color: #9b071a;
    font-size: 28px;
    margin-top: 8px;
    margin-bottom: 8px;
}

div.tile div.photo {
    margin: 8px;
    margin-bottom: 0px;
    border: 1px solid #505050;
    background-color: #505050;
    height: 146px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

div.tile div.photo a {
    display: block;
    width: 100%;
    height: 100%;
}

div.tile div.photo img {
    border: 0px solid black;
}

/********************/

.emblem {
    float: right;
    float: left;
    width: 180px;
}

.e_overlay {
    background-image: url(../images/partner/anwaelte.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.emblem img {
    margin: 15px;
}

br.cr {
    clear: right;
}

hr {
    clear: both;
    margin: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0px solid black;
    border-top-width: 1px;
}

img.inlineLeft {
    margin-right: 5px;
    margin-bottom: 5px;
}

.highlight {
    /*color: #DB334A;*/
    font-weight: bold;
}

/*=====================*/

#YearList {
    text-align: center;
    padding: 10px;
}

#YearList a {
    font-size: 40px;
    margin-right: 10px;
    margin-left: 10px;

    color: #d0d0d0;

    text-shadow: 2px 2px 2px #707070;
    text-decoration: none;
}

#YearList a:hover {
    color: #909090;
}

#YearList a.active {
    color: #303030;
}
