@charset "UTF-8";
/* CSS Document */

/* -------------- start TŁO -------------- */
body {
	margin: 0px;
	background-color: #FFF;
}

.desktop_orange {
	text-align: center;
	height: auto;
	width: auto;
	background-attachment: fixed;
	background-image: url(../img/background_orange.jpg);
	background-repeat: no-repeat;
	background-position: center 86px;
}

.desktop_graphefruit {
	text-align: center;
	height: auto;
	width: auto;
	background-attachment: fixed;
	background-image: url(../img/background_graphefruit.jpg);
	background-repeat: no-repeat;
	background-position: center 86px;
}

.desktop_kiwi {
	text-align: center;
	height: auto;
	width: auto;
	background-attachment: fixed;
	background-image: url(../img/background_kiwi.jpg);
	background-repeat: no-repeat;
	background-position: center 86px;
}

.desktop_ananas {
	text-align: center;
	height: auto;
	width: auto;
	background-attachment: fixed;
	background-image: url(../img/background_ananas.jpg);
	background-repeat: no-repeat;
	background-position: center 86px;
}

.desktop_lemon {
	text-align: center;
	height: auto;
	width: auto;
	background-attachment: fixed;
	background-image: url(../img/background_lemon.jpg);
	background-repeat: no-repeat;
	background-position: center 86px;
}

/* -------------- start SZKIETET -------------- */
.header_logo {
	background-image: url(../img/header_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.window_add {
	position: absolute;
	height: auto;
	width: 228px;
	top: 200px;
	text-align: left;
}


.window_border_top {
	background-image: url(../img/window_border_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.window_bg_left {
	background-image: url(../img/window_background_left.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: 494px;
	padding: 30px;
	text-align: justify;
}

.window_bg_right {
	background-image: url(../img/window_background_right.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.gfx_bg_left {
	background-image: url(../img/gfx_owoce.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.gfx_bg_right {
	background-image: url(../img/window_background_right.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}

.footer_bg_left {
	background-image: url(../img/footer_background_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer_bg_right {
	background-image: url(../img/footer_background_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/* -------------- start TEKST -------------- */
.tekst_gray {
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #585858;
}

.tekst_orange {
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #e77a1a;
}

.tekst_nag_orange {
	font-family: arial;
	font-size: 14px;
	color: #e77a1a;
	font-weight: bold;
}

.tekst_nag_gray {
	font-family: arial;
	font-size: 24px;
	color: #454545;
	font-weight: bold;
}

.tekst_copyrights{
	font-family: arial;
	font-size: 10px;
	line-height: 24px;
	color: #999;
}
/* -------------- start LINKI -------------- */
a.tekst_link {
	font-family: arial;
	font-size: 14px;
	color: #333;
	text-decoration: underline;
}

a.tekst_link:hover {
	font-family: arial;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

a.topmenu{
	font-family: arial;
	color: #a8a8a8;
	display: block;
	height: 51px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 35px;
}

a.topmenu:hover {
	font-family: arial;
	color: #FFF;
	display: block;
	height: 21px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../img/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 65px;
}

a.submenu {
	font-family: arial;
	font-size: 10px;
	text-transform: lowercase;
	color: #585858;
	text-decoration: none;
}

a.submenu:hover {
	font-family: arial;
	font-size: 10px;
	text-transform: lowercase;
	color: #e77a1a;
	text-decoration: underline;
}

a.rightmenu{
	font-family: arial;
	color: #a8a8a8;
	display: block;
	height: 19px;
	width: auto;
	padding-left: 15px;
	padding-top: 7px;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	
}

a.rightmenu:hover {
	font-family: arial;
	color: #FFF;
	display: block;
	height: 19px;
	width: auto;
	padding-left: 15px;
	padding-top: 7px;
	background-image: url(../img/submenu_background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
}
