<!--

p 			{
			font-family: sans-serif;
			font-size: 12px;
			text-align: justify;
			padding-right: 1px;
			}

.center 			{
			height: 98%;
                         }

html 			{
			height: 98%;
                         }

body 			{
			height: 96%;
			scrollbar-face-color: #CEE5ED;
			scrollbar-highlight-color: #FEFCE7;
			scrollbar-shadow-color: #FEFCE7;
			scrollbar-3dlight-color: #CEE5ED;
			scrollbar-arrow-color:  #00465F;
			scrollbar-track-color: #FEFCE7;
			scrollbar-darkshadow-color: #CEE5ED;
			}

a			{
			font-family: sans-serif;
			font-size: 12px;
			font-weight: bold;
			background: transparent;
			color: #00465F;
			text-decoration: none;
			}

h1			{
			font-size: 14px;
			font-family: sans-serif;
			font-weight: bold;
			}

h3			{
			font-size: 14px;
			font-family: sans-serif;
			font-weight: bold;
                         color: #00007F;
			}

a:hover			{
			background: transparent;
			color: #5E9EB7;
			}

.navi 			{
			text-decoration: none;
			font-family: sans-serif;
			font-size: 12px;
			background: transparent;
			color: #00475F;
			}

.navi:hover 		{
			font-family: sans-serif;
			font-size: 12px;
			font-weight: bold;
			background: transparent;
			color: #5E9EB7;
			}

.navi:active		{
			font-family: sans-serif;
			text-decoration: none;
			font-weight: bold;
			font-size: 12px;
			background: transparent;
			color: #00475F;
			}

fieldset
			{
			border:		none;
			display:	block;
			padding:	2px 2px;
			clear:		both;
			width:		440px; /* wichtig */
			margin:		2px 0 0 0;
			}

label
			{
			float:		left;
			display:	block;
			width:		100px;
			clear:   	left;  /* Zeilenumbruch */
			margin-top:   	2px;
			margin-left:	10px;
			font-family:	sans-serif;
			font-size:	12px;
			color:		#6F6F6F;
			}

input, select
			{
			font-size: 14px;
			font-family: sans-serif;			
			position:   	relative;
			border:  	1px solid #000000;
			background:  	#ffffff;
			margin-top:   	10px;
			margin-left:	70px;
			}

textarea
			{
			position:   	relative;
			display:   	block;
			border:  	1px solid #000000;
			background:  	#ffffff;
			margin-top:   	2px;
			margin-left:	70px;
			font-family: 	sans-serif;
			}

form
			{
			background:	#CEE5ED;
			width:		420px;
			border: 	none;
}


-->
