body		{
			padding : 0;
			margin : 0;
			background-color : #FFF;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 12px;
			line-height : 150%;
			color : #1b252d;
			background-image: url(images/bg.gif);
			background-repeat: repeat;
			}
			


h1			{
			font-size : 16px;
			color : #00acd6;
			font-weight : bold;
			margin-bottom : 18px;
			margin-top : 18px;
			text-transform : uppercase;
			}
			
h2			{
			font-size : 13px;
			color : #00acd6;
			font-weight : bold;
			margin-bottom : 5px;
			margin-top : 18px;
			padding-left : 13px;
			text-transform : uppercase;
			background-image: url(images/arrow.gif);
			background-repeat: no-repeat;
			}
			
.info		{
			font-size : 11px;
			}
			
.info h1	{
			font-size : 13px;
			color : #0065A3;
			font-weight : bold;
			margin-bottom : 6px;
			margin-top :2px;
			}
			
li			{
			font-weight : bold;
			padding : 3px;
			}
			
ul			{
			margin-left : 0;
			padding-left : 30px;
			margin-bottom : 20px;
			list-style-image : url(images/quadrat.gif);
			}

blockquote	{
			margin : 3px;
			padding : 8px;
			background-color : #D7E3f2;
			}
			
.fes		{
			font-style : italic;
			font-weight : bold;
			font-size : 120%;
			color : #0065A3;
			}
			
a			{
			font-size : 12px;
			color : #000000;
			font-weight : normal;
			}

a:hover		{
			font-size : 12px;
			color : #000000;
			font-weight : normal;
			text-decoration : none;
			}
			
.info a			{
			font-size : 11px;
			color : #000000;
			font-weight : normal;
			}

.info a:hover		{
			font-size : 11px;
			color : #000000;
			font-weight : normal;
			text-decoration : none;
			}
			
.textfeld		{
			padding : 0;
			margin : 0;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 11px;
			line-height : 130%;
			color : #333333;
			padding : 2px;
			width : 250px;
			border-right: 1px solid #c8c9c9;
			border-bottom: 1px solid #c8c9c9;
			border-left : 2px solid #c8c9c9;
			border-top : 2px solid #c8c9c9;
						
			}