
/* Cascading Style Sheets for OlmorsMartin website */

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #330;
	background-color: #699;
	background-repeat: no-repeat;
	background-position: center center; 
	margin: 0;
	padding: 0;
}

p {
	padding: 0.5em;
	font-size: 100%;
        text-align: center;
}

h1 {
	font-size: 4em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0em;
}

h2 {
	color: #ff0;
	font-size: 1.25em;
}

img {
	border-style: none;
	border-width: 1px;
	border-color: #ccc;
}

#yttre {
	height:100%;
	min-height:100%;
	margin: 0 180px;
	border: 0px solid #000;
	border-width: 0 0px;
	margin-bottom:-72px;
	}

html>body #yttre {height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#rubrik{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background-color:#699;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	overflow:hidden;
	color: #330;
}

#vmeny {
	background-color: #699;
	position:relative;
	float: left;
	width: 180px;
	margin-left: -179px;
	}
* html #vmeny {padding-bottom:2px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#vmeny p {padding:0px 2px 0px 3px;}
#hmeny p {padding:0px 3px 0px 2px;}

#vmeny li {margin:0 0 0 0.5em; padding:0 2px 0 0;}
#vmeny ul {margin:0 8px 1em 0; padding:0; list-style:none; font-size:100%}

#hmeny li {margin:0 0 0 0.5em; padding:0 0 0 2px;}
#hmeny ul {margin:0 8px 1em 0; padding:0; list-style:none; font-size:100%}

#hmeny {
	background-color: #699;
	position:relative;
	float: right;
        text-align: right;
	width: 180px;
	margin-right: -179px;
	}
* html #hmeny {padding-bottom:72px ;margin-right:-180px;}/* stop float drop in ie */

#fot {
	width:100%;
	clear:both;
	height:70px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	background-color: #699;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #fot {/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}
#fixarubrik {height:82px;}/*needed to make room for header*/
#fixafot {clear:both;height:70px;line-height:0;}/*needed to make room for footer*/
* > html #fixafot {float:left;width:100%;}
div,p {margin-top:0}/*clear top margin for mozilla*/
* html #mitten {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#mitten {
	background-color: #699;
	position:relative;
	float: right;
	width: 100%;
	margin: 0 -0.5%;
	padding-top: 5%;
	}
#inre {
	float: left;
	width: 99%;
	}
.bakgrund {
	background-color: #cff;
}
.vmenyval {
  	text-align: left;
	margin: 0% 0% 0% 0%
}
.hmenyval {
  	text-align: right;
	margin: 0% 10% 0% 0%
}
.brev {
	text-align: left;
  	font-size: 0.7em;
}
a:link {
        color: #006;
	text-decoration: none;
}
a:visited {
        color: #900;
	text-decoration: none;
}
a:hover {
        color: #F00;
	text-decoration: underline;
}
a:active {
        color: #00C;
	text-decoration: none;
}
a:focus {
        color: #F00;
	text-decoration: underline;
}

strong {
	font-weight:bold;
}

#mitten ul { 
	list-style-type: none;
	margin: 0em 0% 0em 0%
}

#mitten li {
	text-align: center;
}

table {
	background-color: #ccc;
}

fieldset {
	border: 1px solid #545454;
}