/** Allgemeine Styles */
ul,ol,dl {
	margin: 0 0 1em 0;
}

ol {
	list-style-position: inherit;
	margin: 0 0 0 8px;
}

li {
	margin: 0;
	margin-left: 15px;
	padding: 0 0 0 5px;
}

ol li{
	padding: 0 0 10px 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 2em;
}

blockquote,cite {
	margin: 0 0 1em 22px;
	width: auto;
}

div.componentheading {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

p,ul,dd,dt {
	line-height: 140%;
	margin: 0;
	padding: 5px 0 5px 0;
}

p {
	padding: 0 0 10px 0;
	/*text-indent: 20px;*/
}

strong {
	font-weight: bold;
}

em,i {
	font-style: italic;
}

pre,code {
	
}

address {
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

acronym,abbr {
	letter-spacing: 0.7em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

sup{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
	font-size: 0.9em;
}

sub {
	font-size: 0.7em;
}

a,a em.file {
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
.sitemap a:hover{
	text-decoration: none !important;
	color: #cc0000 !important;
}
hr {
	border: none; background : #999;
	height: 1px;
	background: #999; height : 1px;
	margin: 0 0 15px 0;
}

/** Überschriften */
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 0 17px 0;
}

h2, h2.menutitle {
	font-size: 1.6em;
	font-weight: normal;
	background: #c7c8ca;
	color: #000;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

h3 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 1em;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0 0;
	border-bottom: 1px dashed #000;
}


/** Individuelle Styles */
.border-none {
	border: none;
}
.border-bottom-bold {
}
.border-invisible{
}
.border-dashed {
}
.border-dashed-grey {
	border: none; 
	border-bottom: 1px dashed #666;
}
.border-dashed-red {
	border: none; 
	border-bottom: 1px dashed #d1002d;
}
.border-yellow {
}
.border-yellow-bold {
}
.description1{
}
.description2{
}
.grey {
	color: #999;
}

.intro {
	font-size: 1.25em;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}


.link-graphic {
	/*background: url('../images/graphic.gif') top left no-repeat;*/
	/*padding-left: 2em;*/
	color: #333333;
	/*display: inline-block;*/
	font-size: 90%; 
	border-bottom: 1px dashed #d1002d;
}
a.link-graphic:hover {
	text-decoration: none !important;
}

.link-external {
	/*background: url('../images/extern.gif') top left no-repeat;*/
	/*padding-left: 16px;*/
	color: #333333;
	/*display: inline-block;*/
	font-size: 90%; 
	border-bottom: 1px dashed #d1002d;
}
a.link-external:hover {
	text-decoration: none !important;
}

.list {
	margin-left: 13px;
	padding: 0 0 0 15px;
	background: url('../images/list-standard.gif') 0px 6px no-repeat;
}

.list-red {
	list-style: none;
	margin-left: 2px;
	padding: 0 0 0 17px;
	background: url('../images/list-red.gif') 0px 4px no-repeat;
}
.list-black {
	list-style: none;
	margin-left: 2px;
	padding: 0 0 0 17px;
	background: url('../images/list-black.gif') 0px 5px no-repeat;
}

.list-grey-red {
	color: #999;
	list-style: none;
	margin-left: 2px;
	padding: 0 0 0 17px;
	background: url('../images/list-red.gif') 0px 4px no-repeat;
}
.list-grey-black {
	color: #999;
	list-style: none;
	margin-left: 2px;
	padding: 0 0 0 17px;
	background: url('../images/list-black.gif') 0px 4px no-repeat;
}

.list-footer {
	
}

.line-grey{
	border-bottom: 2px solid #999;
}
.line-grey-dashed{
	border-bottom: 1px dashed #999;
	color: #999 !important;
	margin: 0;
	padding: 0;
	
}
.line-dashed{
	border-bottom: 1px dashed #333;
	margin: 0;
	padding: 0;
}
.red{
	color: #d1002d;
}
.table-no-borders {
	
}

.small {
	font-size: 10px;
}

.small b,.small strong {
	font-family: trebuchet ms;
	font-weight: bold !important;
}

.uppercase-small {
	font-size: 0.9em;
	text-transform: uppercase;
}

.uppercase {
	text-transform: uppercase;
}

.uppercase-bold {
	text-transform: uppercase;
	font-weight: bold;
}

/** Tabellen */
table {
	margin: 4px 0 15px 0;
	padding: 0;
	/*border-collapse: collapse;*/
	width: 100%;
}

table tr {
	margin: 0;
	padding: 0;
	border: none;
}

table td {
	background: transparent;
	border: none;
	border-bottom: 1px solid #333;
	padding: 2px 5px 2px 0px;
	font-size: 11px;
	color: #333;
	margin: 0;
}

table .header td {
	border-bottom: 2px solid #333;
}
table .header .border-yellow {
	border-bottom: 1px solid #ffcc00;
}

table .border-bottom-bold td {
	border-bottom: 2px solid #333;
}
table .border-bottom-bold {
	border-bottom: 2px solid #333;
}

table .border-dashed {
	border-bottom: 1px dashed #333;
}
table .border-invisible {
	border-bottom: 1px solid #f5f4f4;
}
table .border-yellow {
	border-bottom: 1px solid #ffcc00;
}
table .border-bottom-bold td.border-yellow {
	border-bottom: 1px solid #ffcc00;
}

table .border-yellow-bold {
	border-bottom: 2px solid #ffcc00;
}
table .border-yellow-bold td{
	border-bottom: 2px solid #ffcc00;
}
table .border-bottom-bold td.border-yellow-bold {
	border-bottom: 2px solid #ffcc00;
}

table .header td.border-yellow-bold {
	border-bottom: 2px solid #ffcc00;
}
table .description1 td {
	border: none;
	color: #000 !important;
	margin: 0;
	padding: 5px 2px 0 0 !important;
	font-weight: bold;
}
table .description2 td {
	border: none;
	border-top: 4px solid #000;
	color: #666 !important;
	margin: 0;
	padding: 2px 2px 0 0 !important;
	font-weight: bold;
}

table .border-dashed{
	border-bottom: 1px dashed #333;
}

/** Fusszeilen der Tabelle */
table.footer{
	margin:0 0 5px 0;
	padding: 0;
	position: relative;
	top: -15px;
	overflow: auto;
}

table.footer td{
	border: none;
	font-size: 10px !important;
	line-height: 11px;
	padding: 0;
	vertical-align: top !important;
	color: #666;
}

table.footer td.number{
	width: 10px;
}

table.footer td.text{
}

.table-no-borders td {
	border: none;
	vertical-align: top;
}

.table-no-borders td blockquote {
	font-size: 1.1em;
}

/* Zelle UND Reihe markieren | start */
tr:hover td,.contentpane tr:hover td,tr:hover {
	background: #ffeeae;
}

tr.header:hover td {
	background: #ffeeae !important;
}

/* Zelle UND Reihe markieren | end */ /** NO-HOVER Bereiche */
tr.header:hover {
	background: none !important;
}

tr.header:hover td {
	background: none !important;
}

tr.description1:hover {
	background: none !important;
}

tr.description1:hover td {
	background: none !important;
}

tr.description2:hover {
	background: none !important;
}

tr.description2:hover td {
	background: none !important;
}
tr.footnote:hover {
	background: none !important;
}

tr.footnote:hover td {
	background: none !important;
}

tr:hover {
	background: #ddd !important;
}

table.footer tr:hover {
	background: none !important;
}

table.footer tr:hover td {
	background: none !important;
}

tr.header:hover td {
	background: none !important;
}

.table-no-borders tr:hover {
	background: none !important;
}

.table-no-borders tr:hover td {
	background: none !important;
}

.table-image tr:hover {
	background: none !important;
}

.table-image tr:hover td {
	background: none !important;
}

#rightcol-content table .description1 td{
	line-height: 120%;
}
#rightcol-content table .description2 td{
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
}
#rightcol-content table td{
	padding: 0;
	margin: 0;
}

#rightcol-content table ul{
	padding: 3px 0 3px 0;
	margin: 0;
	
}
#rightcol-content table li{
	padding: 0;
	margin: 0 0 0 15px;
	line-height: 125%;
}