/* Tennisplaner CSS fuer Handys */

/* Tennisterminplaner css */

/* Allgemeine Elemente  der Seite */
body 
{
  font-family: arial,verdana,tahoma,sans-serif;
}

.content
{
  background-color: white;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  visibility: visible;
  width: 100%;
}

h1
{
  color: black;
  font-family: arial,verdana,tahoma,sans-serif;
  font-size: 1px;
  font-style: normal;
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
  text-decoration: none;
  visibility: hidden;
}

h2
{
  color: #004080;
  font-family: arial,verdana,tahoma,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  text-decoration: none;
}

h3
{
  color: #004080;
  font-family: arial,verdana,tahoma,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  text-decoration: none;
}

/* Tabelle */
table
{
  font-family: Arial, Helvetica, sans-serif;
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  font-weight: bold;
}
td, th 
{
  font-size:1em;
  border:0px solid #0000ff; 
  padding:3px 7px 2px 7px;
}
th 
{
  font-size:1.1em;
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#3366FF;
  color:#ffffff;
}

tr:nth-child(odd)
{
  background-color: rgb(102,204,255);
}

tr:nth-child(even)
{
  background-color: white;
}

td a
{
  text-decoration: none;
  color: black;
}
td a:visited
{
  color:black;
}

td a:hover
{
  text-decoration: underline;
  color:black;
}

/* Formularelemente */
input[type=submit]
{
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#555555;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:2px 15px;
  margin-right: 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
input[type=submit]:hover 
{
	background-color:#dfdfdf;
}
input[type=submit]:active 
{
	position:relative;
	top:1px;
}

input[type=text]
{
	border-radius:3px;
	font-family:arial;
	font-size:12px;
}

select
{
	border-radius:3px;
	font-size:12px;
}

/* Navigarionsbereich (unten) */
.nav
{
/*#main_nav_list a.main_nav_item {
    background: url("../images/dynamic/buttonset9/menu.gif") repeat scroll 0 0 transparent; */
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 32px;
  line-height: 30px;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  text-align: center;
  text-decoration: none;
}

.nav a
{
  text-decoration: none;
  color:black;
}

.nav a:visited
{
  color:black;
}

.nav a:hover
{
  text-decoration: underline;
  color:black;
}

/* Selbstbeweihraeucherung */
.footer
{
  background-color: #B5B7B8;
  margin: 0 auto;
  clear: both;
  color: #000000;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  padding: 3px 0px; 
  text-decoration: none;
  visibility: visible;
  width: 100%;
}

/* Termin anzeige */
.terminlist
{
  font-size: 18px;
  width:90%;
  margin-left:5%;
}

.terminlist td
{
  text-align:center;
  list-style:none;
	border:1px solid black;
  margin: 4px;
  width: 50%;
}

.terminlist a
{
  text-decoration: none;
  color:black;
}

.terminlist a:visited
{
  color:black;
}

.terminlist a:hover
{
  text-decoration: underline;
  color:black;
}
           
.termin_voll 
{
  background-color: lightgreen;
}

.termin_halb
{
  background-color: red;
}
.termin_leer
{
  background-color: yellow;
}