a img {border: 0;}

html, body {
width:100%; height:100%;
}

body {
	margin:0; padding:0;
	/*background:#e1e1e1 url(../images/main/bg.jpg) fixed repeat-x;	*/
}

#all {
	position:relative;
	width:1000px;
	margin:0 auto;
	background:#fff;
}

body, a, div, span, p, table, td, input, select, textarea, h3, .zoomtext {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
}

/* Headnavigation */
#header {
	background-color: #003366;
	height: 18px;
	width: 1000px;
}

#header #standards {
	position:absolute; 
	left:6px; 
	top:4px;
}

#header	#standards a {
	display:block;
	float:left;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	padding:0 12px;
}

#header	#standards a:hover, #standards a.aktiv {
	color:#99ccff;
}

/* Suche */

.suche {
position:absolute; left:780px; top:1px;
}

	.suche input.suchstring {
	float:left;
	width:125px; height:12px;
	padding:2px 3px 0 3px;
	border:1px solid #e1e1e1;
	font-size:10px;
	color:#003366;
	}

	.suche input.submit {
	float:left;
	margin:5px 0 0 18px;
	}

.LNavi a:hover, .LNavi a:active, .LNavi a:focus {
	display: block;
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}

/* Linke Navigation 1. Unterebene (wird ggfs. nicht mehr gebraucht w/Klappnavi)*/
.LNavi1 a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	background-color: #e1e1e1;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.LNavi1 a:hover, .LNavi1 a:active, .LNavi1 a:focus {
		display: block;
		background-color: #003366;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.LNavi1Aktiv {
	background-color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;    
}

/* Linke Navigation 2. Unterebene (wird ggfs. nicht mehr gebraucht w/Klappnavi)*/
.LNavi2 a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	background-color: #e1e1e1;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.LNavi2 a:hover, .LNavi2 a:active, .LNavi2 a:focus {
	display: block;
	background-color: #e1e1e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
}

.LNavi2Aktiv {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
	padding-left: 14px;
	vertical-align: middle; 
}  

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#menuwrapper {
	background-color: #003366;
}
#menuwrapper {
	position:relative;
	z-index: 999;
	top:1px;
	background-color: #003366;
}

#menuwrapper {
		*top:-1px;
	}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	color: #CCCCCC;
}

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #003366;
	background-color: #e1e1e1;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	background-color: #e1e1e1;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#p7menubar ul a:hover {
	background-color: #003366!important;
	color: #ffffff!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}



/* Suchbutton in der Headnavigation */
a.Suche {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: #003366;
  border: 0;
  vertical-align: middle;
}
a.Suche:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: #003366;
  border: 0;
  vertical-align: middle;
}

#main {
clear:left;
margin:0 0 0 0px;
width:1000px;
}

/* IE6-Bugfix */
*html #main {
	width:1000px;
}

/* Unternavigation */

#subnav {
float:left;
width:160px;
padding-top:15px;
padding-bottom:20px;
padding-left:10px;
padding-right:10px;
/*background-color:#ffffff;*/
}

