@charset "utf-8";
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #6c6c6c;
}
body {
	background-color: #be7174;
	margin:20px 0px 20px 0px;
}

/*Ostalo*/

.clear_div {clear:both;}

hr {border:0px; border-top: 1px solid #cfcfcf; height:1px; width:100%;}

img {border:0px;}

a:link, a:active, a:visited {
	color:#be7174;
	text-decoration:underline;
}

a:hover {
	color:#be7174;
	text-decoration:none;
}

/*//////////////////////*/
/*FORME*/
.text_field {background-color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; font-size:11px; color: #000000; border: 1px solid #919191;}
.text_field_error {background-color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; font-size:11px; color: #000000; border: 1px solid #ff0000;}
.text_field_focus {background-color: #FFFFFF; font-family: Tahoma, Geneva, sans-serif; font-size:11px; color: #000000; border: 1px solid #ef8a1c;}

.text_small {
	color:#CCC;
	font-size:10px;
}

.error_msg {color:#ff0000;}
.out_msg {color:#00a100; font-weight:bold; font-size:12px;}
/*//////////////////////*/
/*DESIGN*/

#page_container {
	width:793px;
	margin:0 auto;
	background:#FFF;
}

/*glava + menu*/
.header {
	position:relative;
	width:793px;
	height:245px;
}

.header .menu {
	position:absolute;
	bottom:0px;
	left:0px;
}

/*///////////////////////*/
/*center*/
.content {
	padding:12px 4px;
}

.content .content_left{
	float:left;
	padding-right:12px;
}

.content .content_right{
	width:469px;
	float:left;
	padding-right:12px;
}

.content .content_left .content_text{padding:10px;}
.content .content_right .content_text{padding:10px;}

.content .content_left .content_text img{border:2px solid #be7275;}
.content .content_right .content_text img{border:2px solid #be7275;}

.row{
	width:575px;
	margin-bottom:20px;
}

.row .pic{
	float:left;
	width:130px;
}

.row .desc{
	float:left;
	margin-left:12px;
	width:430px;
}

a.gallery_link:link, a.gallery_link:active, a.gallery_link:visited {
	width:150px;
	height:26px;
	display:block;
	border-bottom:1px solid #be7174;
	margin-bottom:10px;
	font-size:14px;
	text-decoration:none;
}

a.gallery_link:hover {
	text-decoration:underline;
}

.footer {
	height:49px;
	background:url(/images/pic_13.jpg) no-repeat;
}
/*///////////////////////*/