@charset "utf-8";
/*
    Document   : default.css
    Created on : 22.3.2010, 14:19:33
    Author     : Bronhy
    Design by  : a-studio.si
*/
body,img,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,select,option,input,textarea,fieldset,p,blockquote,table,tr,th,td,a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
        margin: 0;
        padding: 0;
        background-color: #d8d8d8;
}


.container {
	width: 100%;
        height: 768px;
	background: url(images/img_01.jpg) repeat-x;
}

.img-container {
	margin: 0 auto;
	width: 865px;
        height: 626px;
        background-image: url(images/img_02.jpg);
}

#form-container {
        position: relative;
        top:280px;
        width: 865px;
        height: 285px;
        background-image: url(images/img_03.jpg);
        display: none;
}

.nagovor {
        margin: 0 auto;
	width: 974px;
        height: 48px;
        background-image: url(images/img_06.jpg);
}

#kako {
        margin: 0 auto;
	width: 74px;
        height: 40px;
        cursor: pointer;
}

.levo {
        float: left;
        margin-left: 110px;
        margin-right: 24px;
        width: 261px;
}
.quastion{
        background: url(images/img_07.jpg) no-repeat;
        height: 74px;
}
.desno {
        float: left;
        margin-top: 74px;
        width: 349px;
        height: 144px;
}

.cont {
        padding-top: 15px;
        font: 24px arial, Helvetica,sans-serif;
        color:#494949;
        text-align: right;
}

.cont a {
        color:#494949;
        text-decoration: none;
}

.cont a:hover {
        color:#ff7e00;
        text-decoration: none;
}

.inputField {
        background:url(images/input.jpg) no-repeat;
        width:261px;
        padding:5px 0px 22px 10px;
        font-size:11px;
        color:#666666;
        border: 0;
}

.inputTextareaBG {
		/*position:relative;*/
		width:349px;
        height:144px;
		background:url(images/textarea.jpg) no-repeat;
}

.inputTextarea { 
		z-index:1;
		position:absolute;
		background-color: transparent;
        width:335px;
        height:134px;
        padding:8px 10px 2px 10px;
        color:#666666;
        font-family: arial, Helvetica,sans-serif;
        font-size:11px;
        border: 0px;
		overflow: hidden;
}