ul#subnav {
margin:0;
list-style-type:none;
}

	/* IE-Bugfix */

	*html #subnav {
	padding-top:30px;
	}

	*+html #subnav {
	padding-top:10px;
	}

	*html ul#subnav li {
	border-bottom:1px solid #fff;
	}

	#subnav li a, #subnav li span {
	display:block;
	text-decoration:none;
	color:#f00;
	margin-top:2px;
	line-height:14px;
	padding:1px 0 1px 36px;
	}

		*html #subnav li a, *html #subnav li span {
		padding-bottom:0;
		}

	#subnav .aktiv {
	margin-top:2px;
	}

	#subnav li.pfeil a {
	background:url(../images/main/bg_navpfeil.png) 27px 5px no-repeat;
	}

	#subnav li.pfeil a:hover, #subnav li.pfeil span {
	background:url(../images/main/bg_navpfeil_a.png) 26px 6px no-repeat;
	}

	#subnav li.level1 a, #subnav li.level1 span {
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-left:12px;
	background-position:3px 5px;
	}

		#subnav li.level1 a:hover, #subnav li.level1 span {
		background-position:2px 6px;
		}

	#subnav li.level2 a, #subnav li.level2 span {
	color:#666;
	padding-left:24px;
	background-position:15px 5px;
	}

		#subnav li.level2 a:hover, #subnav li.level2 span {
		background-position:14px 6px;
		}

	#subnav li.level3 a, #subnav li.level3 span {
	color:#666;
	}

	#subnav li a:hover, #subnav li.level1 a:hover, #subnav li.level2 a:hover, #subnav li.level3 a:hover, #subnav li.aktiv span, #subnav li.aktiv a, #subnav li.aktiv {
	color:#ff9900;
	}
	
	#subnav li.level1 {
		font-weight:bold;
	}

	/* Quicklinks (Startseite) */

	#subnav .quicklinks {
	padding-top:2px;
	padding-bottom:20px;
	}

	#subnav .quicklinks a {
	color:#666;
	font-weight:bold;
	line-height:16px;
	vertical-align:middle;
	margin-top:4px;
	padding-right:9px; padding-left:0;
	/*background:url(../images/buttons/quadrat.gif) left 5px no-repeat;*/
	}

	#subnav .quicklinks a:hover {
	color:#ff9900;
	text-decoration:none;
	}
	
	#subnav .news {
	background:url(../images/main/bg_box.jpg);
	background-repeat:repeat-y;
	width:145px;
	padding:7px 5px 6px 8px;
	font-size:9px;
	border:1px solid #ccc;
	border-right-color:#e3e3e3;
	border-bottom-color:#9a9a9a;
	margin-bottom: 3px;
	margin-top: 3px;
	}

		#subnav .news .trenner {
		display:block;
		width:145px; height:1px;
		overflow:hidden;
		margin:13px 0 11px 0;
		background:#e1e1e1;
		}

		#subnav .news a {
		font-size:9px;
		font-weight:bold;
		color:#ff9900;
		}
		#subnav .news a:visited {
		font-size:9px;
		font-weight:bold;
		color:#666666;
		}
		#subnav .news a:hover {
		font-size:9px;
		font-weight:bold;
		color:#003366;
		}
		div#news p {
			font-size:9px;
			display:inline;
		}

/* Boxenspalte */

#banners {
float:right;
margin:0 0 22px 0;
padding-top:5px;
padding-bottom:20px;
padding-left:10px;
padding-right:10px;
width:210px;
/*background-color:#cccccc;*/
}


	#banners .daxchart {
	width:208px; height:152px;
	border-bottom:1px solid #ccc;
	margin:14px 0;
	}

		#banners .daxchart a {
		float:left;
		}

		#banners .daxchart iframe {
		width:208px; height:150px;
		border:1px solid #e1e1e1;
		border-width:1px 0;
		}

	
/* "Mehr-Button" 
.mehr {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
}
*/
.mehr a:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
	line-height:20px;
	vertical-align:top;
}
.mehr a:visited {
    color: #666666;
}
.mehr a:hover {
    color: #003366;
}
.mehr a:active, .mehr a:focus{
    color: #ff9900;
}
/* Button-Link z. B. Preisseite ->Fondspreisabo */
.button a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
}
.button a:visited {
    color: #666666;
	font-weight: bold;
}
.button a:hover {
    color: #ff9900;
	font-weight: bold;
}
.button a:active, .button a:focus{
    color: #ff9900;
	font-weight: bold;
}

/* Inhaltsbereich */

#content {
float:right;
z-index: 1;
width:588px;
padding-bottom:7px;
margin-bottom:22px;
background:url(../images/main/bg_content_bottom.png) left bottom no-repeat;
}

*html #content {
	postion: absolute;
	top:200px;
	}

	#content #content_inner {
	float:left;
	width:538px;
	padding:10px 16px 28px 30px;
	background:url(../images/main/bg_content.png) repeat-y;
		}

		/* IE-Bugfix */

		*html #content #content_inner {
			padding-top:30px;
		}
