/*************************
* Project: urlaubinmv.de
* File: veranstaltunge.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;
}


table
{
  width:95%;
  margin: auto auto;
  /* background:red; */ 
}
th
{
  height:30px;
  text-align:center;
  font-size:20px;
  font-weight:bold;
  background:white;
}
td
{
  text-align:center;  
}

.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
{
  width:182px;
  text-align:right;
  color:black;
  font-size:16px; 
  font-weight:bold;
  padding-right: 5px;
}
.td2
{
  text-align:center;
  color:black;
  font-size:14px;
}

p
{
  text-align:center;
}


a:link
{
  background:blue;
  color:white;
}
a:visited
{
  background:blue;
  color:white;  
}
a:hover
{
  background:blue;
  color:lime;
  font-size:20px;
}
