body {
	position: relative;
	background-image: url(../images/podloga.jpg);
	min-height:1000px;
	background-size: cover;
}
.logo { 
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding:0;
}
.clearedimg {
	border-style: none;
}
.selectedimg {
	border: 3px;
	border-style: solid;
	border-color: rgba(0,0,0,0.6);
}
.cestitka1{
	position: absolute;
	top: 1px;
	left: 450px;
	z-index: 1;
}
.cestitka2 {
	position: absolute;
	top: 136px;
	left: 800px;
	z-index: 1;
}
.cestitka3{
	position: absolute;
	top: 1px;
	left: 1300px;
	z-index: 1;
}
.naslov{
	position: absolute;
	left: 150px;
	bottom: 180px;
}

.content{
	position: absolute;
	bottom: 350px;
	left: 780px;
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}
.content2{
	position: absolute;
	top: -0.5px;
	left: 280px;
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}
.content input[type=text]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 3px solid rgba(201,172,104,0.6);
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

textarea{
	width: 530px;
	height: 200px;
	background: transparent;
	border: 3px solid rgba(201,172,104,0.6);
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.content input[type=submit]{
	width: 545px;
	height: 35px;
	background: #C9AC68;
	border: 3px solid #C9AC68;
	cursor: pointer;
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.content input[type=submit]:hover{
	opacity: 0.8;
}

.content input[type=submit]:active{
	opacity: 0.6;
}

.content input[type=text]:focus{
	outline: none;
	border: 3px solid rgba(201,172,104,0.9);
}

textarea:focus{
	outline: none;
	border: 3px solid rgba(201,172,104,0.9);
}

.content input[type=submit]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(0,0,0,0.5);
}

::-moz-input-placeholder{
   color: rgba(0,0,0,0.5);
}

.specbutton{
	width: 100%;
	height: 35px;
	background: #C9AC68;
	border: 3px solid #C9AC68;
	cursor: pointer;
	border-radius: 2px;
	color: #000;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.specbutton:hover{
	opacity: 0.8;
}

.specbutton:active{
	opacity: 0.6;
}

.specbutton:focus{
	outline: none;
}

