*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#wrapper{
	width: 750px;
	height: 100%;
	margin: 0 auto;
}

#wrapper h1{
	height: 80px;
	background:#FFF url(gfx/logo.gif) right no-repeat;
	color: white;
}


/*   MENYER   */
div#meny{
	width: 750px;
	background-color:#8FB2F4;
	color: white;	
	text-align: center;	
}

div#meny ul{
	padding: 5px 0px;
}

div#meny ul li{
	display: inline;
	text-transform: uppercase;
	padding: 5px;
}

div#meny ul li a{
	color: #000;
	font-size: 17px;
	text-decoration: none;
}

/*  SUB MENY  */

div#sub-meny1, div#sub-meny2 {
	width: 750px;
	background-color:#000;
	text-align: center;	
	margin-top: 1px;
}
div#sub-meny1, div#sub-meny2 ul{
	padding: 5px 0px;
}

div#sub-meny1 ul li, div#sub-meny2 ul li{
	display: inline;
	padding: 5px;
}

div#sub-meny1 ul li a, div#sub-meny2 ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.current{
	font-weight: bold;
}

/*  INNEHÅLLSDELEN   */
div#content{
	background-color:#D4DCEF;
	padding: 15px;
}
img.cimg{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
}

p{
	margin-left: 246px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 16px;
}

p.clear{
	clear: both;
}

/*   FOOTER  */
p.footer{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	padding-top: 5px;
}

div#content ol, div#content ul{
	font-size: 14px;
	line-height: 1.4;
	margin-left: 256px;
	list-style-position: inside;
	margin-bottom: 20px;
	margin-top: -15px;
}

p.footer{
	margin-left: 0px!important;
	
}

/*.imgblock{
	width: 236px;
	float: left;
	height: 100%;
	border: 1px solid yellow;
}*/