/*
		*+html #content #content_inner {
		padding-top:11px;
		}
*/
	#content #content_inner.small, #content #content_inner.small a {
	font-size:11px;
	}

	#content ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

		#content ul li {
		padding-left:14px;
		background:url(../images/list/bullet.png) 2px 7px no-repeat;
		}

	#content div.column {
	float:left;
	width:260px;
	padding-right:15px;
	}

		#content div.lastcol {
		padding-right:0;
		}

	#content div.column h2 {
	font-family:Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	border-top:1px solid #d5d5d5;
	margin-top:17px;
	padding-top:14px;
	padding-bottom:18px;
	}

	#content div.column h2.first {
	border-top:0;
	padding-top:0;
	margin-top:0;
	}

/* Styles für Tabellen - Scrollbereich */

	*html #content table.scroll, html * #content table.scroll {
	width:512px;
	}

	#content table.scroll tbody {
	overflow-x:hidden; overflow-y:auto;
	height:300px;
	}

	*html #content table.scroll tbody, html * #content table.scroll tbody {
	overflow:auto;
	height:auto;
	}

	#content table.scroll, #content table.scroll thead tr.lastrow th  {
	border-bottom:2px solid #036;
	}

	*html col.scrollcol, html * col.scrollcol {
	width:0px;
	}

	html:first-child>b\ody .scrollcol {
	width:0px;
	}

	html:first-child>b\ody #content table.scroll thead tr.lastrow th.scrollcol {
	border-bottom:0;
	}

	#content table.scroll tbody td.scrollcol, #content table.noscroll thead th.scrollcol, #content table.noscroll tbody td.scrollcol {
	padding:0;
	border:0;
	}

	#content table.noscroll tbody td.lastcol {
	border-right:0;
	}

	/* Style für Factsheet-Tabnavi */
	#content_fs {
