/*
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

      default.css | Basic StyleSheets
      Version:	1.0
      Autor:	Matthias Silling
      E-Mail:	mail@msilling.de
      Website:	www.msilling.de

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
body {
	background:#fff;
	font-size:12px;
	font-family:arial, sans-serif;
	color:#282828;
   	margin:auto;
   	text-align:left;
	line-height:150%;
}

a, a:link {
	color:#333366;
   text-decoration:underline;
   font-weight:bold;
}

a:visited {
	color:#333366;
   text-decoration:underline;
   font-weight:bold;
}

a:focus, a:hover, a:active {
	color:#333366;
	cursor:pointer;
	text-decoration:none;
   font-weight:bold;
}

#wrapper {
	float:left;
	margin:20px;
	width:500px;
}

h1 {
	color:#333366;
	font-weight:normal;
	font-size:18px;
	line-height:18px;
	margin:0 0 5px 0;
}

h2 {
	color:#333366;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin:0 0 5px 0;
}

ul { margin:0; padding:0; list-style-type:none; }

ul li {
	background:url(../gfx/aufzaehl-2.gif) no-repeat 6px center;
	padding:0 0 0 15px;
}


.map { float:left; margin:10px 0 0 0; }














