/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	outline: none;
	text-decoration:none;
}

a:hover {
	color: #FF6600;
	outline: none;
	text-decoration:none;
}

body {
	background:url(img/bcg.jpg);
	color: #111111;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
}

.style1 {
	color: #ffffff;
}
.style4 {
	color: #FFFF00;
}
.style5 {color: #999999}

p,ul {
	padding-bottom: 20px;
}

ul {margin-left: 20px;}

li {list-style: none;}
.main li {list-style-image: url(img/li.gif);}

h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:lighter;
}


h1,h2,h3 {color: #111111;}

/* misc */
.clearer {clear: both;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 10px; color: #333333;}
.left {float: left;}
.right {float:right;}

/* structure */
.container {
	margin: 27px auto;
	width: 840px;
	border: 8px solid #ff8737;
	background:url(img/content.jpg);
}

/* header */

.header {
	float: left;
	width: 840px;
	height: 200px;
	background: url(img/header.jpg) no-repeat;
}

/* structure */
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 680px;
}

.left1 {
	float:left;
	width:330px;
}

.right1 {
	float:left;
	padding:0 0 0 20px;
	width:280px;
}

.left2 {
	float:left;
	width:280px;
}

.right2 {
	float:left;
	padding:0 0 0 20px;
	width:330px;
}

.right3 {
	float:left;
	padding:0 0 0 20px;
	width:330px;
	line-height:17px;
}

.bottom {
	float:left;
	width:630px;
}

.galerija {
	width:614px;
	border:#FF8737 solid 8px;
	background:#FEBB64;
}

/* Form */

#form1 { line-height:10px;}

label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 320px;
    margin: 0 0 0 0;
	padding:2px;
	background:#FFE4A8;
    border:solid 1px #444444;
	color:#000000;
}

.textarea {
    width: 320px;
    height: 150px;
    margin:0 0 10px 0;
    padding: 2px;
	background:#FFE4A8;
    border:solid 1px #444444;
	color:#000000;
}

.textarea2 {
    width: 320px;
    height: 70px;
    margin:0 0 10px 0;
    padding: 2px;
	background:#FFE4A8;
    border:solid 1px #444444;
	color:#000000;
}

.text2 {
    width: 90px;
	padding:2px;
    margin:0 0 0 0;
	background:#FFE4A8;
    border:solid 1px #444444;
	color:#000000;
}

.submit {
    width: auto;
    padding: 4px;
    color: #111111;
	font-weight:bold;
    background: #FD9D50;
	border:solid 1px #444444;
	cursor:pointer;
	outline: none;
}

.reset {
    width: auto;
    padding: 4px;
    color: #111111;
	font-weight:bold;
    background: #FD9D50;
	border:solid 1px #444444;
	cursor:pointer;
	outline: none;
}

/* sub-navigation */
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #fd9d50;
	list-style: none;
}
.subnav li a {
	background: url(img/link.jpg) repeat-x;
	color: #111111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
	font-weight:bold;
	outline: none;
}
.subnav li a:hover {
	background: url(img/hover.jpg) repeat-x;
	color: #ffffff;
	font-weight:bold;
	outline: none;
}

/* footer */

.footer {
	background: url(img/footer.jpg) repeat-x;
	color: #111111;
	font-size: 10px;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #444444; text-decoration:none; outline: none;}
.footer a:hover {color: #ffffff; text-decoration:none; outline: none;}