float:left;
width:655px;
background-color:#ffffff;
padding-bottom:0px;
border-bottom:#666666 solid 1px;
margin-bottom:10px;
}
/* IE6-Bugfix */

		*html #content_fs {
		margin-bottom:0px;
		}



	#content_fs div.tablenav_fs a {
	position:relative;
	display:block;
	float:left;
	z-index:1;
	background:#d6d6d6 url(../images/main/bg_table_nav.png) repeat-x;
	border-left:1px solid #fff;
	
	padding:4px 8px;
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	}
	
		#content_fs div.tablenav_fs a:hover {
		background:#fff url(../images/main/bg_table_nav_a.png) repeat-x;
		}

		#content_fs div.tablenav_fs a.aktiv {
		background:#fff url(../images/main/bg_table_nav_a.png) repeat-x;
		border:1px solid #ccc;
		border-bottom:1px solid #fff;
		padding:3px 13px;
		color:#003366;
		font-weight:bold;
		}

		
		#content_fs div.tablenav_fs a.first {
		border-left:0;
		}
	
	
	
	/* Styles für Tabellen */

	#content table tbody td, #content table thead th, #content table tbody td a {
	font-size:11px;
	}

	/* Styles für Tabellen - Reiternavigation */

	#content div.tablenav a {
	position:relative;
	display:block;
	float:left;
	z-index:3;
	background:#d6d6d6 url(../images/main/bg_table_nav.png) repeat-x;
	border-left:1px solid #fff;
	padding:4px 8px;
	color:#003366;
	text-decoration:none;
	}
	
		#content div.tablenav a:hover {
		background:#fff url(../images/main/bg_table_nav_a.png) repeat-x;
		}

		#content div.tablenav a.aktiv {
		background:#fff url(../images/main/bg_table_nav_a.png) repeat-x;
		border:1px solid #ccc;
		border-bottom:1px solid #fff;
		padding:3px 13px;
		color:#003366;
		font-weight:bold;
		}

		
		#content div.tablenav a.first {
		border-left:0;
		}

	#content div.table_border_padding {
	margin-top:-1px;
	border:1px solid #ccc;
	padding:17px 2px 30px 12px;
	}

		#content div.table_border_padding p {
		padding:20px 20px 0 0;
		}

		#content div.table_border_padding table thead th {
		font-weight:normal;
		color:#999;
		text-align:right;
		padding:3px 0 18px 3px;
		vertical-align:bottom;
		}

			#content div.table_border_padding table thead th.first {
			text-align:left;
			}

			#content div.table_border_padding table thead tr.lastrow th {
			padding:5px 0 4px 3px;
			}

			#content div.table_border_padding table thead tr.onlyrow th {
			padding-top:0;
			}

			#content div.table_border_padding table thead th.firstcol {
			text-align:left;
			}

	/* Styles für Tabellen mit vertikaler Struktur - z.B. Asset */

	#content table.liste_vertikal {
	border:1px solid #ccc;
	padding-right:1px;
	}

 		#content table.liste_vertikal th {
		border-left:1px solid #fff;
		}

		#content table.liste_vertikal td {
		background:#fff;
		border-left:1px solid #ccc;
		padding:0 11px;
		}

			#content table.liste_vertikal td.first {
			border-left:1px solid #fff;
			}

		#content table.liste_vertikal thead h1, #content table.liste_vertikal thead h2, #content table.liste_vertikal thead h3 {
		margin:0; padding:0 11px;
		font-family:Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight:bold;
		}

		#content table.liste_vertikal thead h1 {
		font-size:12px;
		height:33px;
		padding-top:5px;
		}

		#content table.liste_vertikal thead tr.h1 th {
		background:#fff url(../images/main/bg_table_head.png) repeat-x;
		}

		#content table.liste_vertikal thead h2 {
		font-size:11px;
		font-style:normal;
		padding-top:1px; padding-bottom:4px;
		}

		#content table.liste_vertikal thead tr.h2 th {
		background:#e1e1e1;
		}

		#content table.liste_vertikal thead h3 {
		font-size:10px;
		color:#069;
		padding-top:2px; padding-bottom:5px;
		}

		#content table.liste_vertikal thead tr.h3 th {
		background:#e1eef7;
		}

		#content table.liste_vertikal tbody td {
		padding-top:9px; padding-bottom:9px;
		}

	/* Styles für Tabellen mit vertikaler Struktur und Paddings außen statt innen, aufbauend auf vorheriger - z.B. Jobs */

	#content div.table_border_padding table.liste_vertikal {
	width:99%;
	border:0;
	padding-right:0;
	}

		#content div.table_border_padding table.liste_vertikal thead th {
		padding:3px;
		}


		#content div.table_border_padding table.liste_vertikal tbody td {
		padding:3px 3px 6px 3px;
		border-bottom:1px solid #e1e1e1;
		}

		#content div.table_border_padding table.liste_vertikal tbody td.right {
		text-align:right;
		}

		#content div.table_border_padding table.liste_vertikal tbody tr.h2 td {
		background:#e1e1e1;
		padding:0 3px;
		}

			#content div.table_border_padding table.liste_vertikal tbody tr.h2 td h2 {
			font-family:Lucida Sans Unicode, Lucida Grande, Helvetica, Arial, sans-serif;
			font-size:10px;
			font-weight:bold;
			font-style:normal;
			margin:0; padding:0;
			}

	/* Styles für Tabellen mit horizontaler Struktur - z.B. Preise */

	#content table.liste_horizontal thead th {
	font-size:10px;
	}

	#content table.liste_horizontal td {
	font-size:10px;
	color:#666666;
	text-align:right;
	vertical-align:bottom;
	padding:1px 6px 10px 6px;
	/*border-right:1px solid #e1e1e1;*/
	border-top:1px solid #003366;
	}

		#content table.liste_horizontal td.h1 {
		text-align:left;
		color:#666666;
		font-weight:bold;
		background:#e1e1e1;
		padding-bottom:1px;
		border-right:0;
		border-top:1px solid #003366;
		}

		#content table.liste_horizontal tr.firstrow td {
		border-top:1px solid #fff;
		}

		tr.lastrow {
		border-bottom:1px solid #003366;
		}
		#content table.liste_horizontal tr.lastrow td {
		border-bottom:1px solid #003366;
		}
		
		

		#content table.liste_horizontal td.firstcol{
		text-align:left;
		color:#666666;
		font-weight:normal;
		/*background:#def2fd;*/
		border-right:0;
		border-top:1px solid #003366;
		border-bottom:0;
		}
		
		#content table.liste_horizontal tr.lastrow td.firstcol {
		text-align:left;
		color:#666666;
		font-weight:normal;
		/*background:#def2fd;*/
		border-right:0;
		border-top:1px solid #003366;
		border-bottom:1px solid #003366;
		}

		#content table.liste_horizontal td.firstcol a {
		font-size:10px;
		color:#036;
		font-weight:bold;
		text-decoration:none;
		}

		#content table.liste_horizontal td.firstcol a:visited {
		color:#036;
		}		
		
		#content table.liste_horizontal td.firstcol a:hover {
		color:#ff9900;
		}
	
		

		#content table.liste_horizontal select.fondsart {
		float:left;
		width:210px;
		height:18px;
		border:1px solid #ccc;
		color:#666;
		}

		/* IE7-Bugfix */

		*+html #content table.liste_horizontal select.fondsart {
		height:21px;
		}

		#content table.liste_horizontal input.datum {
		float:left;
		width:75px;
		height:16px;
		border:1px solid #ccc;
		color:#666;
		}

		#content table.liste_horizontal input.reload {
		float:left;
		border:0;
		height:auto;
		margin:1px 14px 1px 4px;
		}

		#content table.liste_horizontal input.last {
		margin-right:0;
		}

		#content table.liste_horizontal span.left {
		float:left;
		margin:2px 7px 0 0;
		}

	/* Styles für Tabellen mit einfacher horizontaler Struktur, aufbauend auf obiger - z.B. Presse */

	#content table.liste_horizontal_minimal td {
	color:#666;
	text-align:left;
	vertical-align:top;
	border:0; border-bottom:1px solid #e1e1e1;
	padding-top:3px;
	}

		#content table.liste_horizontal_minimal td h3 {
		margin:0;
		}

			#content table.liste_horizontal_minimal td h3 a {
			color:#666;
			font-weight:bold;
			}

				#content table.liste_horizontal_minimal td h3 a:hover {
				color:#09c;
				text-decoration:underline;
				}

			#content table.liste_horizontal_minimal tr.visited td, #content table.liste_horizontal_minimal tr.visited td a, #content table.liste_horizontal_minimal tr.visited td h3 a {
			color:#999;
			}

	/* Styles für Tabellen mit einfacher Navigationsstruktur - z.B. Presse-Downloads */

	#content table.nav td {
	font-size:11px;
	color:#999;
	text-align:right;
	vertical-align:bottom;
	background:url(../images/main/bg_table_row.png) left bottom no-repeat;
	padding:3px 0 10px 12px;
	}

		#content table.nav td.h1 {
		padding-left:0; padding-bottom:2px;
		background:url(../images/main/bg_table_row.png) left bottom no-repeat;
		}

		#content table.nav td.aktiv, #content table.nav td.lastrow {
		background:none;
		}

			#content table.nav td.h1 a {
			float:left;
			text-decoration:none;
			font-size:12px;
			font-weight:bold;
			color:#036;
			margin-top:2px;
			padding-left:12px;
			background:url(../images/main/bg_navpfeil.png) 3px 5px no-repeat;
			}

			#content table.nav td.h1 a:hover, #content table.nav td.h1 a.aktiv {
			color:#09c;
			background:url(../images/main/bg_navpfeil_a.png) 2px 6px no-repeat;
			}

		#content table.nav td.firstcol {
		text-align:left;
		}

			#content table.nav td.firstcol a {
			display:block;
			text-decoration:none;
			font-size:11px;
			color:#666;
			font-weight:bold;
			margin-top:2px;
			}

				#content table.nav td.firstcol a:hover {
				color:#09c;
				text-decoration:underline;
				}

	/* Styles für Tabellen mit mehrstufiger Navigationsstruktur - z.B. Asset-Downloads */

	#content table.nav_mehrstufig td {
	padding:3px 0 2px 0;
	}

		#content table.nav_mehrstufig td.h2 {
		padding-left:15px;
		background:url(../images/main/bg_table_row.png) 15px bottom no-repeat;
		}

		#content table.nav_mehrstufig td.h3 {
		padding-left:30px;
		background:url(../images/main/bg_table_row.png) 30px bottom no-repeat;
		}

			#content table.nav_mehrstufig td.h1 a, #content table.nav_mehrstufig td.h2 a, #content table.nav_mehrstufig td.h3 a {
			float:left;
			text-decoration:none;
			font-size:11px;
			color:#036;
			margin-top:2px;
			padding-left:12px;
			background:url(../images/main/bg_navpfeil.png) 3px 5px no-repeat;
			}

			#content table.nav_mehrstufig td.h1 a {
			font-size:12px;
			font-weight:bold;
			}

			#content table.nav_mehrstufig td.h2 a {
			font-weight:bold;
			}

			#content table.nav_mehrstufig td.h3 a {
			color:#666;
			}

			#content table.nav_mehrstufig td.h1 a:hover, #content table.nav_mehrstufig td.h1 a.aktiv, #content table.nav_mehrstufig td.h2 a:hover, #content table.nav_mehrstufig td.h2 a.aktiv, #content table.nav_mehrstufig td.h3 a:hover, #content table.nav_mehrstufig td.h3 a.aktiv {
			color:#09c;
			background:url(../images/main/bg_navpfeil_a.png) 2px 6px no-repeat;
			}

		#content table.nav td.aktiv, #content table.nav td.lastrow {
		background:none;
		}

		#content table.nav_mehrstufig td.firstcol {
		padding-left:43px;
		background:#fff url(../images/main/bg_table_row.png) 43px bottom no-repeat;
		}


	/* Styles für Tabellen ohne Border */

	#content table.borderless {
	font-size:11px;
	color:#999;
	text-align:left;
	vertical-align:top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/* Fußzeile */

