
/*
	Current version: 1.1.1
	
	Site: Advantum
	www: advantum.se
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes: This file contains the rules of the basic structure and navigation of the site.
	------------------------------------------------------------------
*/

html, body, form, fieldset, textarea, input
{
	margin: 0;
	padding: 0;
	font: 87%/1.2 Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {font-family: Arial, helvetica, Sans-Serif;font-weight: normal;margin: 1em 0 .5em 0;}
h1 {font-size: 1.6em;margin: 0 0 1em 0;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4, h5, h6 {font-size: 1em;font-weight: bold;}

p {padding: 0;margin: 0 0 1.1em 0;}

a {color: #ffcb08;text-decoration: none;}
	a:hover {text-decoration: underline;}

form label {cursor:pointer;position: relative;top: -2px;font-size: .916em;}
input, select, textarea {font-size: 100%;padding: 2px;}
fieldset {border: none;}
hr {
	background: none;
	border: 0;
	border-bottom: 1px solid #333;
	margin: 1em 0;
}

li {margin: 0 0 .5em 0;}

img {border: 0;}

blockquote {margin: 0;padding: 0 0 0 40px;background: url(../images/common/icon_quote.gif) no-repeat;min-height: 20px;min-width: 20px;}

#startPage
{
	background: white;
}
#wrapper
{
	width: 540px;
	height:auto !important;
	min-height:350px;
	height:350px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-175px 0 0 -270px;
	background:url(../images/common/wrapper-bg.gif) bottom center no-repeat;
}

#content
{
	clear:both;
	min-height:300px;
  	height:auto !important; 
  	height:300px;
	
}

	#progress, #kompetens
	{
		width:257px;
		height:89px;
		overflow:hidden;
		text-indent:-9999px;
	}
	
		#progress
		{
			float:left;
			background:url(../images/common/advantum-progress-logo.gif) no-repeat;
		}
		
		#kompetens
		{
			float:right;
			background:url(../images/common/advantum-kompetens-logo.gif) top right no-repeat;
		}
	
	#pos1, #pos2
	{
		width:170px;
		overflow:hidden;
	}
	
		#pos1
		{
			margin:0 0 0 47px;
			float:left;
			display:inline;
		}
		
			#pos1 ul
			{
				list-style-type:none;
				list-style-image:url(../images/common/bullet1.gif);
				font-size:1em;
				margin:0 0 20px 0;
				padding:0 0 0 20px;
			}
			
		#pos2
		{
			width:190px;
			float:right;
			display:inline;
			margin: 0 28px 0 0;
		}
		
			#pos2 ul
			{
				list-style-type:none;
				list-style-image:url(../images/common/bullet2.gif);
				font-size:1em;
				margin:0 0 20px 0;
				padding:0 0 0 20px;
			}	

#footer
{
	margin:10px 0 0 0;
	min-height:30px;
  	height:auto !important;
  	height:30px;
  	font-size:0.8em;
  	color:#757575;
  	text-align:center;
}