@charset "UTF-8";
* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	/* Tar bort alla marginaler från standardutseende */
	margin: 0;
	padding: 0;
	color: #000000;
}



#container {
	/* Sätter maximal sidbredd */
	width: 750px;
	border: 3px solid #000;
	overflow:hidden;
	margin: 1em auto;
    
}

#menu {
	width: 100%;
}

#header {
	width: 100%;
	height: 69px;
    background: #fff url(../img/site/headerupper5jpg.jpg) no-repeat top center; /* Kan ligga i både container och header - ändra höjden!!! */
}

#header img {
	display: none;
	
}

#container #contents {
	width: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#container #contents #left {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 350px;
	background-color: #CCFF99;
}

#container #contents #right {
	width: 50%;
	float: left;
	overflow: auto;
	line-height: 1.3em;
	height: 350px;
}

#container #contents #rightinner {
	padding: 1em;
}

#container #contents #rightinner h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

#container #contents #rightinner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#container #contents #rightinner p {
	padding: 1em;
}

#container #contents #right #rightinner p {
	font-size: 16px;
}
#container #contents #right #rightinner p {
	font-style: normal;
}
#container #contents #right {
	font-style: normal;
	background-color: #CCFF99;
}
body {
	background-color: #330000;
}

