/*
Base.css: Contains sitewide generic styleclasses
*/

body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%;
	margin:0;
	padding:0;
	background:#fff url(../Images/MainBackground.jpg) repeat-x;
	color:#5c5c5c;
}

form /* Fix for Firefox adding extra space for form */
{
	padding: 0; 
	margin: 0;
}

/* Text */
h1
{
	font-weight: normal;
	font-size: 250%;
	margin:0 0 6px 0;
	color:#65a64e;
}

h2
{
	font-weight: normal;
	font-size: 180%;
	margin:4px 0 2px 0;
	color:#65a64e;
}

h3
{
	font-weight: normal;
	font-size: 150%;
	color:#65a64e;
	margin:8px 0 2px 0;
}

h4
{
	font-weight: normal;
	font-size: 150%;
	color:#65a64e;
	margin: 24px 0 4px 0;
}

h5
{
	font-weight: normal;
	font-size: 130%;
	color:#65a64e;
	margin:20px 0 3px 0;
}

h6
{
	font-weight: normal;
	font-size: 110%;
	color:#65a64e;
	margin:18px 0 2px 0;
}

.Introduction
{
	margin-top:0;
	font-weight:bold;
	margin-bottom:18px;
}

p
{
	margin-top:0;
	margin-bottom:14px;
}

p.Center
{
	text-align:center;
}

a:visited, a:link, a:active, a:hover
{
	color:#6899b7;
	text-decoration:none;
}

a:hover
{
	color:#5c5c5c;
}

.datum
{
	font-weight: normal;
	font-size: 90%;
	color:#666666;
	margin:3px 0px 3px 0px;
}

.bildtext
{
	font-weight: normal;
	font-size: 90%;
	color:#666666;
	margin:5px 0px 10px 2px;
}
/* End Text */

/* Image */
img
{
	border:0;
}

img.LeftTop
{
	float:left;
	margin:0 8px 8px 0;
}

img.Left
{
	float:left;
	margin:0 10px 0 8px;
}

img.RightTop
{
	float:right;
	margin:0 0 8px 8px;
}

img.Right
{
	float:right;
	margin:0 0 5px 15px;
}
/* End Image */

/* Table */
table.sidfot{
	width:100%;
	border-top:solid 1px #d6e6f1;
	margin:0px;
}
table.sidfot td{
	padding-top:10px;
	vertical-align: top;
}

table.bildarkiv{
	margin:0px;
	width:100%;
}
table.bildarkiv td{
	font-size:90%;
	text-align:center;
	vertical-align: bottom;
}

table.siffror{
	width:100%;
	margin:0px;
}

table.siffror td{
	font-size:90%;
	text-align:center;
	border-bottom:solid 1px #d6e6f1;
	padding:2px 2px 2px 2px;
}
table.siffror th{
	font-size:90%;
	border:none;
	background-color:#edf2f6;
	padding:2px 2px 2px 2px;
}
table.siffror td.mellanrub{
	border:none;
	text-align:left;
	font-weight:bold;
	padding:12px 2px 2px 2px;
}
table.siffror td.leftColoumn{
	text-align:left;
}

/* End Table */

/* Form */
label
{
}

input, textarea, select
{
	font-family: Arial, Helvetica, Tahoma, Sans-Serif;
	font-weight:normal;
}

.TextBox
{
	border:solid 1px #C2D1DA;
}

fieldset
{
	border:solid 1px #C2D1DA;
}

.ReadOnly
{
	background:#ededed;
}

.Button
{
}
/* End Form */

/* Misc */
.Important
{
	color:Red;
}

.Hidden
{
	display:none;
}

.Dimmed
{
	color:#ddd;
}

.Small
{
	font-size:80%;
}

.Error
{
	color: #b31b34;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style:italic;
}
/* End Misc */
