﻿* 
{
	padding: 0;
	margin: 0;
}
html,body,form
{
	width: 100%;
	height: 100%;
}
body 
{
	background-color: #fff;
	color: #000;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	border: none;
}
img 
{
	border: none;
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	color: #ae9962;
	text-decoration: underline;
}
.Wrapper
{
	width:800px;
	margin:auto;
	padding-top: 40px;
}
.Main
{
	background: url('../images/bg.gif')	repeat-y 0 0;
}
.MenuItem
{
	padding-left:14px;
	display:block;
	margin-bottom:10px;
}
.HeaderBig
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.Header
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.BigQuote
{
	display: block;
	font-size: 28px;
	line-height: 30px;
}
.Input
{
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
}
.Button
{
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-top: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	height: 21px;
}
#Page
{
	line-height:20px;
}
#Page a
{
	color: #000;
}
#Page a:hover
{
	color: #ae9962;
}
.Puff
{
	border-bottom:solid 1px #acadaf;
	border-right:solid 1px #acadaf;
	border-left:solid 1px #dbdbdb;
	border-top:solid 1px #dbdbdb;
	background-color:#e3e3e4;
	padding:20px;
}
.Pre
{
	font-size:24px;
	color:#ae9962;
	font-weight:bold;
	float:left;
	width:20px;
}
#Scroll
{
	position:relative;
	width:760px;
	margin-left:20px;
}
#Scrolltext
{
	display:none;
	width: 800px; /* Måste ändras när scrolltexten ändras */
}
#Scrolltext a
{
	color: #000;
}
#Scrolltext a:hover
{
	color: #ae9962;
}
#Close
{
	width:87px;
	height:24px;
	background: url('../images/close.gif')	no-repeat 0 0;
	position:absolute;
	cursor:pointer;
	left:10px;
	top:10px;
}
.ModalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background-color:#000000;
	display: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
    filter:alpha(opacity=75);
    -moz-opacity:.75;
    opacity:.75;
}
.ModalWindow
{
    position: fixed;
    left: 0;
    top: 0;
    color: #000;
	z-index: 10;
	background-color: #c0c0c0;
	padding: 15px;
	padding-bottom: 35px;
	display: none;
}
#ModalInner
{
	background-color:#fff;
	height:100%;
	overflow: auto;
}
#ModalContent
{
	padding: 10px;
}
#ModalContent a
{
	color: #000;
}
* html .ModalBackground
{
    position: absolute;
    left: expression(ignoreMe = document.documentElement.scrollLeft + "px");
    top: expression(ignoreMe = document.documentElement.scrollTop + "px");
    width: expression(document.documentElement.clientWidth + "px");
    height: expression(document.documentElement.clientHeight + "px");
}
* html .ModalWindow
{
	position: absolute;
    left: expression(ignoreMe = document.documentElement.scrollLeft + "px");
    top: expression(ignoreMe = document.documentElement.scrollTop + "px");
}
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix 
{
	display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */