body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #ffffff;
	margin: 20px;
}
#boxMain {
	background-color: #F0F1F3;
	margin: 10px 0px;
	padding: 5px;
	border: solid #999999 1px;
	width: 400px;
}
#box {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align:justify
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 17px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cc0033;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #cc0033;
	font-weight: normal;
	line-height: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0333333;
	font-weight: bold;
	padding: 1px
}
ul li       {
	list-style-position: outside;
	background:url(../Bilder/pfeil_small.png) no-repeat left 3px;
	list-style-type: none;
	padding: 0 0 0 40px;
	line-height: 130%;
}
ul li  ul li     {
	list-style-position: outside;
	list-style-type: square;
	padding: 0 0 0 10px;
	line-height: 130%;
	background: none;
}
.rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0033;
	font-weight: bold;
	padding: 1px;
}
.fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.right {
	text-align:right;
}
.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #cc0033;
	padding: 2px;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #333333;
	padding: 2px;
	text-decoration: underline
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #cc0033;
	padding: 2px;
	text-decoration: underline;
}
.li_pfeil_kursiv   {
	list-style-position: inside;
	list-style-image: url(../Bilder/pfeil_small.png);
	list-style-type: none;
	font-style: italic;
	font-weight: bold;
}

a.li_pfeil_kursiv, a:visited.li_pfeil_kursiv, a:link.li_pfeil_kursiv, a:active.li_pfeil_kursiv  {
	padding: 0px 6px 0px 37px;
	background: transparent url(../Bilder/pfeil_small.png) no-repeat 3px 0px;
	font-style: italic;
	font-weight: bold;
}
.small	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic
}
.unterstrichen {
	text-decoration:underline
}
.linie {
	border-bottom: solid #cc0033 1px;
}
.kasten	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	border-top: solid #000066 1px;
	border-left: solid #000066 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
}
.button {
	color: #ffffff;
	font-size: 13px;
	background-color: #333333;
	padding: 2px;
	text-align: center;
	border-top: solid #C8CBE0 1px;
	border-left: solid #C8CBE0 1px;
	border-right: solid #1E275E 1px;
	border-bottom: solid #1E275E 1px;
}	  
.linie_oben {
	border-top: solid #FFFFFF 1px;
	display:block
}
.right {
	text-align:right
}
/**********************
Relativer Tooltip 
***********************/
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
	position: relative;
	text-decoration: none;
	font-style: italic;
	color: #CC0033;
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	width: 200px;
	z-index: 100;
	color: #333333;
	border:1px solid #000000;
	background: #FFFFCC;
	font: 12px Verdana, sans-serif;
	text-align: left;
	padding: 5px;
  }
  
a.tooltip span h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weigth: bold;
  color: yellow;
  background-color: gray;
  border: 0px;
  border-bottom: 1px solid black;
  }
