/* screen.css */

body{
  overflow: auto;
}



.small_a{
	font-family: Arial, Sans-Serif;
	font-size: 10px;
      font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.small_a:visited{
	color: #000000;
}

.small_a:hover{
	color: #000000;
	text-decoration: Underline;
}

.small_a:active{
	color: #000000;
	text-decoration: Underline;
}


.medium_a{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
      font-weight: bold;
	text-decoration: none;
	color: #0A47D8;
}

.medium_a:visited{
	color: #0A47D8;
}

.medium_a:hover{
	color: #0A47D8;
	text-decoration: Underline;
}

.medium_a:active{
	color: #0A47D8;
	text-decoration: Underline;
}


a{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
      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;
}


font.normal{
  font-size:14px;
  font-family: Verdana; 
}

font.small{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
      font-weight: normal;
	text-decoration: none;
	color: #000000;
}


font.small_red{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
      font-weight: normal;
	text-decoration: none;
	color: #85140E;
}


table.kontakt{
  border: solid 1px #96BEFF;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10px;
  color: #000000;
}

.maintab,  .maintab TH
{
background-image:url('img/back1.jpg');
background-color:#96BEFF;
color:black;
font-family:verdana;
font-weight:600;
border: 2px dashed #96BEFF;
}


