h1,p,h2, label, h3,a,td,th{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color:#DBEF98;
}

h1{
	font-size: 34px;
}
body{
	background: url(http://hdwallpaperia.com/wp-content/uploads/2013/10/Amazing-Zen-Nature.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;

}

#box{

	min-width:100%;
	background: rgba(0,178,221,0.7);
	border-radius: 15px;
}

#header h1, h3 {
	
	color:#00B2DD;

}

table{
border:1px solid #1292B8;
}

#artikel{
	float:left;
	width:50%;
	}

#links{
	display: inline-block;
	width:50%;
	
	
}
#sub{
	font-family: 'Roboto', sans-serif;
	color:#DBEF98;
	padding:5px;
	border-radius: 5px;
	background: #3F4458;
	border: 3px solid #8691A5;
}

#sub:hover{
	cursor: pointer;
}

label:hover{
	cursor: pointer;
	}

.image-wrapper{
	position: relative;
}

.scale-image{
	display: block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	max-width: 75%;
}

#form{
	width:48%;
	float:left;
	padding:10px;

}

#marjan{
	width:48%;
	display: inline-block;
}

#left{
	width: 50%;
	display: inline-block;
	height: 400px;
	text-align: center;
}
.divide{
	clear:both;
}

#right{
	width:50%;
	float:left;
	text-align: center;
}
#extra{
	height:300px;
}

