body, table, table td{
    background: #F5F5F5; /* #D8DDED; */
    font-family: Arial Narrow, Arial, Sans Serif;
    font-size:16px;
    color: #2F374F;
}

.article{text-align:left;}

.art_text    { font-weight: normal; }
.markedtext1 { color: #8b0000; }
.markedtext2 { color: #666; }
.markedtext3 { color: #FF0000; }
.markedtext4 { color: #FF0000; } /* FFFFFF; */
.markedtext5 { color: #F6A500; }

.fontSize0   { font-size: medium;}
.fontSize1   { font-size: xx-small;}
.fontSize2   { font-size: x-small;}
.fontSize3   { font-size: small;}
.fontSize4   { font-size: medium;}
.fontSize5   { font-size: large;}
.fontSize6   { font-size: x-large;}
.fontSize7   { font-size: 28pt;}

.page_title{
    font-weight: bold;
    text-align: right;
    font-size: 36px;
    font-family: Arial Narrow, Arial, Sans Serif;
    width:100%;
}

.center{
    text-align:center;
}

.art_title, #content p .art_title{
    text-align: left;
    display:block;
    font-weight: bold; 
    font-size: 18px;
    color: darkred;
    font-family: Arial Narrow, Arial, Sans Serif;
}

#content p, p{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

a{
    font-weight:bold;
    color: darkblue;
    text-decoration: none;
    background-image: none;
}
a:hover {
    text-decoration:none;
    color: orange;
}

div.articleInfo{
    text-align:right;
    width: 100%;
    font-size: 75%;
    color: darkred;
    border: 1px solid #2F374F;
    background: #E1E6F7;
}


#content div.movable{
    cursor: move;
}

#content div.movable:hover{
    background-color:#D8DEEE;
}

/* für IE 
* html #content div.movable:hover {
    :expression(this.onmouseover=new Function("this.style.background='#D8DEEE';"),this.onmouseout=new Function("this.style.background='#C8CDDD';"));
}
*/

ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display:block;
    list-style-image:url('/cms/styles/grey/pics/listpoint.png');
}

table.infotab{
    border:3px solid;
}

table.infotab td{
    border-top:2px solid black;
    text-align:center;
}

table.data,table.data td, table.data th {
    border : 1px solid #2F374F;
    border-collapse:collapse;
    vertical-align:top;
    padding: 3px;
}


/**
 * ALTE CSS-STILE (KOMPATIBILITÄT ZUR FRÜHEREN CMS-VERSION)
 * KANN NACH DER UMSTELLUNG GELÖSCHT WERDEN
 */
.bold{
    font-weight:bold;
}
.italic{
    font-style:italic;
}
.underlined{
    text-decoration:underline;
}

.listpoint{
	color: darkred;
}

.listitem{
	color: #2F374F;
}

html #content blockquote{
    text-indent: 30px;
    display:block;
    margin: 0;
    padding: 0;
}

html #content blockquote blockquote{
    text-indent: 60px;
}

html #content blockquote blockquote blockquote{
    text-indent: 90px;
}

html #content blockquote blockquote blockquote blockquote{
    text-indent: 120px;
}