.footer {
clear:both;
width:1000px; height:16px;
padding-top:3px;
border-top:1px solid #e1e1e1;
}

    .footer .ie6 {
    display:none;
    }

    *html .footer .ie6 {
    display:inline;
    }

    .footer a {
    display:block;
    float:left;
    height:16px;
    text-decoration:none;
    }

    .footer a.fontsize_small {
    width:16px;
    background:url(../images/buttons/button_fontsize_small.png) no-repeat;
    }

        .footer a.fontsize_small:hover {
        background:url(../images/buttons/button_fontsize_small_a.png) no-repeat;
        }

    .footer a.fontsize_standard {
    width:18px;
    background:url(../images/buttons/button_fontsize_standard.png) no-repeat;
    }

        .footer a.fontsize_standard:hover {
        background:url(../images/buttons/button_fontsize_standard_a.png) no-repeat;
        }

    .footer a.fontsize_big {
    width:18px;
    background:url(../images/buttons/button_fontsize_big.png) no-repeat;
    }

        .footer a.fontsize_big:hover {
        background:url(../images/buttons/button_fontsize_big_a.png) no-repeat;
        }

    .footer a.print {
    width:16px;
    margin-left:11px;
    background:url(../images/buttons/button_print.png) no-repeat;
    }

        .footer a.print:hover {
        background:url(../images/buttons/button_print_a.png) no-repeat;
        }

    .footer a.mail {
    width:16px;
    margin-left:17px;
    background:url(../images/buttons/button_mail.png) no-repeat;
    }

        .footer a.mail:hover {
        background:url(../images/buttons/button_mail_a.png) no-repeat;
        }

    .footer a.rss {
    width:34px;
    margin-left:15px;
    margin-right:7px;
    background:url(../images/buttons/button_rss.png) no-repeat;
    }

        .footer a.rss:hover {
        background:url(../images/buttons/button_rss_a.png) no-repeat;
        }

    .footer a.link {
    height:10px;
    margin-top:5px;
    padding:0 9px;
    border-left:1px solid #999;
    font-size:10px;
    line-height:8px;
    color:#999;
    }

        /* IE-Fix */

        *html .footer a.link {
        line-height:11px;
        }

        *+html .footer a.link {
        line-height:11px;
        }

        .footer a.link:hover, .footer a.aktiv {
        color:#ff9900;
        }

        .footer a.linkleft {
        margin-left:7px;
        border:0;
        }

    .footer a.top{
    float:right;
    font-size:10px;
    color:#999;
    margin:1px 7px 0 7px;
    padding:1px 22px 0 0;
    }



        .footer a.top {
        background:url(../images/buttons/button_grey_up.png) right top no-repeat;
        }



        .footer a.top:hover {
        text-decoration:underline;
        }
 /* ehemalige Bredcrumbleiste */

