@charset "UTF-8";
/* CSS Document */

/* 	++++++++++++++++++++
	+
	+	Inhalt der Rechten Spalte
	+	mit Rahmen und BG-Color
	+
	++++++++++++++++++++ */

#content_col2 H1 {
	margin-top: 10px;
	
	color: #445059;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;	
	}
	
#content_col2 .borderbox {
	width: 205px;
	height: auto;
	padding: 2px;
	
	border: 1px solid #898989;
	
	background-color: #f1f1f1;
	
	color: #445059;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	
    	voice-family: "\"}\"";
    	voice-family:inherit;
    	width: 205px;
    	}

html>body #content_col2 .borderbox {
     	width: 199px;
     	}	
	
#content_col2 LI {
	margin-left: 17px;
	list-style-image: url(../img/arrow.gif);
	
	color: #445059;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	}
	
#content #content_col2 LI A, #content #content_col2 LI A:LINK, #content #content_col2 LI A:HOVER, #content #content_col2 LI A:ACTIVE, #content #content_col2 LI A:VISITED {
	color: #445059;
	font-weight: normal;
	text-decoration: none;
	}

/* 	++++++++++++++++++++
	+
	+	Der Divider
	+
	++++++++++++++++++++ */

.divider {
        width: 100%;
        height: 21px;
        margin: 10px 0 10px 0;
        
        background-color: #898989;

    	voice-family: "\"}\"";
    	voice-family:inherit;
    	height: 21px;
    	}

html>body .divider {
     	height: 1px;
     	}
     	
/* 	++++++++++++++++++++
	+
	+	Listelemente
	+
	++++++++++++++++++++ */
	
#content  LI {
	list-style-image: url(../img/arrow.gif);
	margin-left: 17px;
	}
	
#content H1 {
	color: #00378B;
	}
	
.csc-textpic-caption {
	font-size: 90%;
	}
	
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid black;
	}
	
/* 	++++++++++++++++++++
	+
	+	RTE
	+
	++++++++++++++++++++ */
	
.align-left {
	text-align: left;
	}
	
.align-center {
	text-align: center;
	}
	
.align-right {
	text-align: right;
	}
	
.borderbox table thead {
	background-color: #04378B;
	
	color: #FFFFFF;
	}
	
.borderbox table.contenttable {
	border-top: 1px solid #B1B3B4;
	border-left: 1px solid #B1B3B4;
	}
	
.borderbox table.contenttable td, .borderbox table.contenttable th {
	border-bottom: 1px solid #B1B3B4;
	border-right: 1px solid #B1B3B4;
	padding: 3px;
	}