/* Designed by Kronet 2008 */
/* Kopiowanie elementów tego stylu zabronione */

body {
	margin: 0;
	padding: 0;
	background: url("img/bg.gif") repeat-x #83C0EA;
	font-size: 13px;
	font-family: verdana, Georgia, Times, serif;
	color: #473624;
}

a {
	color: #AD2323;
	text-decoration: none;
}

a:hover {
	color: #AD2323;
	text-decoration: underline;
}


p {
	line-height: 150%;
	margin: 0;
	padding: 0;
}

#page {
	width: 806px;
	margin: 0 auto;
}

#header {
	width: 806px;
	height: 302px;
	background: url("img/header.jpg") no-repeat;
	margin: 10px 0 0 0;
	position: relative;
}
#jezyk {
	color: #ffffff;
	position: absolute;
	top: 15px;
	left: 675px;
	
}
#menu {
	width: 806px;
	height: 40px;
	background: url("img/menu_bg.jpg") no-repeat;
	padding: 0 0 0 20px;
}

#content {
	width: 806px;
	background: url("img/content.jpg") repeat-y;
}

.zawartosc {
	padding: 10px;
}

#footer {
	width: 806px;
	height: 38px;
	background: url("img/footer.jpg") no-repeat;
	text-align: center;
}

/* MENU NAWIGACYJNE */

ul.menu, ul.menu li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

ul.menu li {
	float: left;
}
ul.menu a {
	display: block;
	width: 117px;
	height: 30px;
	padding: 10px 0 0 0;
	color: #AD2323;
	text-decoration: none;
	text-align: center;
	background: url("img/button_out.jpg") no-repeat;
}
ul.menu a:hover {
	display: block;
	width: 117px;
	height: 30px;
	padding: 10px 0 0 0;
	color: #AD2323;
	text-decoration: underline;
	text-align: center;
	background: url("img/button_over.jpg") no-repeat;
}

/* MENU WYPUNKTOWAŃ 1-go i 2-go poziomu */

/* PIERWSZY POZIOM */
ul.one {
	list-style: square;
	padding-left: 10px;
}

/* DRUGI POZIOM */
ul.two {
	list-style: circle;
	padding-left: 20px;
}



	