/* Basic tags */

body
{
	background: white;
	font-family: "lucida grande", tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 21px;
	color: #333;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	cursor: default;
}

a, a:active, a:visited
{
	color: #ff3d7e;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

h1
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 2px;
	margin-bottom: 24px;
}

h2
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 30px;
}

/* Layout Elements */

div.header
{
	background: url(images/header_background.png) repeat-x top left;
	height: 200px;
	margin-bottom: 20px;
	
}

div.header .container
{
	text-align: left;
	width: 730px;
	margin: 0 auto;
}

#logo
{
	width: 720px;
	height: 147px;
}

div.header .container .menu
{
	position: relative;
	padding-left: 10px;
}


div.content
{
}

div.content .container
{
	width: 710px;
	text-align: left;
	margin: 0 auto;
}

div.columnLeft
{
	width: 340px;
	float: left;
}

div.columnRight
{
	width: 340px;
	float: right;
	margin-left: 30px;
}

/* Menu */

a.menuTab, a.menuTab:active, a.menuTab:visited
{
	background: url(images/menu.png) no-repeat;
	margin-right: 9px;
	display:  inline-block;
	cursor: default;
}

a.menuTab:hover
{
	background: url(images/menu_active.png) top;
	cursor: default;
}

a.menuTabAlternate, a.menuTabAlternate:active, a.menuTabAlternate:visited
{
	background: url(images/menu_alternate.png);
}

a.menuTabAlternate:hover
{
	background: url(images/menu_alternate_active.png);
}

a.menuTab img
{
	width: 111px;
	height: 32px;
}

div.submenu
{
	margin-top: -24px;
	margin-bottom: 10px;
	clear: both;
	left: -6px;
	position: relative;
	width: 777px;
}
div.submenu a
{
	color: #666;
	float: left;
	text-align: center;
	height: 40px;
	background: url(images/submenu.png) no-repeat;
	margin-bottom: 24px;
	margin-top: 13px;
	margin-left: 9px;
	width: 110px;
}

div.submenu a:hover
{
	color: black;
	text-decoration: none;
}

div.submenu a span
{
	display: block;
	top: 7px;
	position: relative;
}


/* Corners */

div.imageDescription
{
	font-size: 11px;
	color: #a0a0a0;
	padding-left: 3px;
	padding-right: 3px;
}

div.imageContainer
{
	position: relative;
}

div.imageContainer img
{
	display: block;
}

div.imageContainer div.corner
{
	position: absolute;
	width: 5px;
	height: 5px;
}

div.cornerTopLeft
{
	background: url(images/corner01.png) no-repeat;
	top: 0px;
	left: 0px;
}

div.cornerTopRight
{
	background: url(images/corner02.png) no-repeat;
	top: 0px;
	right: 0px;
}

div.cornerBottomLeft
{
	background: url(images/corner03.png) no-repeat;
	bottom: 0px;
	left: 0px;
}

div.cornerBottomRight
{
	background: url(images/corner04.png) no-repeat;
	bottom: 0px;
	right: 0px;
}


ol li
{
	font-weight: bold;
}

ol li div
{
	font-weight: normal;
}


p.notification
{
	background: #e72a69;
	border: solid 1px #ee6593;
	color: White;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}


div.formField
{
	margin-bottom: 2px;
}

div.formField label
{
	width: 250px;
	display: inline-block;
	text-align: right;
	margin-right: 10px;
	vertical-align: top;
	color: #777;
}

div.formField label.invalid
{
	color: #e72a69;
}


div.formField span label
{
	text-align: left;
	width: auto;
	color: #777;
}


div.formField span input.text
{
	font-family: "lucida grande", tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: solid 1px #aaa;
	height: 20px;
}

div.formField span input.wide
{
	width: 200px;
}

div.formField span textarea
{
	width: 250px;
	height: 100px;
}

div.formField span input.personnummer
{
	width: 35px;
}

div.formField span select
{
	font-family: "lucida grande", tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: solid 1px black;
	margin-right: 2px;
}

p.submitBox
{
	background: #199c19;
	border: solid 1px #22d222;
	color: White;
	padding: 4px;
	text-align: right;
}

input.button
{
	font-family: "lucida grande", tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

ul li div
{
	font-size: 10px;
	color:  #777;
}


ul.larare {
	list-style-type: none;
	padding: 0;
}

ul.larare li {
	clear: both;
	padding-top: 15px;
}


ul.larare li div.imageContainer {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 150px;
	margin-top: -10px;
}


.clearboth{
	clear: both;
}