/***************************
* Project: www.urlaubinmv.de
* File: ferien.css
* --------------------
* rcSoft, 27.10.2009
**********************/
*
{
	margin:0;
	padding:0;
	/* font-size:1.2em; */
}

body
{
  font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	/*
  font-size:62.5%;
  */				
	background:silver;
	color:black;
}
.wrapper
{
  width:1000px;
  margin: 0 auto;
  background:blue;
}

.table1
{
  width:100%;  
}
.table1 td
{
  text-align:center;
  color:white;
  font-weight:bold;  
}

.table2
{
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.table2 th
{
  background:#ff9933;
  font-family:Arial;
  color:white;
  font-size:18px; 
  font-weight:bold;
}
.td1
{
  text-align:right;
  color:black;
  font-size:16px; 
  font-weight:bold;
  padding-right: 5px;
}
.td2
{
  text-align:center;
  color:black;
  font-size:14px;
}

a:link
{
  background:blue;
  color:white;
}
a:visited
{
  background:blue;
  color:white;  
}
a:hover
{
  background:blue;
  color:lime;
  font-size:20px;
}
