@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
color:#3d3938;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
color: #a4c67a;
text-decoration:none;
}

a:visited {
color: #a4c67a;
text-decoration:none;
}

a:hover {
color: #a4c67a;
text-decoration:underline;
}

.cleaner {
float: none;
clear:both;
}

#container {
width: 990px;
margin:auto;
margin-top: 30px;
}

#top_menu {
width: 990px;
height: 167px;
}

#content {
width: 990px;
}

.clock_czarny {
width: 207px;
height: 41px;
float: left;
color: #a7cb7c;
background-image:url(../gfx/menu_header_czarny.png);
}

.clock_szary {
width: 207px;
height: 41px;
float: left;
color: #3d3938;
background-image:url(../gfx/menu_header_szary.png);
}

.clock_zielony {
width: 207px;
height: 41px;
float: left;
color: #3d3938;
background-image:url(../gfx/menu_header_zielony.png);
}

.content_header_czarny {
width: 774px;
height: 41px;
float:right;
color: #3d3938;
background-image:url(../gfx/content_header_czarny.png);
}

.content_header_szary {
width: 774px;
height: 41px;
float:right;
color: #3d3938;
background-image:url(../gfx/content_header_szary.png);
}

.content_header_zielony {
width: 774px;
height: 41px;
float:right;
color: #3d3938;
background-image:url(../gfx/content_header_zielony.png);
}

#nav_bar {
width: 990px;
height: 35px;
float:none;
clear:both;
color: #3d3938;
font-size: 12px;
line-height: 35px;
 font-weight:bold;
}

#nav_bar a { color: #3d3938; font-weight:bold;}

#fast_menu {
width: 990px;
height: 200px;
float:none;
clear:both;
margin-top: 40px;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	float:none;
	clear:both;
	display:block;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}

#flashcontent {
		width: 990px;
    height: 167px;
    margin:0px auto 0px auto;
	}