.bredcrumb {
	position:absolute;
	left:630px;
	clear:both;
	width:120px; height:16px;
	padding-top:8px;
	/*border-top:1px solid #e1e1e1;*/
}

    .bredcrumb .ie6 {
    
    }

    *html .bredcrumb .ie6 {
    display:inline;
    }

    .bredcrumb a {
    display:block;
	float:left;
    height:16px;
    text-decoration:none;
    }

    .bredcrumb a.fontsize_small {
    width:16px;
    background:url(../images/buttons/button_fontsize_small.png) no-repeat;
    }

        .bredcrumb a.fontsize_small:hover {
        background:url(../images/buttons/button_fontsize_small_a.png) no-repeat;
        }

    .bredcrumb a.fontsize_standard {
    width:18px;
    background:url(../images/buttons/button_fontsize_standard.png) no-repeat;
    }

        .bredcrumb a.fontsize_standard:hover {
        background:url(../images/buttons/button_fontsize_standard_a.png) no-repeat;
        }

    .bredcrumb a.fontsize_big {
    width:18px;
    background:url(../images/buttons/button_fontsize_big.png) no-repeat;
    }

        .bredcrumb a.fontsize_big:hover {
        background:url(../images/buttons/button_fontsize_big_a.png) no-repeat;
        }

    .bredcrumb a.print {
    width:16px;
    margin-left:11px;
    background:url(../images/buttons/button_print.png) no-repeat;
    }

        .bredcrumb a.print:hover {
        background:url(../images/buttons/button_print_a.png) no-repeat;
        }

    .bredcrumb a.mail {
    width:16px;
    margin-left:17px;
    background:url(../images/buttons/button_mail.png) no-repeat;
    }

        .bredcrumb a.mail:hover {
        background:url(../images/buttons/button_mail_a.png) no-repeat;
        }
