@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
body a:link {
	font-family:Verdana, Geneva, sans-serif;
	color:#990000;
	text-decoration:none;
}
body a:active {
	font-family:Verdana, Geneva, sans-serif;
	color:#990000;
	text-decoration:none;
}
body a:visited {
	font-family:Verdana, Geneva, sans-serif;
	color:#990000;
	text-decoration:none;
}
body a:hover {
	font-family:Verdana, Geneva, sans-serif;
	color:#990000;
	text-decoration:underline;
}
.navi a:link {
	color:#000000;
}
.navi a:active {
	color:#000000;
}
.navi a:visited {
	color:#000000;
}
.navi a:hover {
	color:#000000;
	font-weight:bold;
}
.style1 {
	font-size:22px;
	color:#03F;
	font-weight:bold;
	text-align:center;
}
.style2 {
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
.linktitel {
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
}

/*BAUSTELLE */
  /* Text styles */
  h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", sans-serif; font-weight: normal; }
  h1 { font-size: 170%; color: #000000; background: inherit }
  h2 { font-size: 100%; color: #525252; background: inherit; line-height: 1.2em; margin-top: -.5em; margin-bottom: 0.5em; }
  h3 { font-size:  98%; color: #196DB4; background: inherit }
  h4 { font-size:  85%; font-weight: bold }

  /* Div Positioning */
  div#wrap-all { margin: 50px auto; border: 1px solid #CECECE; padding: 25px; width: 500px }
