body {
	background: #f1f1f1;
	background: -webkit-repeating-linear-gradient(#f9f9f9, #ececec 3px, #ddd 4px); /* For Safari 5.1 to 6.0 */
    background: -o-repeating-linear-gradient(#f9f9f9, #ececec 3px, #ddd 4px);/* For Opera 11.1 to 12.0 */
    background: -moz-repeating-linear-gradient(#f9f9f9, #ececec 3px, #ddd 4px); /* For Firefox 3.6 to 15 */
    background: repeating-linear-gradient(#f9f9f9, #ececec 3px, #ddd 4px); /* Standard syntax (must be last) */
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FFFFCC;
	text-shadow: 0 0 4px #E6F6B2;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}
#icon {
	position:absolute;
	left:5px;
	top:5px;
	width:256px;
	height:255px;
	background:#333;
	background-image: url(../img/anulbird.jpg);
	background-position: -6px -6px;
	border-radius:128px;
	border: 4px solid #444;
    box-shadow: 0px 0px 7px black;
}
#navi {
	float:left;
	margin-left:29px;
	margin-top:303px;
	width:176px;
	height:253px;
	z-index:2;
}
#rand {
	position:fixed;
	left:0px;
	top:0px;
	width:220px;
	bottom:0px;
	background: #222; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#111, #222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#111, #222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#111, #222); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#111, #222); /* Standard syntax */
	box-shadow: 0px 0px 5px #000;
}
.rounded {
	border-radius: 9px 36px 9px 9px;
}

#container{
	position:absolute;
	left:330px;
	top:148px;
	bottom:60px;
	width:640px;
	max-width:50%;
    box-shadow: 0px 0px 10px #777;
    overflow: hidden;
   /* 
	-webkit-overflow-scrolling: touch;
    overflow-y: scroll;
	*/
}

#copyright{
	position:absolute;
	color: #888;
	text-align: right;
	font-size: 12px;
	left:360px;
	height:20px;
	bottom:30px;
	width:606px;
	max-width:45%;
}
#copyright>div:last-child{
	float: right;
}
iframe{
	width: 100%;
	height: 100%;
	border: none;
}

.klicka{
	float:left;
}

@media screen and (max-height:520px) and (min-width: 680px){
	body {
		background: black;
	}
	#container{
		top: 0;
		left: 416px;
		bottom: 0;
		right: 0;	
		width: 100%;
	}
	#rand{
		left: 0;
		width: 100%;
	}
	#icon {
		position: absolute;
        left: 5px;
        top: 5px;
    	width: 180px;
    	height: 180px;
    	background: #333;
    	background-image: url(../img/anulbird.jpg);
    	background-position: -4px -4px;
    	background-size: 197px;
    	border-radius: 100px;
    	border: 3px solid #444;
	}
	#navi{
		position: absolute;
    	top: 16px;
		left: 205px;
  	    right: 0px;
  	    width: 100%;
        bottom: 280px;
        margin: 0;
	}
	.rounded{
		border-radius: 0;
	}
	p {
		margin: 0.5em;
	}
	ul {
		margin: 0;
	}
	#copyright{
		width: 500px;
		text-align: left;
		left: 1em;
		bottom: 0.5em;
	}
	#copyright>div:last-child{
		float: left;
	}
	.klicka{
		display:none;
	}
}

@media screen and (max-width:680px){
	#rand{
		left: 0;
		width: 100%;
	}
	#icon {
		position: absolute;
        left: 5px;
        top: 5px;
    	width: 180px;
    	height: 180px;
    	background: #333;
    	background-image: url(../img/anulbird.jpg);
    	background-position: -4px -4px;
    	background-size: 197px;
    	border-radius: 100px;
    	border: 3px solid #444;
	}
	#navi{
		position: absolute;
    	top: 16px;
		left: 205px;
  	    right: 0px;
  	    width: 100%;
        bottom: 280px;
        margin: 0;
	}
	#container{
		top:202px;
		left:0px;
		right:0px;
		bottom:0px;
		max-width:100%;
		background:white;
		overflow:hidden;
		-webkit-overflow-scrolling: touch;
	}
	.rounded{
		border-radius: 0;
	}
	p {
		margin: 0.5em;
	}
	ul {
		margin: 0;
	}
}
