/* Hintergrundfarbe allgemein*/
body  {
	background-color: #e6e9eb;
	font-family : Verdana, Helvetica;
	font-size : 12.444px;
	color : #000000;
	background-image: url('hintergrund.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

div.haupt {
	margin-top:20px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	min-height:700px;
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
	border: 10px solid #ffffff;
	
	
	-moz-box-shadow: 3px 3px 24px #787b7d;
	-webkit-box-shadow: 3px 3px 24px #787b7d;
	box-shadow: 3px 3px 24px #787b7d;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color='#000000787b7d)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color='#787b7d');

	
}


/* Links*/
a:link  {
	color : #000000;
}

a:visited  {
	color : #000000;
}


a:hover
		{
    color: #0A49B3;
	text-decoration : underline;
}

a:active  {
	color : #000080;

}

a.tabelle:hover {
	background-color : #ffffca;
}

A.NO:link  {
	text-decoration : none;
}

A.NO:visited  {
	text-decoration : none;
}

A.NO:active  {
	text-decoration : none;
}

a.menu:link,a.menu:visited {
	font-family : Verdana, Helvetica;
	font-size : 10pt;
	text-decoration : none;
}

a.menu:active,a.menu:hover {
    color: #0A49B3;
	text-decoration : underline;
}




/* Schriftenformatierung fuer Standardtags*/
p,h1,h2,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,br  {
	font-family : Verdana, Helvetica;
	font-size : 12.844px;
	color : #000000;

}

.klein {
	font-family : Verdana, Helvetica;
	font-size : 11pt;
	color : #000080;
}

.h3, h3 {
	font-family : Verdana, Helvetica;
	font-size : 12.888pt;
	text-decoration:none;
	color : #0A49B3;
}


.blau {
  color : #0A49B3;
}

	
	

