body	{
		scrollbar-face-color:#E5E2E2;
		scrollbar-highlight-color:#ffffff;
		scrollbar-3dlight-color:#E5E2E2;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-shadow-color:#E5E2E2;
		scrollbar-arrow-color:#ffffff;
		scrollbar-track-color:#FFFFFF;
		font-family: Verdana; 
		font-size: 13px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		text-decoration: none;
		color: #545454;
		}
		
.titel {
		font-family: Verdana;
		font-size: 13px;
		font-style: normal;
		line-height: normal;
		font-weight : normal;
		text-decoration: none;
		color : #545454;
		text-indent : 13px;
			}
H1 {
		font-family: Verdana;
		font-size: 40px;
		font-style: normal;
		line-height: normal;
		font-weight : bold;
		text-decoration: none;
		color : #FFFFFF;
		text-indent : 1px;
			}	
H2 {
		font-family: Verdana;
		font-size: 20px;
		font-style: normal;
		line-height: normal;
		font-weight : bold;
		text-decoration: none;
		color : #FFFFFF;
		text-indent : 1px;
			}					
		
p  		{ 
		font-family: Verdana; 
		font-size: 13px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		text-decoration: none;
		color: #545454;
		text-indent : 13px;
		}

td 		{ 
		font-family: Verdana; 
		font-size: 13px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		text-decoration: none;
		color: #545454;
		text-indent : 2px;
		}

A:LINK  {
		font-family: Verdana;
		color: #545454;
		font-weight: normal;
		text-decoration: none;
		font-size: 13px;
		text-indent : 0px;
		}

A:VISITED  {
		font-family: Verdana;
		color: #545454;
		font-weight: normal;
		text-decoration: none;
		font-size: 13px;
		text-indent : 0px;
		}

A:HOVER {
		font-family: Verdana;
		color: #545454;
		font-weight: normal;
		text-decoration: underline;
		font-size: 13px;
		text-indent : 0px;
		}
	
A:ACTIVE {
		font-family: Verdana;
		color: #545454;
		font-weight: normal;
		text-decoration: underline;
		font-size: 13px;
		text-indent : 0px;
		}
LI 	{
		list-style-type: disc;
		font-family: Verdana;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		color: #999999;
		/*list-style : url(test.gif);*/
		}

.textarea {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	background:#E1E7F0;
	width: 400px;
	height: 60px;
	border: 1px solid #6E7F99;
	padding: 2px;
}



.input { 
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	width: 400px; 
	height: 20px;
	border: 1px solid #6E7F99;
	padding: 2px; 
	background: #E1E7F0;  
}

.radioinput  	{
		background:#F2F2ED;
		font-family: Verdana; 
		font-size: 12px; 
		font-style: normal; 
		line-height: normal; 
		font-weight: normal; 
		text-decoration: none;
		color: #cccccc;
		border-color: #ffffff;
		border-style: solid;
		border-width: 0px;
		padding-left: 2px;
		}
	
.pulldown { 
		 background-color: #E1E7F0; 
		 font-family: Verdana; 
		 font-size: 12px; 
		 font-style: normal; 
		 line-height: normal; 
		 font-weight: normal; 
		 color: #666666; 
		 border-color: #6E7F99;
		 border-style: solid;
		 border-width: 1px;
		 padding: 2px;
		 width : 400px;
		}

input.button { 
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000; 
	width: 100px;
	border: 1px solid #CCCCCC;
	padding: 2px; 
	background: #ffffff; 
}