﻿/* 2009 - Magnus Lindmark */

/* Global */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,li,ul,ol,p,pre,textarea,table,td,th {
	margin:0;
	padding:0;
}
html {	
	font-family: Arial, Times New Roman;
	color: #333333;
	font-size: 13px;
	outline: none;
	overflow-y: scroll;
}
	
body {
	background-color: #fff;
}

/* Links */

a { cursor: pointer; color: #990000; }

a:link, a:visited { 	outline: none; color: #990000; text-decoration: none;}
a:hover,
a:focus,
a:active { 	outline: none; color: #990000; text-decoration: underline;}



/* Images */
img {
	border:none;
	outline: none;
}

/* Main layout */

#wrapper {
	margin: 0 auto;
	width: 990px;
}

 #Header,#Logotype,#TopNavigation,#HeaderImage,#Main,#Column1,#Column2,#Column3,#Column3a,#Column3b_1,#Column3b_2,#Standard_Column1,#RightHolder,#Breadcrumb,#SubNavigation,#Standard_Column2,#Standard_Column3,#Footer{
	float: left;
	position: relative; 
}


#Header
{
	height: 53px;
	margin-bottom: 11px;
	padding-top: 37px;
	border-bottom: solid 1px #990000;	
	width: 990px;
	background-color: #fff;
}

#TopNavigation {
	width:100%;
	margin-bottom: 9px;
}

#LogoType
{
	padding: 0px;
}

#HeaderImage
{
	margin-bottom: 18px;
}

#Main
{
	width: 990px;
	padding-bottom:18px;
	border-bottom: solid 1px #990000;	
}

#Footer
{
	margin-bottom: 30px;
}


/*  Main template */

#Column1
{
	border-top: solid 1px #990000;	
	padding: 11px 0px 0px;
	width: 234px;
	height: 100%;
	margin-right: 18px;	
}

#Column2
{
	border-top: solid 1px #990000;	
	padding: 11px 0px 0px;
	width: 234px;
	height: 100%;
	margin-right: 18px;	
}

#Column3
{
	border-top: solid 1px #990000;	
	padding: 11px 0px 0px;
	width: 486px;
	height: 100%;
	float: right;
}

#Column3a
{
	padding: 0px 0px 17px;
	width: 486px;
	height: 100%;
}
#Column3b
{
	padding: 17px 0px 0px;
	width: 486px;
	height: 100%;
}

#Column3b_1
{
	border-top: solid 1px #990000;	
	padding: 17px 0px 0px;
	width: 234px;
	height: 100%;
}

#Column3b_2
{
	border-top: solid 1px #990000;	
	padding: 17px 0px 0px;
	width: 234px;
	height: 100%;
	float: right;
}





/* Standard template */

#RightHolder
{
	width: 738px;	
	float: right;
}

#Standard_Column1
{
	border-top: solid 1px #990000;	
	padding: 17px 0px 0px;
	width: 234px;
	height: 100%;
}

#Breadcrumb
{
	margin-bottom: 10px;
	margin-top: 62px;	
	width:100%;
}


#Standard_Column2
{
	border-top: solid 1px #990000;	
	padding: 17px 0px 0px;
	width: 486px;
	height: 100%;
	margin-right: 18px;	
	float: right;	
}

#Standard_Column3
{
	border-top: solid 1px #990000;	
	padding: 17px 0px 0px;
	width: 234px;
	height: 100%;
	float: right;
}

#Standard_Column3 img
{
	width: 234px !important;
}


/*  Nyheter */

.imgArrow
{
	margin-right:5px;
}


/* Buttons */

.addButton
{
	background-color: #0099d2;
	color: #fff;
	font-family: Georgia, Arial, Trebuchet MS; 	
	font-size: 11px;
	padding: 5px;
	border: solid 0px;
}

.closeButton
{
	background-color: #78c47a;
	color: #fff;
	font-family: Georgia, Arial, Trebuchet MS; 	
	font-size: 11px;
	padding: 5px;
	border: solid 0px;
}


/* Forms */

.formTextBox
{
	background-color: #eeeeee;
	border: solid 1px #d1d1d1;
	height: 20px;
	padding: 4px 8px 0px 8px;
	font-family: Georgia, Arial, Trebuchet MS; 	
	font-weight: bold;
	font-size: 12px;
	color: #5c5c5c;
}

.formSmall
{
	width: 100px;
}

.formMedium
{
	width: 200px;
}

.formLarge
{
	width: 400px;
}

/* Boxes */
.successBox,  .errorBox, .successBox2,  .errorBox2
{
	background-repeat: no-repeat;
	background-attachment:inherit;
	background-position: 10px 10px;	
	padding:10px 10px 10px 40px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	width: 535px;
	position: relative; 
	float: left;
}

.errorBox
{
	background-color:#FFF7C7;
	background-image: url('Images/icons/error.png');
	border: solid 1px #FFD744;
}

.successBox
{
	background-color:#DFF0BD;
	background-image: url('Images/icons/success.png');
	border: solid 1px #CCCCCC;
}


/* Error */

.formErrorTextBox
{
	background-color:#FFF7C7;
	border: solid 1px #FFD744;
	height: 20px;
	padding: 4px 8px 0px 8px;
	font-family: Georgia, Arial, Trebuchet MS; 	
	font-weight: bold;
	font-size: 12px;
	color: #5c5c5c;
}
