@charset "utf-8";
/* CSS Document */

body {
background-color:#181818;
color:#a9a8a8;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
color: #c41300;
text-decoration:none;
}

a:visited {
color: #c41300;
text-decoration:none;
}

a:hover {
color: #c41300;
text-decoration:underline;
}

#container {
width: 1036px;
height:751px;
margin:auto;
background-image:url(../gfx/page_bg.jpg);
background-repeat:no-repeat;
margin:auto;
}

#languages {
float: right;
margin-top: 18px;
margin-right:25px;
}

#logo {
float: left;
margin-top:67px;
margin-left: 55px;
}

#top_menu {
float: right;
margin-top:60px;
margin-right:20px;
}

#content {
width: 990px;
height:480px;
margin-left: 20px;
float:none;
clear:both;
}

#left_obrazek {
float: left;
width: 437px;
height: 449px;
background-image:url(../gfx/left_img_bg.jpg);
background-repeat:no-repeat;
margin-top: 20px;
margin-left: 33px;
}

#left_side {
float: left;
width: 260px;
height: 449px;
margin-top: 20px;
margin-left: 33px;
}

#left_obrazek_obrazek {
width: 437px;
height: 267px;
margin-top:63px;
text-align:center;
}

#content_right_small {
width: 491px;
height: 459px;
margin-top: 20px;
float:right;
}

#content_small_scroll {
width: 481px;
height: 439px;
padding-right:10px;
overflow-y:auto;
overflow-x:hidden;
}

#content_right_big {
width: 668px;
height: 459px;
margin-top: 20px;
float:right;
}

#content_big_scroll {
width: 658px;
height: 439px;
padding-right:10px;
overflow-y:auto;
overflow-x:hidden;
}

#content_small_footer_links {
width: 491px;
height: 20px;
text-align:center;
}

#wolsztyn {
float: right;
margin-top:70px;
margin-right: 25px;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.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);
}
