/*
* Reset
*/

ul {
	list-style:none;
	padding:0px;
}


/*
*Main style
*/

body {
	margin: 0px;
	background:rgb(233,255,150);
	font-size:14px;
}

#header {
	width: 800px;
	height:100px;
	margin:50px auto 0 auto;
	background-image: url('images/logo.png');
	overflow:hidden;
	color:orange;
}

#main {
	width:800px;
	margin:auto;
	background:white;
}

#sidebar {
	width:290px;
	float:right;
}

#content {
	width:500px;
	float:right;
	padding:5px;
}

#footer {
	background-image:url('images/stopka.png');
	width:800px;
	height:30px;
	margin:0 auto 30px auto;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	color:white;
	text-align:center;
}

.links a {
	display:block;
	text-decoration:none;
	line-height:20px;
	margin:5px 0;
	font-size:16px;
	padding:0 5px;
	color: rgb(50,70,0);
}

.links a:hover {
	background:rgb(180,200,100);
}

.short {
	margin:auto;
	width:300px;
	text-align:center;
}

a {
	text-decoration: none;
	color: rgb(50,70,0);
	font-size:14px;
}

a:hover {
	color: rgb(75,105,0);
}

.idea {
	list-style:decimal;
	font-size:14px;
	margin:0px;
	padding:0 0 0 30px;
}

/*
* mainmenu style
*/

#menu {
	width: 800px;
	margin:auto;
	background-color: rgb(106,133,2);
	background-image: url('images/menu.png');
	overflow:hidden;
}

.mainmenu {
	list-style:none;
	padding:0;
	margin:0;
}

.mainmenu li {
	display:block;
	float:left;
}

.mainmenu li a {
	display:block;
	text-decoration:none;
	line-height:30px;
	font-size:16px;
	padding:0 5px;
	color: rgb(50,70,0);
	
}

.mainmenu li a:hover {
	background-image: url('images/light.png');
}

.submenu {
	list-style:none;
	padding:0;
	position:absolute;
	background:rgb(180,200,100);
	border:rgb(50,70,0) solid 1px;
	border-top:none;
	display:none;
}

.submenu li {
	float:none;
}

.submenu li a {
	padding:0 10px;
}

.mainmenu li:hover ul {
	display:block;
}

/*
* menu-1 style
*/

#menuvert {
	width:290px;
	height:109px;
	overflow:hidden;
	background-color: rgb(106,133,2);
	background-image: url('images/menuvert.png');
	border-bottom-left-radius:5px;
}

.menu-1 {
	list-style:none;
	padding:0;
	margin:0;
}

.menu-1 li a {
	display:block;
	text-decoration:none;
	line-height:18px;
	font-size:16px;
	padding:3px 5px;
	color: rgb(50,70,0);
	text-align:center;
}

.menu-1 li a:hover {
	background-image: url('images/light.png');
}

.menu-1 hr {
	margin:0;
	height:1px;
	border:none;
	background:rgb(50,70,0)
}

/*
* window style
*/

.window {
	border: 1px rgb(77,104,13) solid;
	border-radius:5px;
	margin-bottom: 10px;
}

#sidebar .window {
	margin:5px;
}

.window .title {
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	background-color: rgb(100,170,0);
	background-image:url('images/windowtl.png');
	line-height:20px;
	text-align: center;
	color: rgb(50,70,0);
	font-variant: small-caps;
	font-weight: bold;
	font-size:16px;
}

.window .content {
	padding:10px;
	border-radius:4px;
	background-color:white;
	text-align: justify;
}

/*
* Scroll style
*/

#scroll {
	text-align:center;
	height:30px;
	position:absolute;
	width:800px;
	top:120px;
	overflow:hidden;
}

#scroll .item {
	margin:0;
	text-indent:0;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	display:none;
}



#scroll .first {
	display:block;
}

/*
* font styles
*/

p {
	text-indent: 30px;
	margin:6px 0;
}

h4 {
	color: rgb(50,70,0);
	font-weight: bold;
	font size: 13pt;
	text-align:center;
}

.sc {
	font-variant: small-caps;
	font-weight: bold;
}

.red {
	color: red;
}

.line-link {
	font-weight: bold;
	text-decoration: none;
	color: rgb(50,70,0);
	font-size: 10pt;
}

.line-link:hover {
	font-weight: bold;
	text-decoration: none;
	color: rgb(75,105,0);
}

.aktualnosci {
	text-decoration: none;
	color: rgb(50,70,0);
	margin:0px 0px 0px 20px;
	font-size:14px;
}

.aktualnosci :hover {
	color: rgb(75,105,0);
}
