/* 
	CSS Document 

	DESCRIPTION		Denna fil styr egenskaperna (bredd, höjd, positionering) objekten på webbplatsen har.
					För navigeringen i den skyddade delen samt olika moduler på sidan finns en separat css-fil.
	AUTHOR			Johan Lindqvist, johan@nolgard.se
	COPYRIGHT		2008, Nolgard, www.nolgard.se
	PROJECT			www.tenderum.com
	
*/

:focus {
	outline: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Sätter font-size till 62.5% och använder sedan x.x em för att få texten skalbar på ett kontrollerat sätt */
body {
	font-size: 62.5%;
	background-color: #d7dccd;
	background-image: url(../pics/bkg/bkg_pattern3.png);
	background-repeat: repeat;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5 {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
div#header h1 {
	font-size: 2em;
	height: 50px;
	width: 400px;
	line-height: 1em;
	background-color: transparent;
	background-image: url(../pics/branding/logo-h1-v2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
}
backup#header h1 {
	font-size: 2em;
	height: 50px;
	width: 400px;
	line-height: 1em;
	background-color: transparent;
	background-image: url(../pics/branding/logo-h1-v2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.5em;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
pre {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0.4em;
	height: auto;
	width: auto;
	line-height: 1em;
	text-indent: -9999px;
}
p {
	margin-bottom: 1em;
	margin-top: 0em;
	font-size: 1.1em;
}
ul {
	font-size: 1.1em;
}
img {
	margin: 0px;
	padding: 0px;
}
table {
	padding: 0px;
	font-size: 1.1em;
}
tr, th, td {
	/* text-align: left; */
}

/* Layouten */
div#wrapper {
	text-align: left;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	background-color: transparent;
	position: relative;
}
div#topContent {
	background-color: transparent;
	background-image: url(../pics/bkg/bkg_top3.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	min-height:99px !important;
	width: 901px;
	position: relative;
	height: 99px;
}
div#centerContent {
	background-color: transparent;
	min-height:400px !important;
	width: 901px;
	background-image: url(../pics/bkg/bkg_center.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: -1px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
div#bottomContent {
	background-color: transparent;
	height: 55px;
	width: 901px;
	background-image: url(../pics/bkg/bkg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin-top: -1px;
}
/* Innehåller bilder för de aktuella språk som sidan erbjuder besökaren */
div#flags {
	height: 3.05em;
	text-align: right;
	margin-bottom: 0em;
	margin-top: 0em;
	float: right;
	background-color: #000000;
	margin-right: 1px;
	padding-right: 39px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Centerar flaggikonerna i höjd */
div#flags img {
	margin-top: 0.8em;
	margin-right: 0.3em;
}

/* Sidhuvudet på webbplatsen */
div#header {
	min-height: 99px !important;
	width: auto;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	margin: 0px;
}
div#branding {
	position: absolute;
	height: 70px !important;
	width: 422px;
	top: 20px;
	left: 40px;
}
div#branding p {
	margin: 0px;
	padding: 0px;
}
div#branding img {
	margin: 0px;
	padding: 0px;
}
div#headBanner {
	position: absolute;
	height: 99px !important;
	width: 422px;
	top: 2px;
	right: 2px;
}
div#headBanner p {
	margin: 0px;
	padding: 0px;
}

/* Den globala navigeringen på den publika webbplatsen */
div#globalNavigation {
	height: 3.05em;
	width: auto;
	margin-top: 0px;
	margin-bottom: 1em;
	padding-right: 39px;
	padding-left: 39px;
	background-color: #000000;
	margin-right: 1px;
	margin-left: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#globalNavigation ul {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 1em;
}
div#globalNavigation li {
	list-style-type: none;
	width: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#globalNavigation li a, div#globalNavigation li a:visited {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #000000;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0em;
	padding-top: 0.55em;
	height: 2.2em;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px;
	display: block;
	float: left;
}
div#globalNavigation li a:hover, div#globalNavigation #thisPage {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
}


/* Innehåller all redigerbar text och bild */
div#content {
	min-height:400px !important;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	position: relative;
}


/* Formaterar formulärobjekt */
div#content label {
	display: block;
}
div#content input {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 320px;
}
div#content input[type="submit"] {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 100px;
}

.small_input {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 200px !important;
}
.tiny_input {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 50px !important;
}
.input_half_page {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 95% !important;
}
div#content textarea {
	display: block;
	width: 320px;
}
div#info_container {
	margin-top: 1em;
}
div#content .editor_small {
	width: 320px!important;
	margin-bottom: 15px;
}
div#content .editor_wide {
	width: 630px;
	margin-bottom: 15px;
}
/* En undernavigering som ligger till vänster på webbsidan */
div#subNav {
	float: left;
	min-height:400px !important;
	width: 150px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
