body		{
			padding : 0;
			margin : 0;
			background-color : #002a53;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 12px;
			line-height : 150%;
			color : #003873;
			background: url("images/back.jpg");
			background-repeat: repeat;
			}

h1			{
			font-size : 15px;
			color : #18518c;
			font-weight : bold;
			margin-bottom : 18px;
			}
			
h2			{
			font-size : 14px;
			color : #18518c;
			font-weight : bold;
			margin-bottom : 8px;
			margin-top : 0px;
			}
			
			
.info		{
			font-size : 11px;
			line-height : 150%;
			color : #003873;
			}
			
li			{
			font-weight : bold;
			padding : 3px;
			}
			
ul			{
			margin-left : 0;
			padding-left : 30px;
			margin-bottom : 20px;
			list-style-image : url(images/quadrat.gif);
			}

			
.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			{
			text-decoration : none;
			color : #003873;
			font-weight : normal;
			}

a:hover		{
			
			color : #003873;
			font-weight : normal;
			text-decoration : underline;
			}
			
a.subnav				{  	
						font-size: 11px;
						color: #fff;
						text-decoration: none;
						margin-left : 17px
					}

a:hover.subnav		{	
						font-size: 11px;
						color: #fff;
						text-decoration: underline;
						margin-left : 17px
}

.textfeld		{
			padding : 0;
			margin : 0;
			font-family : Arial, Verdana, Geneva, sans-serif;
			font-size : 12px;
			line-height : 130%;
			color : #003873;
			padding:2px;
			width:200px;
			border: #003873;
			border-style: solid;
			border-top-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-left-width: 1px;
			}