.Schnelleinstieg {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

#SMNavi1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 3px;
}
/* Sitemap-Navigation */
.SMNavi1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 3px;
}

.SMNavi1 a:hover, .SMNavi1 a:active, .SMNavi1 a:focus {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
    padding-top: 10px;
	  padding-bottom: 3px;
}
#SMNavi2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.SMNavi2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.SMNavi2 a:hover, .SMNavi2 a:active, .SMNavi2 a:focus {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}
#SMNavi3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
.SMNavi3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.SMNavi3 a:hover, .SMNavi3 a:active, .SMNavi3 a:focus {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
}

/* Formulare Auswahlfeld */
select.option {
  font-size: 10px;
  color: #003366;
  background-color: #ffffff;
  border: 1px solid #003366;
  width: 200px;
}
/* Texteingabefeld */
input.txt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #003366;
  background-color: #ffffff;
  border: 1px inset #003366;
}
input.error {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #003366;
  background-color: #ffffff;
  border: 1px solid red;
}
.pulldown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background-color: #ffffff;
	border: 1px solid #7f9db9;

}
.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	background-color: #ffffff;
	border: 1px solid #7f9db9;

}
input.suchfeld {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #003366;
  background-color: #ffffff;
  border: 2px inset #e1e1e1;
  vertical-align: middle;
  padding: 0;
}
/* Sendebutton */
input.btn {
  font-size: 10px;
  color: #003366;
  background-color: #e1e1e1;
  border: 1px outset #003366;
}

/* Aktualisierung auf den Preisseiten */
a.aktual:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #003366;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}
a.aktual:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  vertical-align: middle;
}
/* Formulartext */
form p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 20%;
  font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}
/* Frame 1 für normale Textseiten*/
#iframe_1 {
scrollbar-base-color: #003366; 
scrollbar-track-color: #ffffff; 
scrollbar-face-color: #e1e1e1; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3d-light-color: #ffffff; 
scrollbar-darkshadow-color: #003366; 
scrollbar-shadow-color: #def2fd; 
scrollbar-arrow-color: #003366;
text-align: left;
width: 570px;
background: transparent;
}
.abstand_iframe{
padding: 0px;
}

