﻿@charset "utf-8";
/* CSS Document */



.stil-body{
	background-color:#a4bcc8;
	background-image: url(logotip_ogledalo.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin: 0px;
	
	}


.mediakit
{
margin: 440px 0px 0px 0px;
width: 100%;
text-align: center;
}


p.text1 {
	text-decoration: none;
    font-family: Arial,Sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
          }


.text_exe{
	
	padding:1px;
	
}
p.text2 {
	text-decoration: none;
    font-family: Arial,Sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px;
	color: #000000;
          }

a.menilink{
	text-decoration: none;
	font-family: Arial,Sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px;
	color: #cfab71;
}

a.tekst_link
{
	text-decoration: none;
	font-family: Arial,Sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0px;
	color: #105792;
	text-align:left;
	}
	
.dugme1 {
    color: #c00000;
    background-color: #FFFFFF;
    border-color: #8f8865;
	font-size:16px;
	border-radius: 4px;
	width:250px;
	margin: 5px;
}

.dugme1:hover {
    background-color: #31322c; 
    color: eec062;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	transform: translateY(4px);