@charset "utf-8";
body{
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	text-align: center;
}
#page{
	width: 949px;
	background-image: url("/img/pozadie.jpg");
	background-repeat: repeat-y;
	margin: auto;
	text-align: left;
}
#page_in{
	background-image: url("/img/pozadie-zelene.png");
	background-position: top;
	background-repeat: repeat-x;
	padding: 20px 46px 0px 37px;
}
#top{
	margin-bottom: 7px;
}
#top img{
	float: left;
}
#head{
	background-image: url("/img/ciary.png");
	background-position: top;
	background-repeat: no-repeat;
	text-align: right;
	margin-left: 276px;
	padding-top: 69px;
}
h1{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 19px;
	font-size: 1.3em;
}
#left{
	float: left;
	width: 265px;
	background-image: url("/img/menu_top_bg.png");
	background-position: top;
	background-repeat: no-repeat;
}
#left_in{
	background-image: url("/img/menu_bot_bg.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
#menu{
	padding: 45px 0px 31px 0px;
	margin: 0px;
	_padding-left: 13px;
	list-style-type: none;
}
#menu li{
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	background-image: url("/img/menu_item_bg.png");
	background-repeat: no-repeat;
}
#menu a{
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
}
#right{
	float: right;
	width: 590px;
	background-image: url("/img/right_top_bg.png");
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#right_in{
	background-image: url("/img/right_bot_png.png");
	background-position: bottom;
	background-repeat: no-repeat;
}
#main{
	padding: 35px 0px 11px 0px;
}
#main_content{
	padding: 0px 5px;
	background-color: #FFFFFF;
	min-height: 455px;
}
*html #main_content{
	height: 455px;
}
#bottom{
	clear: both;
	background-color: #003761;
	width: 570px;
	margin-left: 276px;
	padding-left: 20px;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
}
#bottom img{
	float: right;
	display: block;
	margin-right: 10px;
}
.clear{
	clear: both;
}
.clear_left{
	clear: left;
}
.clear_right{
	clear: right;
}
#login{
	text-align: center;
}
#logout_form a{
	color: #FFFFFF;
}
#editor{
	text-align: right;
}
