/* Pappenmax.de Twin-Lab GbR -> www.twin-lab.de ON */
body {

	background: #EEFFFF;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	font-color:black;
	color:black	;
   	padding:10px;
	margin:0px;
}


td, ul li {
	font-size:14px;
}

a {
   font-size:16px;
	font-weight:bold;
	color: black;
	text-decoration:underline;
}


#main_table {

	width: 100%;
	align: center;
	margin: 0px;
 	border-left: 25px solid #DC0000;
	border-right: 1px solid black;
}

#head_row {
 height:135px;
 background-color: black;
}
#head_row td {
 /* border-bottom: 2px solid yellow; */
}


#link_row {
 background-color: #DC0000;/* #DC0000; */
}
#link_row_col {
 padding: 2px;
 border-bottom: 2px solid black;
 text-align: left;

}
#link_row_table {
 align: center;
}
#link_row td {
 font-size:16px;
 font-weight:bold;
 color:white;
}
#link_row a {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color: white;
}


#content_row {
 background-color: #eeffff;

}

#content_row_td {
 border-left: 1px dashed black;
}
#content_table_td {
 padding: 10px 10px 20px 10px;
 vertical-align:top;
}
#content_table_td p {

  font-size:14px;
  text-color:#4E5F8A;
  padding:0px;
  margin: 0px 0px 14px 0px;

}

#content_table_td li{
	font-size:14px;
}

td.right {
	vertical-align:top;
	padding: 10px;
}

td.label { 
  text-align:right;
  color:#DC0000;
  font-weight:bold;
  padding-right:5px;
  }

#content_table img {
/* border: 2px outset black; */
}

#footer_row {

 height:25px;
 background-color: yellow;

}
#footer_row td {
 padding: 5px;
 border-top: 2px solid black;
 border-bottom: 2px solid black;
 border-left: 1px dashed black;
 text-align: center;

}
#footer_row td p, #twinlab{

 font-size:10px;
 font-color:#4E5F8A;
 padding:0px;
 margin: 0px;

}
#twinlab {
 text-decoration: none;
 font-weight: bold;
}


h1 {

	color:black;
	font-size:18px;
	font-style:bold;
	padding:0px 0px 10px 0px;
	margin:0px;

}
h2 {

	color:black;
	font-size:16px;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 0px 5px 0px;
	margin:0px;

}

img {

	margin: 0px;

}





input {

	font-size: 10px;
	color: #000000;
	font-family: Verdana;
	background-color: #fefefe;
	text-decoration: none;

}



a:link { font-size:12px;    color:#894D7C	; text-decoration:underline }

a:visited { font-size:12px;    color:#894D7C; text-decoration:underline }

a:hover { font-size:12px;   color:#894D7C; text-decoration:underline }

a:active { font-size:12px;   color:#894D7C; text-decoration:underline }

a:focus { font-size:12px;   color:#894D7C; text-decoration:underline }


