@charset "utf-8";

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	overflow-y:hidden;
}

.wrapper	
{
	width:1000px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

main		
{
	width: 1000px;
	height: 600px;
	margin-top: 25px;
	/* float: left; */
}

section 	
{
	box-shadow: 0px 0px 8px 2px #000000;
	width: 100%;
	height: 680px;
	background-color: white;
}

.footerfix
{
	margin-top: 105px;
	position: absolute;
}

footer
{
	height: 122px;
	width: 1000px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	box-shadow: 0px 0px 8px 2px #000000;
    background-color: white;
}

/* om vi vill ha första designen */

/* section 	
{
	box-shadow: 0px 0px 8px 2px #000000;
	width: 100%;
	height: 500px;
	background-color: white;
} */

/* aside 	
{
	box-shadow: 0px 0px 8px 2px #000000;
	margin-top: 140px;
	width: 250px;
	height: 500px;
	float:right;
	background-color: white;
} */

/* #sectionfix
{
	margin-top: 25px;
} */

/* #asidefix
{
	margin-top: 25px;
} */

nav
{
	margin-top: -8px;
	box-shadow: 0px 0px 8px 2px #000000;
	/* position: fixed; */
}

ul img
{
	float: left;
	height: 122px;
	width: 128px;
}

ul {
	height: 122px;
	width: 1000px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: left;
	height: 122px;
}

li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 49px 16px;
    text-decoration: none;
}

.dropbtn
{
	display: inline-block;
    color: black;
    text-align: center;
    padding: 48px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
    display: block;
}

.fixBildJan img
{
	margin-top: 90px;
	margin-left: -90px;
	transform: rotate(90deg);
	height: 500px;
	width: 680px;
}

#pAdress
{
	float: right;
	margin-top: -500px;
	margin-right: 50px;
}

#h1index
{
	font-size: 150px;
	text-align: center;
	padding-top: 150px;
}