@charset "UTF-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
}
a {
	color:#323233;
	text-decoration:underline;
}
img {
	border:none;
}
p {
	color:#323233;
	margin-top: 0px;
	margin-bottom: 13px;
	font-size:12px
}
div#wrapper {
	width:auto;
	height:auto;
	padding-left:20px;
	padding-top:20px;
}

div#left {
	width:134px;
	height:auto;
	float:left;
}

div#logo {
	width:134px;
	height:160px;
}

div#menu {
	width:134px;
	height:auto;
}

div#content {
	height:auto;
	width:360px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left:177px;
	top:180px;
}

/*content classes*/

div.cont_split {
	float:left;
	width:50%;
}

/* menu classes */

div.menu_under {
	width: 134px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}
img.menu {
	margin-top:4px;
	margin-bottom:0px;
}

/* font classes */

p#header {
	color:#323233;
	margin-top: 2px;
	font-size: 18px;
	font-weight:bold;
}
p#header2 {
	color:#323233;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}
p#header3 {
	color:#323233;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 16px;
	color:#00a0e4;
	font-weight: bold;
}
p#list {
	color:#323233;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:10px;
}

p#list2 {
	color:#323233;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size:9px;
}

p#under {
	color:#323233;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:11px;
	font-weight:bold;
}

font#cyan {
	color:#00a0e4;
}

span.tjock {
	color:#323233;
	font-size:11px;
	font-weight:bold;
}
