/******************************************************
	General styles
*******************************************************/
body	{
	color: #ffffff;
	background-color: #000000;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-family: cursive, sans-serif;
	color: #ffffff;
	background: inherit;
}

p, td, a, li {
	font-family: arial, sans-serif;
	/*font-size: 12px;*/
	color: #ffffff;
	background: inherit;
}

h1	{
	font-size: 160%;
	font-variant: small-caps;
	font-style: italic;
	text-align: center;
}

h2	{
	font-size: 120%;
}

h3	{
	font-family: "monotype corsiva", cursive, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	background: inherit;
}

p	{
	text-align: justify;
}

li {
	padding: 5px;
}

a:link, a:visited {
	color: #ffff00;
	background: inherit;
}

a:hover {
	color: red;
	background: inherit;
}	

.red {
	color: red;
	background: inherit;
}	


/******************************************************
	Banner
*******************************************************/
#banner {
	color: #ffffff;
	background: #0099ff;
	margin: 0;
	padding: 0;
	height: 60px;
	border: 2px solid silver;
}

#banner p.stor {
	font-family: 'monotype corsiva', serif;
	font-size: 230%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 4px 0 0 0;
	color: white;
	background: inherit;
}

#banner .ikon {
	position: absolute;
	top: 12px;
	left: 45px;
}

#banner .blomst {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 200px;
}


/******************************************************
	Main menu
*******************************************************/
#menu {
	float: left;
	width: 140px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #ffffff;
	background: #0099ff;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: silver;
}

#menu ul {
	margin: 7px 0 7px 15px;
	padding: 0;
}

#menu ul li {
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu img {
	height: 30px;
	border: 0;
}

#menu a, #menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: inherit;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: red;
	background: inherit;
}


/******************************************************
	Sub menus
*******************************************************/
#undermenu {
	width: 170px;
	position: fixed;
	top: 95px;
	right: 5px;
	margin: 0;
	padding: 0;
	border: 2px solid silver;
	color: #ffffff;
	background: #eef6ff;
}

#undermenu p {
	font: italic bold 12px cursive, sans-serif;
	color: #000000;
	background: inherit;
	margin: 5px 5px 0 5px;
	text-align: left;
}

#undermenu ul, #undermenu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
}

#undermenu ul a {
	font-size: 80%;
	font-weight: bold;
	font-variant: small-caps;
	display: block;
	width: auto;
	text-align: left;
	text-decoration: none;
	margin: 10px 0 10px 3px;
	border: 0;
	line-height: 14px;
}

#undermenu a:link, #undermenu a:visited {
	color: #996633;
	background: #eef6ff;
}

#undermenu a:hover {
	text-decoration: underline;
	color: black;
	background: #ffffff;
}


/******************************************************
	Content
*******************************************************/
#content {
	margin: 10px 20px 45px 145px;
	padding: 0 10px 0 15px;
}

#content.with-submenu {
	margin-right: 180px;
}

#content.frontPage {
	margin-bottom: 0;
}	


/******************************************************
	Footer
*******************************************************/
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 2px solid silver;
	color: white;
	background: #0099ff;
	clear: both;
}

#footer p {
	font-family: verdana, serif;
	font-size: 12px;
	text-align: center;
	color: white;
	background: inherit;
	margin: 5px;
}

#footer a, #footer a:visited {
	font-size: 12px;
	color: #cccccc;
	background: inherit;
	text-decoration: none;
}

#footer a:hover {
	color: red;
	background: inherit;
}

