/*******************************Selektoren**************************/
body { 
	color: black;
	font-size: 12px;	
	font-family: "times new roman",times,serif;
	text-align: justify;
	line-height: 16px;
	word-spacing: 0px;
	letter-spacing: 0px;	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
}

p.einrueck {
	padding-left: 40px;
}

p.underscore {
	text-decoration: underline
}

a {
	color: #9d2936
}

a[href]:after {
	content: " <"attr(href)">";
	font-style: italic;
} 

h1 {
	color: #113589;
	font-weight: bold;
	font-size: 19px;
	font-family: Palatino, Times, serif;
	letter-spacing: 1px
}

h2 {
	 color: #9d2936;
	 font-size: 17px;
	 font-family: Palatino, Times, serif;
	 font-style: oblique;
	 font-weight: bold;
	 line-height: normal;
	 background-color: transparent;
	 letter-spacing: 1px;
	 padding-left: 10px;
 }

h3  {
	 color: #fff;
	 font-size: 16px;
	 font-family: Palatino, Times, serif;
	 font-style: oblique;
	 font-weight: 500;
	 line-height: normal;
	 background-color: transparent;
	 text-indent: 5pt;
	 letter-spacing: 1px
}

h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	background-color: transparent
}

h5 {
	color: red;
	font-style: normal;
	background-color: transparent
}

h6 {
	color: #113589;
	font-size: 14px;	
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	background-color: transparent;
	word-spacing: 0;
	margin-bottom: 2px
}

img {
	vertical-align: bottom;
	border: 0;
	page-break-inside: avoid;
}

noscript p {
	display: none;
}
/*******************************Klassenselektoren******************************/
.header {
	background: none;
}

.header h1 {
	display: block;
	border-bottom: 1px solid #9d2936;
}

.footer {
	font-size: 10px;
	width: auto;
	text-align: center;	
	vertical-align: super;
	padding: 0px 3px 0px 3px;
	border-top: 1px solid #9d2936;
}

.footer a {
	display: none;
}

.box1, .box3 {	
	display: none;	
}

.box2 {
	width: 100%;
}

.liste {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.center {
	text-align: center;
}

.copysmall {
	font-size: 10px;
	line-height: 14px;
	padding-left: 20px;
}

.copysmall a {
	color: #9d2936;
	text-decoration: none;	
}

.tab , .tab2 {
	border-collapse:collapse;
}	

.tab td, .tab  th, .tab2 td, .tab2 th {
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.tab th , .tab2 th {
	color: #ffffff;
}

.tab2 td {
	text-align:right;
}

.tab2 td, .tab2 th {
	border:solid 2px #ffffff;
}