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

#margin {
	margin-bottom: 10px;
	}
	
#red {
	font-weight: bold;
	color: #F00;	
	}	
	

#top{
	background: #000;
	height: 80px;
	z-index: 2;
	top: 0px;
	}
	
#container {
	width: 600px;
	margin: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#content {
	float: right;
	height: 400px;
	width: 400px;
	margin-right: 20px;
	overflow: auto;
	margin-top: -84px;
}

#cv {
	float: right;
	height: 400px;
	width: 400px;
	margin-right: 20px;
	overflow: auto;
	margin-top: -154px;
	color: #FFF;
}

#center {
	margin: auto;
	height: 600px;
	width: 600px;
	background: #000000;
	color: #FFF;
}

#nav {
	list-style-type: none;
	position: relative;
	width: 150px;
	z-index: 2;
	top: 200px;
	margin-left: -20px;
}

#nav a{
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;	
	}

#meny a:visited {
	text-decoration: none;
	font-weight: bold;
	}
	
#pdf {
	width: 70px;
	text-align: center;
	margin-left: 25px;
	margin-top: 15px;
}

#meny a#current {
	text-transform: capitalize;
	font-weight: bolder;
	color: #F00;
	}

#meny {
	list-style-type: none;
	}
	
#image {
	width: 363px;
	background-image: url(/bilder/design/Glad.png);
	height: 480px;
	margin-top: -150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#AUKTORISERAD {
	color: #FFF;
	width: 270px;
	margin: auto;
	z-index: 2;
	position: relative;
	right: 130px;
	top: 0px;
}

#text {
	color: #FFF;
	width: 255px;
	margin: auto;
	z-index: 2;
	position: relative;
	right: 130px;
	top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#footer {
	height: 15px;
	width: auto;
	background: #000;
	color: #FFF;
	z-index: 3;
	text-align: center;
	font-size:9px;
	font-weight: bolder;
	clear:both;
	margin-top: 20px;
	}
	
#lang {
	width: 22px;
	height: 14px;
	margin-left: 0px;;
	margin-top: 10px;
}

#contact {
	float: right;
	height: 400px;
	width: 400px;
	margin-right: 20px;
	overflow: auto;
	margin-top: -25px;

}

