@charset "utf-8";
body {
	background-color:#000;
	}

 /* center layout*/
#master {
	position: relative;
	width:700px;
	left:50%;
	top: 1px;
	margin-left:-350px;
	padding-bottom:100px;
	border: 1px dotted;
	border-color: #b22879;
	background-color: #134;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 0 10px 0 #b22879;
	-moz-box-shadow: 0 0 10px 0 #b22879;
	-webkit-box-shadow: 0 0 10px 0 #b22879;
	
}

.beskriv {
	color: #ccc ;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: bold;
	padding-left:10px;
	padding-right:10px;
	
}


	
	
	#linklist {
	list-style-type: none;
	padding: 10px;
	position: relative;
	margin-left: 1px;
	width:800px;
	height:80px;
	left:50%;
	margin-left:-350px;
	margin-top:0px;
	}
	
	#linklist li {
		float: left;
		margin: 0px 0;
	}
	
	#linklist a {
		color: #a11657;
		font-family: Tahoma, Geneva, sans-serif;
		text-decoration: none;
		font-size: small;
		font-weight: bold;
		background: #cf0; /* Old browsers */
		background: -moz-linear-gradient(top, #cf0 0%, #ff0 67%, #cf0 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0), color-stop(67%,#ff0), color-stop(100%,#cf0)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #cf0 0%,#ff0 67%,#cf0 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #cf0 0%,#ff0 67%,#cf0 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #cf0 0%,#ff0 67%,#cf0 100%); /* IE10+ */
		background: linear-gradient(top, #cf0 0%,#ff0 67%,#cf0 100%); /* W3C */
		padding: 10px 7px;
		margin: 0px;
		border; 1px dotted;
		background-color: #ff93d2;
		box-shadow: 0 0 5px 0 #ff0;
		-moz-box-shadow: 0 0 5px 0 #ff0;
		-webkit-box-shadow: 0 0 5px 0 #ff0;
		
	}
	
	#aanet a {
		border-bottom-right-radius: 15px;
		border-top-right-radius: 15px;
		-moz-border-bottom-right-radius: 15px;
		-moz-border-top-right-radius: 15px;
		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		color: #c00;
	}
	
	#home a {
		border-bottom-left-radius: 15px;
		border-top-left-radius: 15px;
		-moz-border-bottom-left-radius: 15px;
		-moz-border-top-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-webkit-border-top-left-radius: 15px;
	}
	
	#linklist a:hover {
		color: #000;
		background-color: #ff93d2;
		box-shadow: 0 0 0px 0 #ff0;
		-moz-box-shadow: 0 0 0px 0 #ff0;
		-webkit-box-shadow: 0 0 0px 0 #ff0;
	}
	
	h1 {
		
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style: italic;
		font-size: 80px;
		margin: 30px 7px 1px 11px;
		line-height: 1.3em;
		letter-spacing: 1px;
		background-position: top;
		background-image:url('img/Penguins_home.png');
		color:#b22879;
		
	}
	
	#fotnot {
		position: relative;
		bottom: 20px;
		padding-top: 40px;
		color: #F00;
	}
	
	#röd {
		color:#f00;
	}
	#grön {
		color:#0f0;
	}
	#blå {
		color:#00f;
	}