body {
}

table.menucontent {
}

td {
vertical-align: top;
}

th.mainkop {
	font-size: 14px;
	text-align: left;
}

td.mainkop, div.mainkop {
	background-color: #DDAC69; 
	color: black;
	text-align: left;
    padding: 2px;
}

td.menucontent, div.menucontent {
	border: 1px solid black;
	text-align: left;
}

td.content {
	text-align: left;	
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline; 
}

div.mainkop a:link, div.mainkop a:visited, div.mainkop a:active {
	color: black;
	text-decoration: none;
}

div.mainkop a:hover {
	color: black;
	text-decoration: underline; 
}

div.menu 	{

}

div.maincontent { 
	text-align: left;	
}

div.content {
	text-align: left;
}

.smalltext {
text-decoration:none; 
font-size: 11px;
color:yellow;
}

div.success {
background-color: green;
color: white;
}

div.failure {
background-color: red;
color: white;
}

ul.menucontent li.menucontent{
display: inline;
}

fielset {
padding: 0;
margin: 0;
}

legend{
margin-left: 10px;
}

img {
border: 0;
}