BODY {
	background-color: #EEEEEE;
	color: #666666;
	font-family: sans-serif;
}

BODY.bgpic {
        background-image: url("/img/kono-gr.gif");
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: bottom;
}

A {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #555555;
}
	
.msgtext {
	border: 1px black solid;
	color: black;
	padding: 5px;
}

INPUT, TEXTAREA {
	border: 1px black solid;
	font-weight: bold;
	padding: 2px;
}

H1 {
	color: black;
}

IMG.obrpic {
	border: 1px black solid;
}

TD.obrmenu, TD.obrpic {
	vertical-align: top;
}

TD.obrmenu {
	font-weight: bold;
}

.inplabel {
	text-align: right;
	vertical-align: top;
}
