body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	margin: 0px;
}

a:visited, a:link {
	text-decoration: none;
	color: blue;
}

h2 {
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 1.2em;
}

table.padded-table td {
	padding: 0px;
}

table.editperson {
	width: 500px;
}

td {
	font-size: 0.8em;
}

th {
	text-align: left;
	font-size: 0.8em;
}

table.editperson input[type="text"], select, input[type="button"] {
	font-size: 1.1em;
}

tr.mod0 td {
	padding: 5px;
	background-color: #f9f9f9;
}

tr.mod1 td {
	padding: 5px;
	background-color: #e2e2e2;
}

.pagecontent {
	padding: 15px;
	border-bottom: solid 1px #ddd;
	overflow: auto;
}

.pagefoot {
	padding: 5px;
	padding-right: 15px;
	float: right;
	color: #ddd;
}

@media print {
	.pagetitle {
		display: none;
	}

	.resultattabell {
		page-break-after:always
	}
}

.pagetitle {
	width: 100%;
	height: 60px;
	background-color: #000;
	overflow: auto;
}

.lopptitle {
	width: 100%;
	background-color: #FC0;
	border-bottom: 1px solid #333;
	color: #000;
	overflow: auto;
	text-align: left;
}

.pagetitle ul {
	list-style-type: none;

}

.pagetitle li {
	float: left;
}

.caption {
	margin: 10px;
	font-size: 3em;
	font-weight: bold;
	color: #FC0;
}

.button {
    background-color: #ddd;
    border: 1px solid #443;
    padding: 5px;
    text-align: center;
	margin-right: 2px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.button a, .button a:visited, .button a:link {
	text-decoration: none;
	color: blue;
}

.searchres {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	margin-bottom: 10px;
}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
