body		{
			padding : 0;
			margin : 0;
			background-color : #FFF;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 10.5px;
			line-height : 130%;
			color : #333333;
			}

h1			{
			font-size : 17px;
			color : #3399cc;
			font-weight : normal;
			margin-bottom : 18px;
			margin-top :0;
			line-height : 130%;
			}
			
h2			{
			font-size : 12px;
			color : #3399cc;
			font-weight : normal;
			margin-bottom : 5px;
			margin-top :0;
			}
			
.main		{
			background: url("images/back_main.gif");
			background-repeat: repeat-y;
			background-position : center;
			}
			
.grey		{
			color : #333333;
			}
			
.blue		{
			color : #006fb7;
			font-weight : bold;
			}
			
.navi		{
			font-size : 12px;
			color : #666666;
			line-height : 150%;
			}
			

			
.content a		{
			color : #006fb7;
			text-decoration : none;
			font-weight : bold;
			}
			
.content a:hover	{
			color : #006fb7;
			text-decoration : underline;
			font-weight : bold;
			}
			
.naviklein	{
			font-size : 10px;
			}
			

			
.footer		{
			font-size : 10px;
			padding-right : 3px;
			color : #999999;
			padding-top : 5px;
			}
			
.footer a	{
			text-decoration : none;
			color : #999999;
			font-size : 10px;
			}
			
.footer a:hover	{
			text-decoration : underline;
			color : #999999;
			font-size : 10px;
			}
			
			
li			{
			font-weight : normal;
			padding : 1px;
			margin-bottom : 0;
			}
			
ul			{
			margin-left : 0;
			padding-left : 20px;
			margin-bottom : 0;
			}

blockquote	{
			margin : 3px;
			padding : 8px;
			background-color : #D7E3f2;
			}
			
.fes		{
			font-style : italic;
			font-weight : bold;
			font-size : 120%;
			color : #0065A3;
			}
			
a			{
			font-size : 11px;
			color : #ffffff;
			text-decoration : none;
			}

a:hover		{
			font-size : 11px;
			color : #ffffff;
			text-decoration : underline;
			}
			
.white		{
			color : #ffffff;
			}
			
.textfeld		{
			padding : 0;
			margin : 0;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 11px;
			line-height : 130%;
			color : #333333;
			padding:2px;
			width:220px;
			border: #7a7a7a;
			border-style: solid;
			border-width: 0px;
			
			}
			
.tooltip	{
			font-size : 11px;
			}