/** 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 0px;
}

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;
}

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 {
	font-size: 0.7em;
}

sub {
	font-size: 0.7em;
}

a,a em.file {
	text-decoration: none;
	color: #2761a9;
}

a:link,a:visited {
	text-decoration: none;
	color: #2761a9;
}

hr {
	border: none; background : #999;
	height: 1px;
	background: #999; height : 1px;
	margin: 0 0 15px 0;
}

/** Überschriften */
h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #2761a9;
	margin: 0;
	padding: 0 0 17px 0;
	line-height: 1.1em;
}

h2 {
	font-size: 1.25em;
	font-weight: normal;
	color: #2761a9;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

h3 {
	font-size: 1.1em;
	color: #2761a9;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 1em;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

/** Individuelle Styles */
.background-blue-light {
	/*background: #d0e7f1;*/
	background: #caebf5;
}

.blue {
	color: #2761a9;
}

.blue-light {
	color: #8dd4ea;
}

.border-bottom-bold {
	
}

.grey {
	color: #999;
}

.intro {
	font-size: 1.25em;
	font-weight: normal;
	color: #2761a9;
	margin: 0;
	padding: 0;
}

.intro a{
	color: #2761a9 !important;
}

.link-graphic {
	/*background: url('../images/graphic.gif') top left no-repeat;*/
	color: #999;
	 
}
.link-graphic img{
	margin: 0;
	padding: 0;
	display: inline;
}

.link-external {
	
}

.list {
	margin-left: 13px;
	padding: 0 0 0 15px;
	background: url('../images/list-standard.gif') 0px 6px no-repeat;
}

.list-blue {
	margin-left: 13px;
	padding: 0 0 0 15px;
	background: url('../images/list-blue.png') 0px 6px no-repeat;
}

.list-footer {
	
}

.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 10px 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 #666;
	padding: 2px 5px 2px 0px;
	font-size: 11px;
	color: #666;
	margin: 0;
}

table .header td {
	border-bottom: 2px solid #666 !important;
	line-height: 1.1em;
}

table .border-bottom-bold td {
	border-bottom: 2px solid #666 !important;
}

table .description td {
	border: none;
	border-top: 2px solid #888;
	color: #888 !important;
	padding: 5px 2px 5px 0 !important;
}

table.footer {
	
}

table.footer td {
	border: none;
	color: #888 !important;
	font-size: 11px !important;
	padding: 0;
}

table.footer td.number {
	width: 10px;
	vertical-align: top !important;
	line-height: 14px;
}

table.footer .number sup {
	font-size: 9px;
	position: relative;
	top: -2px;
}

table.footer td.text {
	line-height: 14px;
	vertical-align: top !important;
}

.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: #e5f4f9;
}

tr.header:hover td {
	background: #e5f4f9 !important;
}

/* Zelle UND Reihe markieren | end */ /** NO-HOVER Bereiche */
tr.header:hover {
	background: none !important;
}

tr.header:hover td {
	background: none !important;
}

tr.description:hover {
	background: none !important;
}

tr.description: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;
}
