/* screen.css */

body{
  overflow: auto;
}


table.top{
  width: 100%;
  border: solid 1px #A2BCFB;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 20px;
  color: #0A47D8;
  letter-spacing: 2px;
  background-color: #C5D6FC;
  border: solid 0px #A2BCFB;
  border-bottom: solid 10px #E7EEFE;
}

table.middle{
  width: 100%;
  height: 100%;
}

table.navigation{
  width: 100%;
  height: 100%;
  border: solid 1px #000000;
  background-color: #C5D6FC;
  
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 14px;
  color: #000000;
}


.nav_a{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
      font-weight: normal;
	text-decoration: none;
	color: #0A47D8;
}

.nav_a:visited{
	color: #0A47D8;
}

.nav_a:hover{
	color: #000000;
	text-decoration: Underline;
}

.nav_a:active{
	color: #000000;
	text-decoration: Underline;
}




table.inhalt{
  width: 100%;
  height: 100%;
  border: solid 1px #000000;
  
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #0A47D8;
off background-color: #C5D6FC;

}


table.bottom{
  width: 100%;
  border: solid 1px #A2BCFB;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  color: #0A47D8;
  letter-spacing: 2px;
  text-align: center;
  background-color: #C5D6FC;
  border: solid 0px #A2BCFB;
  border-top: solid 10px #E7EEFE;

}


a{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
      font-weight: bold;
	text-decoration: none;
	color: #0A47D8;
}

a:visited{
	color: #0A47D8;
}

a:hover{
	color: #000000;
	text-decoration: Underline;
}

a:active{
	color: #000000;
	text-decoration: Underline;
}



.revers {
	background-color: #E7EEFE;
}


.font_big{
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-decoration: None;
	color: #0A47D8;
}

.font_normal{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: None;
	color: #0A47D8;
}

.font_small{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-decoration: None;
	color: #0A47D8;
}


table.ostab{
  width: 80%;
  border: solid 1px #000000;
 
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #0A47D8;
  letter-spacing: 1px;
off background-color: #C5D6FC;
}

table.ostab_nowidth{
  border: solid 1px #000000;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #0A47D8;
  letter-spacing: 1px;
off  background-color: #C5D6FC;
}



table.ostab_nowidth_noborder{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #0A47D8;
  letter-spacing: 1px;
off  background-color: #C5D6FC;
}

table.turniertab{
  width: 99%;
  border: solid 1px #000000;
 
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12px;
  color: #0A47D8;
  letter-spacing: 1px;
off background-color: #C5D6FC;
}


input.google{
  border:2px solid #C5D6FC;
  font-size:12px;
}

input.gb{
  border:1px solid #C5D6FC;
  font-size:12px;
  width: 450px;
}

textarea.gb{
  border:1px solid #C5D6FC;
  font-size:12px;
  width: 450px;
}



input.googlesubmit{
  border:1px solid #C5D6FC;
  font-size:12px;
  background-color: #C5D6FC;
}

input.divsubmit{
  border:1px solid #C5D6FC;
  font-size:12px;
  background-color: #C5D6FC;
  width: 130px;
}

