	body {
		margin: 0; padding: 0;
		background-color: #ffcc00;
	}
	
	* {
		font-family: Tahoma, Arial, Geneva, sans-serif;
		font-size: 11px;
		color: #373737;
	}
	
	a:link, a:active, a:visited {
		color: #c60e0e;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	p {
		padding: 3px 0 3px 0; margin: 0;
	}

	.error {
		font-color: red;
		font-weight: bold;
	}

	
	h2 {
		font-weight: bold;
		font-size: 11px;
		color: #997a00;
		padding: 0; margin: 0;
	}
	
	hr {
		width: 100%; height: 1px;
		background-color: #e1ca6c; color: #e1ca6c;
		border: 0;
	}
	
	.cont {
		width: auto; height: auto;
		border: 1px Solid #e0c866;
	}
	
	.obj {
		width: auto; height: auto;
		background-color: #fbf8ec;
		padding: 7px;
		}
	
	.objNadpis {
		width: auto; height: auto;
		border-bottom: 1px Solid #e0c866;
		background-color: #f7f1d9;
		padding: 7px;
		font-weight: Bold;
		color: #997a00;
	}
	
	/* MENU */
	
	#first {
		margin-left: 4px;
	}
	
	.inactive a:link, .inactive a:active, .inactive a:visited {
		float: left;
		width: auto; height: auto;
		border-right: 1px solid #403d39;
		padding: 8px 10px 7px 10px;
		color: White;
		text-decoration: none;
	}
	
	.inactive a:hover {
		background-color: #403d39;
	}
	
	.active a:link, .active a:active, .active a:visited {
		float: left;
		width: auto; height: auto;
		background-color: #e5b700;
		border-left: 1px solid #ffdb4d;
		border-right: 1px solid #ffdb4d;
		border-bottom: 1px solid #e5b700;
		border-top: 1px solid #e5b700;
		padding: 6px 10px 9px 10px;
		margin-top: 1px;
		margin-bottom: -1px;
		color: Black;
		text-decoration: none;
		
	}
	
	.header {
		width: auto; height: 23px; !height: 29px;
		border-bottom: 1px solid #e0c866;
		font-size: 14px;
		font-weight: bold;
		color: #997a00;
		padding: 5px 0 0 8px;
	}
	
	#second {
		margin-left: 4px;
	}
	
	.secondMenu a:link, .secondMenu a:active, .secondMenu a:visited {
		float: left;
		width: auto; height: auto;
		color: #1e1b16;
		padding: 0 10px 0 10px;
		border-right: 1px solid #997a00;
		color: #1e1b16;
		text-decoration: none;
	}
	
	.secondMenu a:hover {
		text-decoration: underline;
	}
	
	.content {
		width: auto; height: auto;
		margin: 10px;
	}
	
	.showcase {
		
		background-color: Pink;
	}
	
	.formButton {
		color: #856b03;
		font-size: 11px;
		font-family: Tahoma;
		font-weight: bold;
		padding-left: 20px;
		padding-right: 20px;
	}