html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	color:#666666;
	height: 100%;
	}
a { text-decoration: none; color:#666666; font-size: 1em; padding: 1px 2px; }
a:hover { text-decoration: underline; color:#FF0000;}
acronym { border-bottom: 1px dotted #cc0000; cursor: help;
	}
	
.formularz{
vertical-align: middle;
margin-left: 30px;
}
	
INPUT {
width: 200px;
height: 17px;
margin-bottom: 2px;
margin-top: 2px;
margin-right: 10px;
}
TEXTAREA {
width: 320px;
height: 70px;
}
SELECT {
width: 205px;
margin-bottom: 2px;
margin-top: 2px;
margin-right: 10px;
}
.btn {
width: 100px;
height: 25px;
}
.label {
margin-top: 4px;
margin-bottom: -10px;
}
.dobre {
font-weight: bold;
color: #008903;
}
.zle {
font-weight: bold;
color: #c10000;
}

#top {
	width:100%; 
	height:185px; 
	background:#56585E;
	}
#top_center {
	width:1000px; 
	height:185px; 
	margin:auto;
	}
#top_center_left {
	width:200px; 
	height:185px; 
	float:left;
	}
#top_center_right {
	width:800px; 
	height:185px; 
	float:right;
	text-align:center;
	}
#main {
	width:100%; 
	height:auto; 
	}
#main_center {
	width:1000px; 
	height:auto; 
	margin:auto;
	}
#main_center_left {
	width:200px; 
	height:auto; 
	float:left;
	padding-bottom:40px;
	}
#main_center_right {
	width:800px; 
	height:auto; 
	float:right;
	text-align:center;
	padding-bottom:40px;
	}
#main_center_right_left {
	float:left;
	width:400px;
	height:auto;
	padding-top:37px;
	}
#main_center_right_right {
	float:right;
	width:400px;
	height:auto;
	padding-top:37px;
	}
