/*
***** styles för att få sidan expandera 100% i höjdled av webbläsarfönstret *****

***** OBS! denna style måste finnas med om man kör .NET *****

form{height: 100%;}

****************

html{height: 100%;}
body{height: 100%; margin: 0; padding: 0;}
#Container,#Header,#Menu,#Content,#Footer{width: 800px;}
#Container{min-height:100%; _height: 100%; background-color:#003333; width: 800px; margin: 0 auto;}
#Header{height: 200px; background-color:#3399FF;}
#Menu{height: 30px; background-color:#00FFCC;}
#Content{min-height: 350px;}
#FooterMargin{height:30px; clear:both;}
#Footer{height: 30px; background-color: #FFCC99; margin-top: -30px; margin-right: auto; margin-left: auto;}

***** kod som byts ut mellan "body" tagen *****

<div ID="Container">
	<div id="Header">header</div>
	<div id="Menu">menu</div>
	<div id="Content">content</div>
	<div id="FooterMargin"></div>
</div>
<div id="Footer">footer</div>
*/

/* IE7 -15, Firefox -8  98905b*/
body{font: 8pt Verdana; color: #a8a06b; background-color: #000;}
a, a:visited, a:active{color: #a8a06b; text-decoration: none;}
a:hover{text-decoration: underline;}
#Container{margin: 0 auto; width: 804px;}
#Header{height: 204px; width: 804px; margin-top: 59px; background: url(gfx/headerBg.jpg) no-repeat;}
#Menu{height: 30px; width: 750px; margin-top: 163px;}
#ContentHeader{ margin-top: 10px; height: 34px; width: 804px; background: url(gfx/lineBg.jpg) no-repeat;}
#Content{min-height: 250px; width: 762px; padding:5px 20px 0px 20px;}
#bottomLine{height: 34px; width: 804px;}
#Footer{height: 30px; width: 804px;}

#Header,#Menu,#ContentHeader,#Content,#bottomLine,#Footer{float: left;}
#bottomLine{background: url(gfx/lineBg.jpg) no-repeat; margin-top: 15px;}
.pageHeadLine{background-color: #000; line-height: 31px; padding: 0 10px 0 10px; margin-left: 54px; color: #c80000; font-family: Lucida Sans Typewriter, Verdana; font-size: 12pt;}
.headBg{height: 20px; width: 420px; color: red; background: url(gfx/pageHeadBg.jpg) no-repeat; line-height: 20px;}
.productHeadBg{height: 20px; color: red; background: url(gfx/productBg.jpg) repeat-x; line-height: 20px;}