/***************************
* Project: www.urlaubinmv.de
* File: index.css
* --------------------------
* rcSoft, 27.10.2009
***************************/
*
{
  margin:0;
  padding:0;
}

body
{
  font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
  /* font-size:62.5%; */
  background:silver;
  color:white;
}

.wrapper
{
  width:900px;
  margin: 0 auto;
  background:blue;
}

.kopf
{
  border: thick solid white;
  background-color: blue;
  height: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

h1
{
  color: white;
  font-size: 12px;
}

table
{
  width:100%;
  border:thick solid;
}

img
{
  border-style:none;
}


li
{
  list-style-type: square;
}

a
{
	/* height:1%; */ /* damit der IE? den ganzen Link aktiviert */
	text-decoration:none;
}
a:link
{
  color:red;
}
a:visited
{
  color:rgb(139,0,139); /* darkmagenta */
}
a:hover
{
	color:lime;
}

