/*
// +----------------------------------------------------------------------+
// | Project:  KONTUREN.de                                                |
// | URL:      http://www.konturen.de                                     |
// | File:    /NEU_css/inhaltsverzeichnis.css                             |
// +----------------------------------------------------------------------+
// | Inhaltsverzeichnis-Style-Sheet der Seite                             |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt a.schmidt@deutscher-orden.de                |
// | Date:     27.04.2006                                                 |
// +----------------------------------------------------------------------+
*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 15pt;
}
a:hover{
	color: #FF0000;
}
.titel {
	color: #B8052F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #B8052F;
}
.titel_text {
	color: #B8052F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.aktuell {
	color: #000080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #000080;
}
.aktuell_text {
	color: #000080;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.ausland {
	color: #008000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #008000;
}
.ausland_text {
	color: #008000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.intern {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #FF0000;
}
.intern_text {
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.inhalt_titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffffff;
}
.rubriken {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #885200;
	border-bottom: 1px solid #885200;
}
.rubriken_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #885200;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
a.leseprobe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000000;
	color: #FFFF00;
	background: #F30101;
}
a.leseprobe:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	border: 1px solid #000000;
	background: #FFFF00;
}

.linieUnten {
	border-top: 1px #666666;
	border-right: 1px #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px #666666;
}

