body {
	font-family: Verdana;
	font-size:10px;
}

.noborder {border: solid 0px;}
.border1 {border:solid 1px black;}
.border2 {border:solid 1px white;}
.border3 {border:solid 1px #C0C0C0;}

.f10 {font-size:10px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}

.font1 {font-family:Arial;}
.font2 {font-family:Verdana;}
.font3{font-family:Tahoma;}


.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.top {vertical-align:top;}
.bottom {vertical-align:bottom;}
.middle {vertical-align:middle;}

.wbold {font-weight:bold;}
.wbolder {font-weight:bolder;}

.italic {font-style:italic;}

.bgcolor1 {background-color:white;}
.bgcolor2 {background-color:black;}
.bgcolor3 {background-color:#448f26;} /* ciemny zielony */
.bgcolor4{background-color:#b8ea89;}  /* jasny zielony */
.bgcolor5{background-color:#7fe021;}  /* jasny zielony - paginacja - wybrany element */
.bgcolor6{background-color:#72c831;}  /* tlo */

.color1{color:white;}
.color2{color:black;}
.color3{color:#448f26;}

a:link {color:  black; text-decoration: none; font-size: 10;  font-weight: bold;}
a:visited {color:  black; text-decoration: none; font-size: 10; font-weight: bold;}
a:active {color:  black; text-decoration: none; font-size: 10; font-weight: bold;}
a:hover {color: black; text-decoration:underline;}

a.a1:link {color:  black; text-decoration: none; font-size: 11;  font-weight: bold;}
a.a1:visited {color:  black; text-decoration: none; font-size: 11; font-weight: bold;}
a.a1:active {color:  black; text-decoration: none; font-size: 11; font-weight: bold;}
a.a1:hover {color: #448f26; text-decoration:underline;}

a.a2:link {color:  white; text-decoration: none; font-size: 11;  font-weight: bold;}
a.a2:visited {color:  white; text-decoration: none; font-size: 11; font-weight: bold;}
a.a2:active {color:  white; text-decoration: none; font-size: 11; font-weight: bold;}
a.a2:hover {color: white; text-decoration:underline;}

.menu_bg_pl {
	background:url('img/menu_bg_pl.jpg');	
	background-repeat:no-repeat;
	background-position:top left;
}

.menu_bg_en {	
	background:url('img/menu_bg_en.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.menu_bg_de {	
	background:url('img/menu_bg_de.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

.content_title_bg {
	background:url('img/content_title_bg.jpg');
	background-repeat:repeat-x;
	background-position:top left;
}

.news_bg {
	background:url('img/news/news_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
}

.recipes_titles_bg {
	background:url('img/recipes/titles_bg.jpg');
	background-repeat:repeat-y;
	background-position:top left;
}

.recipes_middle_line {
	background:url('img/recipes/middle_line.jpg');
	/*background-repeat:repeat-x;
	/*background-position:top left;*/
}

.recipes_bottom_line {
	background:url('img/recipes/bottom_line.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

.about_us_bg {
	background:url('img/about_us/bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
}

.contact_us_bg {
	background:url('img/contact_us/bg.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

.content_bg {
	background:url('img/content_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
}
