@charset "utf-8";
/* CSS Document */

body{
    background: url(back.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color:#FFFFFF;
	padding:0px;
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	}
.h2{
	display:inline;
	}
	
.menu{
	display:inline;
	}
	
a:link {color:#b12a2e; }      /* unvisited link */
a:visited {color:#b12a2e;}  /* visited link */
a:hover {color:black; text-decoration:none;}  /* mouse over link */
a:active {color:black;}  /* selected link */
	
.footer{
	background-color:#E4E4E4;
	padding: 5px 0px 5px 0px;
	font-size:12px;
	position:relative;
	width:960px;
	margin-left: auto;
	margin-right: auto;	
	}
.header{
	position:relative;
	width:960px;
	margin-left: auto;
	margin-right: auto;	
	}
.shaddow{
	position:relative;
	width:980px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-4px;
	}
	
.slider{
	position:relative;
	width:1020px;
	margin-left: auto;
	margin-right: auto;	
	}

.frames{
	width:960px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;	
	overflow:hidden;
	background-color:white;
	-moz-box-shadow: 0 0 5px 0px #999;
	-webkit-box-shadow: 0 0 5px 0px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	}
	
.portfolio{
	width:960px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;	
	background-color: #c8c8c8;
	background-image: linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -o-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(200,200,200) 100%, rgb(230,230,230) 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(1, rgb(230,230,230)),
		color-stop(0.5, rgb(200,200,200))
	);
	}
	
.headline{
	font-size:30px;
	color:white;
	text-shadow: 0px 2px 1px rgba(0,0,0,0.4),
				 0px 2px 1px rgba(0,0,0,0.1),
				 0px 2px 4px rgba(0,0,0,0.1);
	letter-spacing:-1px;
	margin-bottom: 5px;
	}

border-style:dotted;

td{	
	text-decoration: none;
}
.linkovi{
    font-size: 16px;
}
	
.full{
	padding: 10px;
	width: 98%;
	text-align: justify;
	font-size: 14px;
	}
.cen{
	width:340px;
	margin-left: auto;
	margin-right: auto;	
	}
	
.half{
	padding: 10px;
	float:left;
	width:48%;
	}

.halfseparator{
	padding: 10px;
	float:left;
	width:45%;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#F00;
	}
	

.frame{
	margin-right:1000px;
	}