.scrollbereich {
overflow: auto;
height: 363px;
}
/* Frame 2 für Tabellen wie z. B. Preisseite, damit der Tabellenheader stehen bleibt*/
#iframe_2 {
scrollbar-base-color: #003366; 
scrollbar-track-color: #ffffff; 
scrollbar-face-color: #e1e1e1; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3d-light-color: #ffffff; 
scrollbar-darkshadow-color: #003366; 
scrollbar-shadow-color: #def2fd; 
scrollbar-arrow-color: #003366;
text-align: left;
width: 570px;
background: transparent;
}
.abstand_iframe_2{
padding: 0px;
}

.scrollbereich_2 {
overflow: auto;
height: 234px;
}



h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}

/* Überschrift Doorpagenews */
.DPHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: normal;
}

/* Überschrift Textseite */
.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
/* Subheadline Textseite */
.Subheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	
}
/* Fließtext Fußzeilen */
.CopytextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.3em;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 12px;

}
/* Fließtext auf Textseiten */
.Copytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.3em;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	line-height: 15px;

}
/* Tabelle im CMS*/
table {
padding:0;
margin:0;
border:none;
border-collapse: collapse;
}
/* Fließtext in Tabellen des CMS*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.3em;
	color: #666666;
	text-decoration: none;
	/*vertical-align: top;*/
	line-height: 15px;
}
/* Link innerhalb eines Fließtextes */
.Copytext a:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
}
.Copytext a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #aaaaaa;
    text-decoration: none;
}

.Copytext a:hover, .Copytext a:active, .Copytext a:focus {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #ff9900;
    text-decoration: underline;
}


/* Überschrift des Schnelleinstiegs */
.SchnellHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

/* Links des Schnelleinstiegs */
.Schnelleinstieg a, .Schnelleinstieg a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.Schnelleinstieg a:hover, .Schnelleinstieg a:active, .Schnelleinstieg a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
}

/* Überschrift der News */
.NewsHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

/* Newstext */
.NewsCopytext p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
/* Links der Shortnews */
.NewsCopytext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ff9900;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

.NewsCopytext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: #666666;
    text-decoration: none;
}
.NewsCopytext a:hover, .NewsCopytext a:active, .NewsCopytext a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
}

/* "Mehr-Button" */
.mehr {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
}
.mehr a:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
}
.mehr a:visited {
    color: #666666;
}
.mehr a:hover {
    color: #003366;
}
.mehr a:active, .mehr a:focus{
    color: #ff9900;
}

#footer {
	
	bottom: 0px;
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 180px;
	height: 70px;
	background-color: #e1e1e1;
	text-align: left;
	text-decoration: none;
	padding-bottom: 0px;
	
}
/* IE Hack */
* html #footer {
	position: absolute;
	top: 545px;
	left: 0;
}

#footer  a:link, #footer a:visited {
 	font-size: 9px;
	color: #666666;	
	text-decoration: none;
}
#footer a:hover{
	text-decoration: none;
	color: #ff9900;
}

.footertext{
font-size: 9px;
	color: #666666;	
	text-decoration: none;
}
/* Brotkrümelleiste */
#Breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}


#Breadcrumb a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    text-decoration: none;
}

#Breadcrumb a:hover, #Breadcrumb a:active, #Breadcrumb a:focus  {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
}
.BreadcrumbActive {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
}
/* Überschrift der Tab-Navigation*/
.Tabnav a:link, .Tabnav a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #e1e1e1;
}

.Tabnav a:hover, .Tabnav a:active, .Tabnav a:focus {
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
    background-color: #e1eef7;
}

.TabnavActive {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-align: center;
    text-decoration: none;
    background-color: #e1eef7;
}

.Tabnavsubline {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	padding-bottom: 8px;
	}


/* Tabelleninhalt */
.Tablecontent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	vertical-align: bottom;	
}

.Tablecontent p{
	display:inline;
}


/* Tabelleninhalt mit Link */
.Tablecontent a:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #003366;
    text-decoration: none;
}
.Tablecontent a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #aaaaaa;
    text-decoration: none;
}
.Tablecontent a:hover, .Tablecontent a:active, .Tablecontent a:focus {
		font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    color: #ff9900;
    text-decoration: none;
}
.Disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
	}

/* Error für Inputfelder bei Formularvalidierung */
.error2{border: 1px dashed red;}

</style>
