/* START elements
**********************************/

body {
	background-color: #f9fff4;
	background-image: url(../images/dots2.gif);
	background-repeat: repeat-y;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	line-height: 17px;
	padding: 0;
	width: 100%;
	}
#container {
	height: 100%;
	width: 100%;
	}
#fejlec {
	background-image: url(../images/bg_fejlec.gif);
	height: 77px; 
	width: 100%;
	}
#main {
	position: absolute;
	height: auto;
	padding-bottom: 25px;
	top: 65px;
	width: 220px;
	}
#menu {
	font-weight: bold;
	left: 0px;
	line-height: 19px;
	padding-left: 10px;
	position: absolute;
	top: 20px;
	}
#content {
	left: 224px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 20px;
	width: 456px;
	}
#content_form {
	left: 224px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 20px;
	width: 556px;
	}
#sidebar {
	left: 701px;
	padding-left: 10px;
	padding-right: 5px;
	position: absolute;
	top: 20px;
	width: 239px;
	}
#sidebar_form {
	left: 801px;
	padding-left: 10px;
	padding-right: 5px;
	position: absolute;
	top: 20px;
	width: 139px;
	}	
#banner {
	left: 855px;
	padding-left: 10px;
	position: absolute;
	top: 35px;
	width: 140px;
	}
#banner_form {
	left: 955px;
	padding-left: 10px;
	position: absolute;
	top: 35px;
	width: 140px;
	}
#lablec {
	background-image: url(../images/bg_lablec.gif);
	bottom: 0;
	height: 30px;
	position: absolute;
	width: 100%;
	}
	
/* END elements
**********************************/

/* START links
**********************************/

a:link {
	color: #00573c;
	text-decoration: underline;
	}
a:visited {
	color: #00573c;
	text-decoration: underline;
	}
a:hover {
	color: #00573c;
	text-decoration: underline;
	}
#menu a:link {
	color: #333333;
	text-decoration: none;
	}
#menu a:visited {
	color: #333333;
	text-decoration: none;
	}
#menu a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
/* END links
**********************************/

/* START fonts
**********************************/
	
p {
	margin: 0 0 13 0;
	}
.title {
	font-weight: bold;
	color: #006b54;
	text-transform: uppercase;
	}
.note {
	font-size: 10px
	}
ul li {
 list-style: square
	}
ol li {
 list-style: decimal
	}
input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;width: 120px;
	padding-left: 2px;
	}
input.disabled {
	background-color: #ECE3CC;
	font-weight: bold;
	padding-left: 2px;
	}
div.summ {
	margin-top: 5px;
	padding-left: 105px;
	padding-top: 5px;
	border-top: 2px solid #000000;
	}
div.separator {
	margin: 1px;
	padding: 5px;
	background-color: #dcd3bc;
	text-align: center;
	}
td.fieldName {
	width: 250px;
	font-size: 11px;
	}
td.fieldValue {
	width: 310px;
	font-size: 11px;
	}

/* END fonts
**********************************/