/*------------------------------------------------------------------------------------
 * CSS - www.handball-holzgerlingen.de
 * Filename:	bibliothek.css
 * Purpose:		CSS file for - www.handball-holzgerlingen.de -
 * Author:		Ewald Brandner      
 * Created:		04.03.2006
 * Updated:		02.01.2007
 *----------------------------------------------------------------------------------*/

.bodytext {
	font-family: arial;
	font-size: 12px;
	color: black;
	width: 95%;
}

.bodytext_in10 {
	margin-left: 10px;
	font-family: arial;
	font-size: 12px;
	color: black;
}

.bodytext_in20 {
	margin-left: 20px;
	font-family: arial;
	font-size: 12px;
	color: black;
}

.bodytext_in30 {
	margin-left: 30px;
	font-family: arial;
	font-size: 12px;
	color: black;
}

.pageheader_table {
	width: 100%;
	border: none;
	background-color: yellow;
	color: maroon;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
}



.maintable	{
	width: 100%;
	background: transparent;
}

.main_subtable	{
	width: 100%;
	color: #840000;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	font-family: Arial;
	background: yellow;
	border: none;
}

.filltable	{
	background: #f5f5f5;
	border: none;
}

.subtable	{
	background: #c0c0c0;
	border: medium groove;	
}

.tableheader	{
	background: #c0c0c0;
	border: none;
}

/*  hauptklasse tabellenzellen */
TD {
	font-family:arial,helvetica;
	font-size:12px;
	border-style:none;
	background-repeat : no-repeat;
}

/*---------- links ----------*/
a:link {
	color: blue;
}
/*
a:hoover {
	color: blue;
}
*/
a:visited {
	color: blue;
}

/*  cursor über bildern  (ie only) */
IMG	{cursor : pointer;
  
}


/*---------- Headings ----------*/
h1 {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}

h2 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}

h3 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}

h4 {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: black;
}