div#subNav ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
div#subNav li {
	list-style-type: none;
	height: auto;
	margin-top: 0px;
	margin-bottom: 1em;
	width: auto;
}
div#subNav li a {
	text-decoration: none;
	color: #010101;
}
div#subNav #this_sub_page {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

/* En kolumn som ligger till vänster på webbsidan */
div#leftCol {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
div#leftCol ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
div#leftCol li {
	list-style-type: none;
	height: auto;
	margin-top: 0px;
	margin-bottom: 1em;
	width: auto;
}
div#leftCol li a {
	text-decoration: none;
	color: #000000;
}

/* Innehåller information och används tillsammans med subNav eller leftCol */
/*div#rightLargeCol {
	width: 630px;
	margin-top: 0px;
	height: auto;
	padding: 0px;
	margin-left: 170px;
}*/
div#rightLargeCol {
	/*width: 600px;*/
	width: 630px;
	margin-top: 0px;
	height: auto;
	padding: 0px;
	float: left;
	display: block;
	margin-left: 35px;
}

div#rightLargeCol .btn_std {
	width: auto;
}
/* Används för att dölja knappen */
div#rightLargeCol .btn_hide {
	width: auto;
	display: none;
}


/* Sidfoten på webbplatsen */
div#footer {
	height: 3em;
	width: auto;
	text-align: center;
	margin-top: 0px;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Information om vem som producerat webbplatsen */
div#production {
	color: #666666;
	text-align: center;
	height: auto;
	width: auto;
	background-color: transparent;
	margin-top: 2em;
}
div#production a, div#production a:visited, div#production a:active {
	color: #333333;
	text-align: center;
	height: auto;
	width: auto;
	background-color: transparent;
	margin-top: 2em;
	text-decoration: none;
}
div#production a:hover {
	color: #990000;
	text-decoration: underline;
}


/* Klasser för positionering och visning av information */
.half_page {
	float: left;
	width: 47%;
	margin-right: 2%;
}
.floatLeft {
	float: left;
	margin-right: 2em;
}
.floatRight {
	float: right;
	margin-left: 2em;
	background-color: transparent;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clearBoth {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.clearRight {
	margin: 0px;
	padding: 0px;
	clear: right;
	height: 1px;
	width: 100%;
}
.clearLeft {
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 1px;
	width: 100%;
}
.adFrontPage {
	display: block;
	padding: 0.6em;
	width: auto;
	height: auto;
	clear: right;
	margin-top: 0em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.border {
	padding: 0.6em;
	width: auto;
	height: auto;
	margin-top: 0em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.error {
	color: #FF0000;
}
.tagged img{
	border: 1px solid #000;
	background-color: #CCC;
	padding: 4px;
}
.flagborder img{
	border: 1px solid #000;
	background-color: #000;
	padding: 4px;
}
#rightLargeCol .checkbox {
	width: 20px;
}
.grid {
	display: block;
	height: auto;
	width: 300px;
	margin-left: 300px;
}

/* Formaterar listobjekt */
.ul_no_bullet {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ul_no_bullet li {
	margin-bottom: 1em;
}
ul#ul_adm {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#ul_adm li {
	float: left;
	margin-right: 1em;
}
.ul_active_content {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
.li_active_content {
	margin-bottom: 0.5em;
}


/* Formaterar pagineringen */
.pagina {
	padding-top: 6px;
	display: table;
	margin-top: 6px;
	width: 100%;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
.thisPage {
	background-color: #CCCCCC;
	float: left;
	padding: 0.2em;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	border: 1px solid #999999;
}
.nextPage {
	background-color: transparent;
	float: left;
	padding: 0.2em;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	border: 1px solid transparent;
}

/* Formaterar en ul-lista som tabbar */
ul.tabbed {
	overflow: hidden;
	position: relative;
	right: 5px;
	top: -27px;
	margin-left: 10px;
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: -28px;
}
ul.tabbed li {
	float: left;
	margin-right: 5px;
}
ul.tabbed li a.selected {
    color: #666666;
    text-decoration: underline;
}
ul.tabbed li a {
	background-color: #FFFFFF;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #999999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
ul.tabbed li a.selected span {
}
ul.tabbed li a span {
    display: block;
}
.tabbed-content {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	padding-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #E2E2E2;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Formaterar knappar */
.btn_small {
	width: 200px;
}
.btn_order {
	display: block;
	height: auto;
	width: 150px;
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #666666;
	border: 1px solid #e2e2e2;
	text-align: center;
}
.btn_order a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}

/* Ikoner för att flytta något upp eller ner på en lista */
a.up_arrow {
	background-image: url(../pics/icons/system/11/sprite_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-indent: -9999;
	height: 12px;
	width: 8px;
	display: inline-block;
	text-decoration: none;
}
a.down_arrow {
	background-image: url(../pics/icons/system/11/sprite_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px -89px;
	text-indent: -9999;
	height: 12px;
	width: 8px;
	display: inline-block;
	text-decoration: none;
	margin-right: 15px;
}
