/************************************************/
/*format.css  v. sikita.1.00                    */
/*                                              */
/*In diese Datei gehören nur Schriftarten,      */
/*Textformatierungen oder andere Formatierungen,*/
/*die aber nichts mit dem Layout zu tun haben.  */
/************************************************/
@media screen {
/************************************************/
/* Schriftarten                                 */
/************************************************/
body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
}
.fontM *,
.fontM{
	font-size:12px;
}
.fontXXS					{ font-size: 9px;}
.fontXS						{ font-size: 10px;}
.fontS						{ font-size: 11px;}
.fontML						{ font-size: 13px;}
.fontL						{ font-size: 14px;}
.fontXL						{ font-size: 16px;}
.fontXXL					{ font-size: 18px;}

.fett						{ font-weight: bold;}
.kursiv						{ font-style: italic;}

.dblau						{ color: #039;}
.hblau						{ color: #69f;}
.weiss						{ color: #fff;}

.ueberschrift_textteil {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 14px;
	padding-bottom: 0;
}

#skip {
	font-size: 13px; 
	font-weight:bold; 
	text-align:right; 
	margin-right:5px;
}

/************************************************/
/* Link-Definitionen                            */
/************************************************/
a {
	color: #039; 
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: underline;
}

/************************************************/
/* Scrollbalken für IE                          */
/************************************************/

BODY { 
	SCROLLBAR-FACE-COLOR: #69f; 
	SCROLLBAR-HIGHLIGHT-COLOR: #69f; 
	SCROLLBAR-SHADOW-COLOR: #69f; 
	SCROLLBAR-3DLIGHT-COLOR: #69f; 
	SCROLLBAR-ARROW-COLOR: #fff; 
	SCROLLBAR-TRACK-COLOR: #fff; 
}

.borderBild {border:1px solid #000;}

/************************************************/
/* Schnuller 			                        */
/************************************************/
.schnuller {
	color: #b40000;
	background:url(../img/layout/icons/u3.gif) no-repeat;
	padding-left:28px;
	}
.schnuller_quellen, .schnuller_list {
	color: #b40000;
	background:url(../img/layout/icons/u3_kl.gif) no-repeat ;
	padding-left:16px;
	margin-left:9px;
	line-height:15px;
	}
.schnuller_quellen a { color:#b40000;}
.schnuller a, .schnuller_list a{ text-decoration:underline; color: #b40000; }
.schnuller a:hover, .schnuller_list a:hover{ text-decoration:none; color: #ff0000; }

/************************************************/
/* Tabellenformatierung                         */
/************************************************/

.tabelle {
	border: solid 1px #00309C;
	border-collapse: collapse;
}

.tabelle td {
	border: solid 1px #00309C;
	border-collapse: collapse;
}

/************************************************/
/* Aufzaehlungen                                */
/************************************************/

#textteil ul {
	list-style-image:url(../img/layout/disc2.gif);
	margin-left: 25px;
	padding-left: 0;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 10px;
	line-height: 18px;
}

#textteil ul li {
	margin-top: 5px;
	line-height: 15px;
}

#textteil ul li ul {
	margin-top: -2px;
	line-height: -10px;
	font-size:12px;
	margin-left: 25px;
	margin-bottom: 5px;
}

/************************************************/
/* für aufzählungen bei den quellen nur temporär*/
/************************************************/

.aufzaehlung {
 text-align:left;
 }

/************************************************/
/* Nummerierungen                               */
/************************************************/

#textteil ol {
	padding-left: 0;
	padding-top: 1px;
	margin-top: 1px;
	margin-bottom: 10px;
	line-height: 18px;
	margin-left: 35px;
}

/************************************************/
/* Trennstriche                                 */
/************************************************/
.trennung {
	display: inline;
}

.pdf-trennung {
	display:none;
}

.pdf-ausblendung {
	display:inline;
}


/************************************************/
/* Nobr                                         */
/************************************************/
.nobr {
	white-space:nowrap;
}

/************************************************/
/* Schnellnav                                   */
/************************************************/

.fade, .fade td, .fade table {
	font-size:12px;
}

tr.head {
	font-weight:bold;
}

}

