
body {
	margin: 0px;
	padding: 0px;
	background: #000080 url(images/menubg.gif) repeat-y left;
	color: #FFFFFF;
	font: normal 95% "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
}

q {
	font-style: italic;
}

/* Specify pairs of quotes for two levels in two languages */
q:lang(en) { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:lang(se) { quotes: '"'     '"'     "'"     "'";     }

/* Insert quotes before and after Q element content */
q:before { content: open-quote;  }
q:after  { content: close-quote; }

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 199px;
	margin: 0px;
	padding-top: 175px;
	padding-bottom: 25px;
	background: #000040;
	border-right: 1px solid #cccccc;
	color: #cccccc;
	font-size: normal;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
}
#nav a:link {
	color: #8080FF;
	background-color: transparent;
}
#nav a:visited {
	color: #ccc;
	background-color: transparent;
}
#nav a:hover {
	color: #00f;
	background-color: transparent;
}
#nav h1 {
	border-top: 1px solid #cccccc;
	margin: 5px 0px;
	padding: 8px 10px 8px 10px;
	color: #ccc;
	background-color: transparent;
	font: bold 13px Verdana,Arial,Helvetica,sans-serif;
}
#nav ul {
	margin: 0px 0px 10px 30px;
	padding: 0px;
}
#nav ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav li {
	margin: 3px 4px 5px 0px;
	list-style: square url(images/icons/arrow.gif);
	font: normal 13px Verdana,Arial,Helvetica,sans-serif;
}
#nav li:hover {
	list-style: square url(images/icons/arrows.gif);
	/* Opera uses the "square" value
	   Mozilla uses the url */
	padding: 0px;	/* if setting the margin or padding (maybe anything?) opera uses the url too */
}
#nav li a:hover {
	list-style: none url(images/icons/arrows.gif);
	/* list-style has to be here too for IE6 to behave */
}

#content {
	position: absolute;
	left: 200px;
	padding: 20px;
	background-color: #000080;
	color: #ffffff;
}

#content a {
color: #fff;
/*font-weight: bold;*/
}
#content a:visited {
color: #fff;
}
#content a:hover {
color: #f00;
}

.uc {
	text-transform: uppercase;
}

.visitkort {
	color: #000000;
	background-color: #ffffff;
	margin-top: 35px;
}
.visitkort a {
	color: #8080ff !important;
	/*font-weight: bold;*/
}
.visitkort a:visited {
	color: #8080ff;
}
.visitkort a:hover {
	color: #f00;
}
.visitkort .header {
	font-size: 100%;
}
.visitkort .footer {
	font-size: 90%;
}

/*img {
	behavior: url("pngbehavior.htc");
}*/

#logo {
	height: 63px;
	background-color: #ffffff;
	color: #000000;
	text-align: right;
	margin: 0px;
	padding-right: 20px;
	padding-top: 9px;
}

#separator {
	/*width: 100%;*/
	height: 25px;
	background: #000040;
/*	font-family: Alexa;*/
	padding: 4px 4px 4px 250px;
	margin-left: 200px;
	border-bottom: 1px solid #888;
/*	text-align: right;*/
}

#copyright {
/*	position: absolute;
	z-index: 0;
	top: 75px;
	right: 4px;*/
	float: right;
	font-family: Verdana, non-serif;
	font-size: 9px;
	color: #aaa;
	background: transparent;
	text-align: center;
}
#copyright a {
	color: #aaa;
	background: transparent;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	margin:20px 0px 0px 0px;
}
h2 {
	font-size: 100%;
	margin:20px 0px 0px 0px;
	font-style: italic;
}
