@charset "UTF-8";

H1 {
	margin-top: 0px;
	padding-top: 0px;
}
h1.csc-firstHeader {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
}
DIV.menu {
	width: 260px;
}
DIV.menuItem {
	width:260px;
	color:#b24a08;
	font-weight: bold;
	font-size:10px;
	margin-bottom:6px;
}
DIV.subMenuItem {
	width:250px;
	color:#b24a08;
	font-weight: normal;
	font-size:9px;
	margin-bottom:5px;
	padding-left: 10px;
}
DIV.subMenuItemHigh {
	width:220px;
	color:#b24a08;
	font-weight: bold;
	font-size:11px;
	margin-bottom:5px;
	padding-left: 10px;
}
A {
	color:#b24a08;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

DIV.line {
	width: 500px;
	clear: both;
}

DIV.data {
	float: left;
	font-size: 12px;
	width:310px;
	padding-bottom: 5px;
	
}

DIV.label {
	float: left;
	font-size: 12px;
	width: 180px;
	text-align: right;
	padding-right: 10px;
}

FONT.error {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

fieldset {
	border: 1px dashed #32376D;
	margin-bottom: 15px;
	background: white;
}

legend {
	font-size: 10px;
	font-weight: bold;
	color: black;
	padding: 5px;
	background: white;
}

INPUT.birokrat, SELECT.birokrat {
	width: 300px;
	font-size: 10px;
	height: 20px;
}