@charset "utf-8";
/* CSS Document */

body {
	background-color: #BDCEB6;
	} 

.table_1 {background-color: #cae8bd;}

.table_2 {
	background-color: #9bbd8d;
}

.text_smaller { font-family:"Times New Roman", Times, serif;
			 font-size:10px;
             font-style:normal;
			}

.text_small {font-family:"Times New Roman", Times, serif;
			 font-size:12px;
			 font-style:normal;
			 color:#000000;
			}
			
.text {font-family:"Times New Roman", Times, serif;
			 font-size:14px;
			 font-style:normal;
			 color:#000000;
			}			
			
.headline_1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:normal;
	font-variant:normal;
	color:#000000;
			}
			
.headline_2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	color:#000000;
	font-weight: bold;
			}

.date {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	vertical-align: top;
	font-variant: normal;
	font-weight: 900;
	  }

			

a:link {text-decoration:none; color: #006600;}

a:visited {text-decoration:none; color: #006600;}

a:active {text-decoration:none; color: #006600;}

a:hover {text-decoration: underline overline; color: #006600;}

.table_programm {background-color: #FACE9E;}
.table_header_title {
	background-color: #66CCFF;
}
.table_header_language {
	background-color: #FF3366;
}
.table_header_isbn {
	background-color: #66FF99;
}
.table_header_autor {
	background-color: #FFFFCC;
}
.table_header_year {
	background-color: #99CCCC;
}

