/* style1 Übergreifend-----*/
html, body, table
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	text-align: left;
	background-repeat: no-repeat;
	line-height: normal;
	border: 0px;
	}
	
.h1{
font-size:28px;
color:#4b004e;
	}
.h2{
font-size:20px;
	}
.h3{
font-size:16px;
	}
.h4{
font-size:14px;
	}

.gross
{
font-size:large;
}
.lila
{
	color:#490349;
	font-size: 12px;
	font-weight: bold;
}

/*

a:link {
	color: #666666;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color: #666666;
	}
a:hover {
	text-decoration: underline;
	color: #333333;
	}
a:active {
	text-decoration: underline;
	color: #333333;
	}
.ankerlink {
 	font-size: 12px;
 	}
.klein10 {
	font-size: 11px;
	}
.fett{
	font-weight:bold;
	}
.unterstrich{
text-decoration:underline;
}
.blau {
	color: #495EC9;
	font-weight: bold;
}

