body
	{
	margin:0px;
	padding:0px;
	font-family:Times New Roman;
	font-size:13px;
	color:#333333;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-color: #EAEAEA;
	scrollbar-face-color: #EAEAEA;
	scrollbar-shadow-color: #EAEAEA;
	scrollbar-highlight-color: #EAEAEA;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: #EAEAEA;
	scrollbar-track-color: #EAEAEA;
	scrollbar-arrow-color: #333333;
	}

a:link {
	color: #444444;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #444444;
}
a:active {
	text-decoration: none;
	color: #444444;
}
	

.textboxstyle {
	font-family: "Times New Roman";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image:  url(bilder/textbox.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: auto;
	width: auto;
}

.style7 {color: #444444}
.style5 {font-size: 10px}
.style11 {font-size: 25px}

/*--------------INPUT/SELECT SPECS-------------*/

input.field 
	{/*Controls the Regular input Boxes*/
	background: #FFFFFF;
	border-top:#FFFFFF 0px outset; 
	border-left:#FFFFFF 0px outset; 
	border-bottom: #FFFFFF 0px inset; 
	border-right:  #FFFFFF 0px inset;
	font-family: Times New Roman;
	color: #333333;
	font-size: 11px;
	}	
input.fieldTwo
	{/*Controls the Regular input Boxes*/
	background: #EAEAEA;
	background-image:  url(bilder/textbox.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top: #EAEAEA 0px outset; 
	border-left: #EAEAEA 0px outset; 
	border-bottom: #EAEAEA 0px inset; 
	border-right: #EAEAEA 0px inset;
	font-family: Times New Roman;
	text-align: center;
	color: #333333;
	font-size: 11px;
	width: 110px;
	height: 15px;
	}	
input.noborder 
	{
	border: none; 
	}
textarea      
	{ /*comment messages*/
	background-color: #409AD9;
	border-top: #001D58 1px outset; 
	border-left: #001D58 1px outset; 
	border-bottom: #A1C0FF 1px inset; 
	border-right: #A1C0FF 1px inset;
	font-size: 11px;
	font-face: Times New Roman;
	}
input.button
	{/*Controls the Regular input Boxes*/
	background-image:  url(bilder/riffetOKbutton.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-top:#A1C0FF 0px outset;
	border-left:#A1C0FF 0px outset; 
	border-bottom: #001D58 0px inset; 
	border-right:  #001D58 0px inset;
	font-family: Times New Roman; 
	font-size: 11px;
	color: #464646;
	width: 30px;
	height: 43px;
	}

input.radio {
	border: none;
	font-family: Times New Roman; 
	}
	
input.checkbox {
	border: none;
	font-family: Times New Roman; 
	background: #2A2A2A; 
	}
	
input.checkboxblack {
	border: none;
	font-family: Times New Roman; 
	background: #000000; 
	}	   
select option
	{
	font-family: Times New Roman;
	//font-size: 11px;
	line-height: 11px;
	padding: 0px; 
	}	
	
select option.back 
	{
	background-color: #409AD9;
	color: #000000; 
	font-weight: normal;
	font-size: 11px;
	}
