@charset "utf-8";
/* CSS Document */

@import url("containers.css");
@import url("graphics.css");
@import url("novice.css");
@import url("main_menu.css");
@import url("hrana_pijaca.css");
@import url("kontakt.css");

img{
	border: none;
}

body{
	background-image: url(../../graphics/bg_pp.png);
	background-repeat:repeat;
	background-attachment: fixed;
}

#copyright{
	position: absolute;
	margin-left: 30px;
	color: #FFF;
	font-family: Garamond;
	font-size: 12px;
	margin-top: 12px;
}

#menu_bottom{	
	width: 350px;
	position: absolute;
	left: 50%;
	margin-left: -175px;
	margin-top: 7px;
	text-align: center;
}

#foot_link{
	
	color: #FFF;
	font-weight: bold;
	font-family: Garamond;
	font-size: 14px;
	text-decoration: none;
}

#foot_link:hover{
	text-decoration: underline;
}

#title{
	font-family: Garamond;
	font-weight:bold;
	font-size: 24px;
	color: #851c1c;
	cursor: default;
	width: 400px;
	border-bottom: thin solid #851c1c;
}

#text{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #246628;
	cursor: default;
}

.poletje{
	float: left;
	margin-left: 100px;
	color: #8A0000;
	font: bold 20px "Times New Roman", Times, serif;
}

.poletje_signature{
	font: italic 18px "Times New Roman", Times, serif;
	float: right;
}