@import url(positions.css);
@import url(content.css);
/*@import url(left.css);  */
@import url(right.css);
@import url(footer.css);
/*@import url(top.css);
@import url(menu.css);           */
@import url(extensions.css);
@import url(print_over.css);

body, html {
	position: relative;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
	line-height: 20px;
/*	background-image: url(../img/logo_hfmdk-fra.gif);
	background-repeat: no-repeat;
	background-position: top right;    */
}

* {
	margin: 0;
	padding: 0;
}

.both {
	clear: both;
}

a {
	color: #004A99; /*7c7c7c*/
	text-decoration: none;
}

a:hover {
	color: #CB121B;
	text-decoration: none;
}

.csc-textpic img{
	padding: 13px 0 0 0;
}

#printlogo{
  float: right;
  height: 180px;
  width: 200px;
  padding: 0 0px 0 0;
}
#printtitel{
  font-size: 16px;
  height: 180px;
}
#clear{
  clear: both;
}
#printright{
  float: right;
  width: 200px;
}
#printleft{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0 220px 0 0;
  font-size: 11px;
	line-height: 20px;
}

/*  table-definitions  */
table{
  width: 100%;
  background-color: #336699;
}
table caption {
  font-weight: bold;
  background-color: #336699;
  color: white;
  padding: 3px;
  text-align: center;
}
table p.bodytext{
  line-height: 12px;
  padding: 3px;
}
thead{
  background-color: #C5C6C8;
  padding: 3px;
  text-align: center;
}
th{
  width: 12%;
}
td{
  background-color: white;
}
td:hover{
  background-color: #336699;
}
td:hover p.bodytext{
  color: white;
}
tfoot td, tfoot p.bodytext{
  background-color: #336699;
  padding: 3px;
  text-align: center;
  color: white;
  height: 20px;
}
.tr-odd{
  background-color: #f3f3f3;
}
.tr-even{
  background-color: white;
}

/* Neue Table Contenttable  */
table.contenttable {
  font-size: 10px;
  line-height: 14px;
}
table.contenttable td{
  background-color: transparent;
  padding: 2px 2px 2px 2px;
}
table.contenttable .td-0{
  background-color: transparent;
  font-weight: bold;
}
table.contenttable .td-1{
  background-color: transparent;
}
table.contenttable .td-2{
  background-color: transparent;
}
table.contenttable .td-3{
  background-color: transparent;
}
table.contenttable .td-4{
  background-color: transparent;
}
table.contenttable .td-5{
  background-color: transparent;
}
table.contenttable .td-6{
  background-color: transparent;
}
table.contenttable .td-7{
  background-color: #ebebeb;
}


/*   Standard-Tabelle   */
td{
  width: 49%;
}

