body {
	background-color: #dadbe0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}

table, input, select, button {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	}

input, select, button {
	border: 1px solid #1e76c0;
	}
	
iframe, textarea {
	border: 1px solid #1e76c0;
	padding: 10px;
	padding-right: 0px;
	}

ul {
	margin-top:5px;
	margin-bottom:5px;
	}

a {
	color: black;
	}
	
a:hover {
	text-decoration: none;
	}

.ramme {
	width: 900px;
	border: 2px solid #1e76c0;
	background-color: #ffffff;
	}
	
a.toppmeny {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #1e76c0;
	border: 1px solid #1e76c0;
	padding: 5px;
	width: 100px;
	padding: 0px;
	text-align: center;
	}
	
a.toppmeny:hover {
	color: #1e76c0;
	background-color: #ffffff;
	border: 1px solid #1e76c0;
	}
td.meny {
	width:110px;
	padding-top:3px;
	padding-right:20px;
	border-right:1px solid #1e76c0;
	}
	
td.meny a {
	font-size: 12px;
	text-decoration: none;
	color: #1e76c0;
	line-height: 20px;
	}

td.meny a:hover {
	color: black;
	}

.small {
	color:#333333;
	font-size:10px;
	}
