body		{
			padding : 0;
			margin : 0;
			background-color : #fb721a;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 13px;
			line-height : 150%;
			color : #000;
			
			}

h1			{
			font-size : 13px;
			color : #0065A3;
			font-weight : bold;
			margin-bottom : 18px;
			margin-top : 0px;
			}
			
li			{
			font-weight : bold;
			padding : 3px;
			}
			
ul			{
			margin-left : 0;
			padding-left : 30px;
			margin-bottom : 20px;
			list-style-image : url(images/quadrat.gif);
			}
			
.textfeld		{
			padding : 0;
			margin : 0;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 12px;
			line-height : 130%;
			color : #000000;
			padding:2px;
			width:200px;
			border: #cc071e;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			}

			
.footer		{
			font-size : 11px;
			color : #FFFFFF;
			}
			
.footer a	{
	      font-size : 11px;
     color: #FFFFFF;
     text-decoration: none
}

.footer a:hover{
     color: #FFFFFF;
     font-size : 11px;
     text-decoration : underline
}
			
a			{
			font-size : 12px;
			color : #cc071e;
			font-weight : normal;
			text-decoration : none;
			}

a:hover		{
			font-size : 12px;
			color : #cc071e;
			font-weight : normal;
			text-decoration : underline;
			}