@charset "UTF-8";

/*
-----------------------------------------------------------------------------------------------
     GRUNDEINSTELLUNGEN
-----------------------------------------------------------------------------------------------
*/

BODY {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 20px;
	color: #000000;
     }

a:link { color:#000000; text-decoration:none }
a:visited { color:#000000; text-decoration:none }
a:hover { color:##000000; text-decoration:none }
a:active { color:#000000; text-decoration:none }


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
}

img {
 	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

a img{
	border: none;
}

h1 {
	margin:0px;
	padding:0px;
	font-size: 19px;
	color:#000000;
	font-weight:bold;
	margin-bottom: 20px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size: 16px;
	color:#000000;
	font-weight:bold;
	margin-bottom: 0px;
}

h3 {
	margin:0px;
	padding:0px;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
	margin-bottom: 0px;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom: 12px;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.align-justify {
	text-align: justify;
}

hr {
 	margin-bottom: 20px;
	margin-top: 20px;
}

.print-header {
	
}

.print-header-intro {
	font-weight: bold;
}

.print-header-what {
	
}

.print-url {
	
}

.print-url-intro {
	font-weight: bold;
}

.print-url-what {
	
}

.print-content {
	
}

.print-hr{
	
}

.print-close-link {
	font-weight: bold;
	text-align: right;
	margin-left: 20px;
}

.print-close-link a:link { color:#000000; text-decoration:underline }
.print-close-link a:visited { color:#000000; text-decoration:underline }
.print-close-link a:hover { color:##000000; text-decoration:underline }
.print-close-link a:active { color:#000000; text-decoration:underline }

table.tabelle_transparent {
	border-collapse: collapse;
	border:0px;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

table.tabelle_transparent td {
	border: 0px;
	vertical-align: top;
	padding: 2px;
}

table.tabelle_special {
	border-collapse: collapse;
	border:1px solid #000000;
	margin-top:10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

table.tabelle_special td {
	border:1px solid #000000;
	vertical-align: top;
	padding: 2px;
}

table.tabelle_special td.zelle_hell {
	background-color:#999;
}

table.tabelle_special td.zelle_dunkel {
	background-color:#333;
	color: #FFFFFF;
}