/*
** HTML elements
*/

a
	{
	color: #ffffff;
	}
a:link, a:visited
	{
	text-decoration:none;
	}
a:hover, a:active, a:focus
	{
	text-decoration:none;
	color: red;
	}

a.black
	{
	color: #000000;
	}
a.black:link, a.black:visited
	{
	text-decoration:none;
	}
a.black:hover, a.black:active, a.black:focus
	{
	color: red;
	text-decoration:underline;
	}

a.nothing:link, a.nothing:visited, a.nothing:hover, a.nothing:active, a.nothing:focus
	{
	text-decoration:none;
	}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  color: #000000;
  font-family: Sans-Serif, Verdana, Helvetica;
}
h1	{
	font-size: 1.3em;
	}
h2 {
  font-size: 1.2em;
}
h3, h4, h6 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.4em;
}

div.box
	{
	margin-top:30px;
	margin-left:20px;
	margin-right:10px;
	font-family: Verdana;
	}
div.imp
	{
	margin-left:20px;
	margin-right:10px;
	margin-bottom:20px;
	font-family: Verdana;
	font-size: 1.2em;
	}
div.text
	{
	margin-left:20px;
	margin-right:20px;
	font-size: 0.8em;
	font-family: Verdana;
	}
div.txt
	{
	font-size: 0.8em;
	font-family: Verdana;
	}
div.txtgross
	{
	font-size: 1.0em;
	font-family: Microsoft Sans Serif;
	}
div.headline
	{
	margin-top:7px;
	margin-bottom:7px;
	color:#ffffff;
	font-family: Microsoft Sans Serif;
	font-size: 1.0em;
	}
div.h2
	{
	margin-left: 10px;
	color: #000000;
	font-family: Microsoft Sans Serif, Helvetica;
	font-size: 1.0em;
	font-weight: bold;
	}
div.h3
	{
	margin-left: 10px;
	color: #000000;
	font-family: Microsoft Sans Serif, Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	}
div.h4
	{
	margin-left: 10px;
	color: #000000;
	font-family: Microsoft Sans Serif, Helvetica;
	font-size: 1.5em;
	font-weight: bold;
	}
div.h5
	{
	margin-left: 10px;
	color: #000000;
	font-family: Microsoft Sans Serif, Helvetica;
	font-size: 1.4em;
	}

p.txt
	{
	margin-left:20px;
	margin-right:20px;
	font-size: 1em;
	font-family: Verdana;
	}

#menue_link a:hover
	{
	display:block;
	height:27px;
	line-height:28px;
	background: url("/data/btn4.png") no-repeat;
	color: white;
	font-family: Verdana, Arial;
	font-size: 1.3em;
	}
#menue_link a
	{
	display:block;
	height:27px;
	line-height:28px;
	background: url("/data/btn4.png") no-repeat;
	color: #C0C0C0;
	font-family: Verdana, Arial;
	font-size: 1.3em;
	}
#menue_link_active a:hover
	{
	display:block;
	height:27px;
	line-height:28px;
	background: url("/data/btn5.png") no-repeat;
	color: white;
	font-family: Verdana, Arial;
	font-size: 1.3em;
	}
#menue_link_active a
	{
	display:block;
	height:27px;
	line-height:28px;
	background: url("/data/btn5.png") no-repeat;
	color: #C0C0C0;
	font-family: Verdana, Arial;
	font-size: 1.3em;
	}