/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif; /* OK */
	font-size: 12px; /* OK */
	color: #000000; /* OK */
	background-color: #D8D8D8; /* OK */
	padding: 0px; /* OK */
	margin: 0px; /* OK */
}

/* Tabellen */
table {
	border-collapse: collapse; /* OK */
}
td {
	padding: 0px; /* OK */
	margin: 0px; /* OK */
	vertical-align: top; /* OK */
}
th {
	font-weight: bold; /* OK */
	vertical-align: bottom; /* OK */
	text-align: left; /* OK */
	padding: 5px; /* OK */
}

/* Bilder */
img {
	border-top-width: 0px; /* OK */
	border-right-width: 0px; /* OK */
	border-bottom-width: 0px; /* OK */
	border-left-width: 0px; /* OK */
	vertical-align: middle; /* OK */
}

/* Layout Tabelle */
.maintable {
	width: 880px; /* OK */
	background-color: #FFFFFF; /* OK */
	table-layout: fixed; /* OK */
	border-top: 0px solid #FFFFFF; /* OK */
	border-right: 30px solid #FFFFFF; /* OK */
	border-bottom: 30px solid #FFFFFF; /* OK */
	border-left: 30px solid #FFFFFF; /* OK */
}

/* Layout Logo */
.mainlogo {
	padding-top: 10px; /* OK */
	padding-bottom: 21px; /* OK */
}

/* Layout Linke Navigation */
.mainwidthleft {
	width: 165px; /* OK */
}
.mainheadleft {
	background-image: url(../../images/layout_new/grey_panel_tile.gif); /* OK */
	background-repeat: repeat-x; /* OK */
	border-top: 0px solid #FFFFFF; /* OK */
	border-right: 0px solid #FFFFFF; /* OK */
	border-bottom: 4px solid #FFFFFF; /* OK */
	border-left: 0px solid #FFFFFF; /* OK */
	padding-top: 4px;
}
.mainheadleft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 10px;
}
.mainheadleft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mainheadleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mainheadleft a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../../images/layout_new/red_panel_tile.gif); /* OK */
	background-repeat: repeat-x; /* OK */
}
.mainleft {
	background-color: #E6E6E6; /* OK */
	background-image: url(../../images/layout_new/red_tab.jpg); /* OK */
	background-repeat: no-repeat; /* OK */
	background-position: right top;
}
.mainleft1 {
	padding-top: 110px;
}
.mainleft2 {
	background-color: #F4F4F4; /* OK */
}
.mainleft3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.mainleft ul {
	padding: 0px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.mainleft li {
	list-style-type: none;
	list-style-image: url(../../images/layout_new/dots_grey.gif);
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
.mainleft a {
	font-family: Arial, Helvetica, sans-serif; /* OK */
	font-size: 12px; /* OK */
	font-weight: bold; /* OK */
	color: #666666; /* OK */
	text-decoration: none; /* OK */
}
.mainleft a:link {
	color: #666666;
	text-decoration: none;
}
.mainleft a:visited {
	color: #FF9900;
	text-decoration: none;
}
.mainleft a:hover {
	color: #002476;
	text-decoration: none;
}

/* Layout Content */
.mainheadcontent {
	background-image: url(../../images/layout_new/black_panel_tile.gif); /* OK */
	background-repeat: repeat-x; /* OK */
	border-top: 0px solid #FFFFFF; /* OK */
	border-right: 0px solid #FFFFFF; /* OK */
	border-bottom: 4px solid #FFFFFF; /* OK */
	border-left: 0px solid #FFFFFF; /* OK */
	padding-top: 4px;
}
.mainheadcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 10px;
}
.mainheadcontent a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.mainheadcontent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.mainheadcontent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(../../images/layout_new/red_panel_tile.gif); /* OK */
	background-repeat: repeat-x; /* OK */
}
.maincontent {
	border-top: 0px solid #FFFFFF; /* OK */
	border-right: 0px solid #FFFFFF; /* OK */
	border-bottom: 0px solid #FFFFFF; /* OK */
	border-left: 4px solid #FFFFFF; /* OK */
	padding-left: 20px;
}
.maincontent table {
	border-collapse: collapse; /* OK */
	width: 100%; /* OK */
	margin-left: -5px;
}
.maincontent td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* Navigation2 */
.menu2 {
	margin-top: 16px;
	margin-bottom: 0px;
	padding: 0px;
}
.menu2 a {
	font-family: Arial, Helvetica, sans-serif; /* OK */
	font-size: 12px; /* OK */
	font-weight: bold; /* OK */
	color: #666666; /* OK */
	text-decoration: none; /* OK */
	line-height: 1.5;
}
.menu2 a:link {
	color: #666666;
	text-decoration: none;
}
.menu2 a:visited {
	color: #FF9900;
	text-decoration: none;
}
.menu2 a:hover {
	color: #002476;
	text-decoration: none;
}

/* Navigation3 */
.menu3 {
	margin-top: 16px;
	margin-bottom: 0px;
	padding: 0px;
}	
.menu3 a {
	font-family: Arial, Helvetica, sans-serif; /* OK */
	font-size: 12px; /* OK */
	font-weight: bold; /* OK */
	color: #666666; /* OK */
	text-decoration: none; /* OK */
	line-height: 1.5;
}
.menu3 a:link {
	color: #666666;
	text-decoration: none;
}
.menu3 a:visited {
	color: #FF9900;
	text-decoration: none;
}
.menu3 a:hover {
	color: #002476;
	text-decoration: none;
}

/* Überschriften */
.headline1 {
	font-family: Arial, Helvetica, sans-serif; /* OK */
	font-size: 16px; /* OK */
	font-weight: bold; /* OK */
	color: #FF0000; /* OK */
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;  /* OK */
	font-size: 12px; /* OK */
	font-weight: bold; /* OK */
	color: #666666; /* OK */
	margin-top: 8px;
	margin-bottom: 13px;
	padding: 0px;
}
.headline3 {
	font-family: Arial, Helvetica, sans-serif; /* OK */
	font-size: 12px; /* OK */
	font-weight: bold; /* OK */
	color: #002476; /* OK */
}

/* Zeilenabstand */
p {
	margin-top: 13px;
	margin-bottom: 0px;
	padding: 0px;
}

/* Links */
a {
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #002476;
	text-decoration: underline;
}

/* Aufzählung */
ul {
	padding: 0px;
	margin-top: 15px;
	margin-left: 18px;
	margin-right: 0px;
	margin-bottom: 15px;
}
li {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
	list-style-position:outside;
	list-style-type: disc;
}
.litext {
	color: #000000;
}

/* Download */
table.download { 
	border-collapse:collapse;
}
table.download th{
	font-weight: bold;
	padding: 5px;
}
table.download td{
	vertical-align: middle;
	padding: 5px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
table.download img {
	vertical-align: middle;
}
table.download .row1 {
	background-color: #CCCCCC;
}
table.download .row1 td {
	padding: 5px;
}
table.download .row2 {
	background-color: #EEEEEE;
}
table.download .row2 td {
	padding: 5px;
}
table.download .headline3 {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 5px;
}

/* Sonstiges */
.border {
	border: 1px solid #000000;
}
.print {
	text-align: right;
}
.bg_gray {
	background-color: #DDDDDD;
	border-top: 0px none;
	border-right: 3px solid #FFFFFF;
	border-bottom: 0px none;
	border-left: 0px none;
}

