body{
	color: #111111; 
	font-family: Verdana; 
	font-size: 11px; 
}

p { /* footer */
	color: #333333; 
	font-family: Verdana; 
	font-size: 11px; 
}

td{
	color: #111111; 
	font-family: Verdana; 
	font-size: 11px;
}

/******* LINKS *******/

a {
	text-decoration: none; 
	color: #111111; 
	font-weight: bold;
}

a:hover{
	color: #444444; 
}

a.topmenu{ /* övre menyn (flikarna) */
	font-size: 13px; 
}

a.topmenu:hover{
	color: #444444; 
}

a.submenu{ /* undermenyn */
	text-decoration: none;
	color: #333333;
	font-family: verdana, verdana;
	font-size: 12px; 
	font-style: normal;
	font-weight: lighter;

}

a.submenu:hover{
	text-decoration: none; 
	color: #777777;
	font-style: normal;
	font-weight: lighter; 
}


/******* HEADLINES *******/

h1{ /* huvudrubrik */
	text-decoration: none;
	color: #6EC84C; 
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10;
	margin-top: 0;
}

h2{ /* underrubrik */
	text-decoration: none;
	color: #000000; 
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10;
}

h3{ /* underrubrik mitt i brödtext */
	text-decoration: none; 
	color: #000000; 
	font-weight: bold;
	font-size: 11px;
}


/******* DIVS *******/

div.text {
	width: 530 px;
	height: 320 px;
	position: relative;
	left: auto;
	top: 5 %;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 10px;
	overflow: auto;
	font-size: 11px;
}


/******* FORMS *******/
form {
	margin: 0;
}

.form{
	font-family: Verdana;
	font-size: 11px;
}

input.button-text {
	background-color: white;
	border-style: hidden;
	border-width: 0px;
	font-weight: bold;
	font-size: 10px;
}

input.text {
	width: 380px;
}
