html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
	padding: 0px 0;
	color: #000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
a { color:#000; text-decoration: none;}
div.clear { clear:both }
.invisible {display: none;}



/* MAIN DIVS */
div#wrap {
	width: 990px;
	margin: 0 auto;
	margin-bottom: 0px;
	position:relative;
}
div#header {
}
div#guide {

}

div#footer {
}


/* MAIN CLASS CONTAINERS */
div#header div.logo {
	float: left;
	width: 240px;
	margin: 0 30px 0 0;
	height:70px;
}
div#header div.extras{ 
	float: left;
	width: 400px;
	text-align: center;
	margin: 18px 30px 0px 0px;
	height:52px;
}
div#header div.login {
	float: left;
	width: 240px;
	height:70px;
}
div#header ul.menu {
	height: 37px;
	background: url(/_gfx/menu_bg.gif) repeat-x left bottom;
	padding: 0 0 0 5px;

}
div#guide div.box_123 {
	height:102px;
	padding: 18px 0 0 20px;
}
div#guide div.submitting {
	padding: 20px 20px 0 20px;
}
div#guide div.submitting div {
	margin-right: 10px;
}
div#content div.content_left {
	float:left;
	width: 658px;
	margin: 0 20px 0 0;
}
div#content div.content_left_short {
	float:left;
	width: 420px;
	margin: 0 20px 0 0;
}
div#content div.content_right {
	float:left;
	width: 300px;
}
div#content div.box_txt {
	padding: 0px 0px 5px 0px;
      
}

div#content div.box_txt_artikel {
    padding: 0px 10px 15px 10px;
    font-size: 15px;        
    line-height: 1.5em;
}

div#content div.box_txt_artikel strong {
    font-size: 12px;        
    font-weight: bold;    
}

div#content div.box_foot {
	height: 25px;
	padding: 0 10px;
	text-align:right;
	color:#333333;
	background: url('/_img/tile_bg.png');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	width:325px;

}
div#content div.box_foot_wide {
	height: 25px;
	padding: 5px 10px;
	text-align:right;
	color:#333333;
	background: url('/_img/tile_bg_wide.png');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	width:609px;

}
div#content div.box_foot_wide a {

	color:#333333;
	background:#f1f2f1;
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
	text-decoration:none;
}
div#content div.box_foot_wide a:hover {

	color:#6a83a7;
	text-decoration:underline;
}
div#content div.box_foot a {

	color:#333333;
	background:#f1f2f1;
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
	text-decoration:none;
}
.dotted_bg_text {

	float:right;
	color:#333333;
	background:#f1f2f1;
	padding-left:10px;
	padding-right:10px;
	margin-right:10px;
	text-decoration:none;


}
div#content div.box_foot a:hover {

	color:#6a83a7;
	text-decoration:underline;


}
div#content div.left_box_1 {
	float: left;
	width: 298px;
	border: 0px solid #ccc;
	margin: 0 20px 20px 0;
}
div#content div.left_box_2 {
	float: left;
	width: 298px;
	border: 0px solid #ccc;
	margin: 0 0 20px 0;
}
div#content div.left_box_3 {
	width: 648px;
	border: 0px solid #ccc;
}
div#content div.left_box_4 {
	width: 318px;
}
div#content div.right_box_1 {
	width: 298px;
	border: 0px solid #ccc;
	margin: 0 0 20px 0;
}

span.valiError
{
	display: none; 
	color: #c60212;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 11px;
}


/*Button code ends*/

div#content .offertForm{
	background: url("/_gfx/formbg.gif") repeat-x top left #f99c37;
	width: 558px;
	padding: 20px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #c87822;
	margin: 10px;
}


div#content div.formrow .down
{
	float: left;
	width: 299px;
}

div#content div.formrow .left
{
	float: left;
	width: 260px;
}
	div#content div.formrow .left .selectsHolder
	{
		margin: 0px;
	}
	div#content div.formrow .left button{
		float: right;
	}
div#content div.formrow .indent1{
	margin-right: 10px;
}
div#content div.formrow .indent2{
	margin-right: 0px;
}
div#content div.formrow .inputs
{
	padding: 0px;
	border: none;
	/* color:#666; */
	background: #fff;
	width: 250px;
	font-weight: bold;
	color: #444;
	display: inline-block;
}
div#content div.formrow .inputs_active
{
	background: #FAF8CC;
	/* background: #DBA840; */
}
div#content div.formrow .selectsHolder {
	padding: 10px 5px 10px 5px;
	background: #fff;
	border: 1px solid #c87822;
	display: inline-block;
}
div#content div.formrow .selects {
	padding: 0px;
	border: none;
	/* color:#666; */
	background: #fff;
	width: 250px;
	font-weight: bold;
	color: #444;
	margin-right: 0px;
	height: auto;
}
/*
div#content div.formrow textarea {
	padding: 10px;
	border: 1px solid #c87822;
	color:#666;
	background: #fff;
	color: #000;
	width: 528px;
}
*/
div#content div.formrow .skickain
{	
	height:26px;
	background: #c8eafe;
	border: 1px solid #aee1fe;
	font-size: 15px;
	margin-top:21px;
	cursor: pointer;
}
div#content div.formrow h4
{
	color: #6a83a7;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
div#content div.formrow h5
{
	color: #333;
	text-shadow: 0px 1px 0px #ccc;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

div#content div.offertForm .header span{
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 1px 0px #3c91ad;
	font-weight: bold;
}
div#content div.formrow a
{
	color: #2B547E;
}

/* HEADER */
div.login .inputs {
	width:140px;
	padding: 2px;
	height:18px;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	color:#666;
	float:left;
	margin-right: 5px;
}
div.login .slizer {
height:28px;
}
div.extras p {
	font-size: 15px;
}




/* GUIDE */
div#guide .box_1 {
	float:left;
	width:248px;
	height:89px;
	background:url(/_gfx/box1_s.gif) no-repeat left top;
	margin-right:70px;
}
div#guide .box_2 {
	float:left;
	width:248px;
	height:89px;
	background:url(/_gfx/box2_s.gif) no-repeat left top;
	margin-right:70px;
}
div#guide .box_3 {
	float:left;
	width:248px;
	height:89px;
	background:url(/_gfx/box3_s.gif) no-repeat left top;
}
div#guide .box_1 h2, div#guide .box_2 h2, div#guide .box_3 h2 {
	font-size: 20px;
	margin: 8px 10px 5px 40px;
	font-weight:normal;
}
div#guide .box_1 p, div#guide .box_2 p, div#guide .box_3 p {
	font-size:14px;
	color:#555;
	margin: 0 10px 0 40px;
	font-weight:normal;
}
div#guide div {
	float:left;
}
div#guide div p {
	font-weight:bold;
	margin-bottom:4px;
}
div#guide .inputs {
	height: 19px;
	padding: 2px 5px 3px 5px;
	border:1px solid #9b813b;
	margin-right:10px;
	width:400px;
	color:#666;
}
div#guide .inputs_small {
	height: 19px;
	padding: 2px 5px 3px 5px;
	border:1px solid #9b813b;
	margin-right: 35px;
	color:#666;
}
div#guide .selects {
	height: 26px;
	padding: 2px 5px 3px 5px;
	border:1px solid #9b813b;
	margin-right: 35px;
	color:#666;
}
div#guide .skickain {
	height:26px;
	background: #ffd883;
	border: 1px solid #d07d20;
	font-size: 15px;
	margin-top:21px;
}



/* BOX DETAIL */
div#content div.box_foot {
	line-height:25px;
}
div#content div.box_foot p a {
	color:#383838;
	font-size: 12px;
}
div#content div.icon_object {
	float:left;
	width:220px;
	margin-bottom: 15px;
}
div#content div.avatar_object {
	float:left;
	width:200px;
	margin-bottom: 15px;
}
div#content div.avatar_object p.small {
	color:#606060;
	margin-top:3px;
}

div#content div.noavatar_object {
    float:left;
    width:278px;
    margin-bottom: 15px;
}
div#content div.noavatar_object p.small {
    color:#606060;
    margin-top:3px;
}


div#content div.icon_object p.small {
	font-size: 11px;
	color:#606060;
	margin-top:3px;
}
div#content .sokinput {
	width: 218px;
	border: 1px solid #ccc;
	color:#000;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
    padding-left: 5px;
    padding-top: 2px;
}
div#content .sokselect {
	width: 270px;
	display:block;
	border:1px solid #ccc;
	color:#000;
	height: 24px;
	margin-bottom: 8px;
}
div#content .soksubmit {
	height: 26px;
	background: #ffd883;
	border: 1px solid #d07d20;
	font-size: 15px;
	vertical-align: middle;
}

div#content ul.katalog_register {
    float:left;
    width:160px;
    margin-right: 20px;
}

div#content ul.katalog_register li {
    padding: 4px 0 2px 23px;
    background:url('/_img/grey_folder.png') no-repeat left 4px;
}


div#content ul.katalog_register li a {
    color:#606060;
}
div#content ul.katalog_register li a:hover {
    color:#6a83a7;
}

div#content ul.katalog {
    float:left;
    width:130px;
    margin-right: 20px;
}
div#content ul.katalog li {
    padding: 4px 0 2px 23px;
    background:url('/_img/grey_folder.png') no-repeat left 4px;
}
div#content ul.katalog li.stad {
    padding: 4px 0 2px 23px;
    background:url('/_img/grey_folder.png') no-repeat left 4px;
}
div#content ul.katalog li a {
    color:#606060;
}
div#content ul.katalog li a:hover {
    color:#6a83a7;
	text-decoration:underline;
}
div#content img.salesavatar {
	float:left;
	margin-right:7px;
	margin-top:3px;
}

div#content img.salesavatar2 {
    float:left;
    margin-right:7px;
    margin-top:3px;
}

div#content img.infoicon {
	float:left;
	margin-right:7px;
	margin-top:1px;
}

/*Button code ends*/

.offertForm{
	background: url("/_gfx/formbg.gif") repeat-x top left #f99c37;
	width: 558px;
	padding: 20px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #c87822;
}


div.formrow .down
{
	float: left;
	width: 299px;
}

div.formrow .left
{
	float: left;
	width: 260px;
}
	div.formrow .left .selectsHolder
	{
		margin: 0px;
	}
	div.formrow .left button{
		float: right;
	}
div.formrow .indent1{
	margin-right: 30px;
}
div.formrow .indent2{
	margin-right: 0px;
}
div.formrow .inputs
{
	padding: 0px;
	border: none;
	/* color:#666; */
	background: #fff;
	width: 250px;
	font-weight: bold;
	color: #444;
	display: inline-block;
}
div.formrow .inputs_active
{
	background: #FAF8CC;
	/* background: #DBA840; */
}
div.formrow .selectsHolder {
	padding: 10px 5px 10px 5px;
	background: #fff;
	border: 1px solid #c87822;
	display: inline-block;
}
div.formrow .selects {
	padding: 0px;
	border: none;
	/* color:#666; */
	background: #fff;
	width: 250px;
	font-weight: bold;
	color: #444;
}

div.formrow .skickain
{	
	height:26px;
	background: #c8eafe;
	border: 1px solid #aee1fe;
	font-size: 15px;
	margin-top:21px;
	cursor: pointer;
}
div.sf_relation{
	float: right;
	display: inline-block;
	text-shadow: 0px 1px 0px #fec283;
	color: #7b4a17;
}
div.formrow h4
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
div.formrow h5
{
	color: #eee;
	text-shadow: 0px 1px 0px #3c91ad;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

div.offertForm .header span{
	color: #fff;
	font-size: 20px;
	text-shadow: 0px 1px 0px #3c91ad;
	font-weight: bold;
}
div.formrow a
{
	color: #2B547E;
}

/* MENU */
div#header ul.menu li {
	float: left;
	height:37px;
	line-height: 37px;
}
div#header ul.menu li a {
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	text-decoration:none;
}

div#header ul.menu li.selected {
	float: left;
	padding: 0 0 0 0;
	line-height: 37px;
	background:url(/_gfx/menu_selected.gif) repeat-x left top;
	height:37px;
}
div#header ul.menu li.selected a {
	color: #000;
	padding: 0 10px;
	font-size: 16px;
	text-decoration:none;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin: 0 0 13px 0;
	padding: 3px 0; 
}
h1 span { background: #ffdc7e; padding: 3px 5px; }

h1.company_list
{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	
}


h2, h3, h6 {
	font-size: 19px;
	font-weight: normal;
	color: #000;
	margin: 0 0 13px 0;
	padding: 3px 0; 
}
h2 span, h3 span, h6 span { background: #ffdc7e; padding: 3px 5px; }

h3.company_list
{
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #6a83a7;
}

a.pagination_link_selected
{
	cursor: text;
	text-decoration: none;
	color: #6a83a7;
}
.pagination_link:hover{
	color: #6a83a7;
}

p.paragraph
{
	margin: 7px 0px;
}

.register_filter {
    /*float: left;
    width: 190px;
    margin-right: 10px;*/
}

.register_lista {
    width: 655px;
}


div#content .selects {
	height: 26px;
	padding: 2px 5px 3px 5px;
	border:1px solid #9b813b;
	margin-right:10px;
	/* color:#666; */
	background: #FBA840;
	color: #000;
	width: 250px;
}

div#content ul.artikel {
	float:left;
	width: 550px;
	margin-right: 20px;
}
div#content ul.artikel li {
	padding: 0 0 20px 40px;
	/*background:url(/_gfx/hammare.gif) no-repeat left 4px;*/
	/*background:url(/_img/round_hammer.png) no-repeat left 4px;*/
	background:url(/_img/utilities_icon.png) no-repeat left 4px;
}
div#content ul.artikel li a {
	color:#6a83a7;
}
div#content ul.artikel li a:hover {
	color:#333333;
	text-decoration: underline;
}
div.offert_help_container
{
	width: 500px;
	border-top: 1px dotted #E56717;
	border-bottom: 1px dotted #E56717;
	margin: 10px 0px;
	padding: 3px;
	display: none;
}
div.offert_help_container ul
{
	list-style-type: square;
	color: #C35617;
	font-size: 10px;
	padding-left: 20px;
}
div.offert_help_container li
{
	list-style-type: square;
	color: #C35617;
	font-size: 10px;
	margin: 3px;
}
div.offert_help_container a
{
	color: #C35617;
	font-weight: bold;
}
select .previous
{
	background: #ccc;
	padding: 4px;
	font-weight: bold;
}
ul.forumlist
{
	list-style-type: square;
	color: #C35617;
	padding-left: 20px;
}
ul.forumlist li
{
	
	/*list-style-image: url('/_img/utilities_icon_small.png');*/
	list-style-type: square;
	color: #6A83A7;
	margin: 3px 3px 5px 3px;
}
ul.forumlist li a
{
	color: #606060;

}

ul.joblist
{
	list-style-type: square;
	color: #6a83a7;
	padding-left: 20px;
}
ul.joblist li
{
	list-style-type: square;
	color: #6a83a7;
	margin: 10px 0px;
}
ul.joblist li div
{
	color: #aaa;
	font-size: 11px;
}
div.register_company {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.company_details {
    margin: 3px 0px 3px 15px; 
    font-size: 10px; 
    display: block;
	 float: left;
}
	div.company_details span.body
	{
		display: block;
		width: 256px;
		color: #333;
	}

div.company_infoextra {
    margin: 3px 0px 3px 15px; 
    width: 110px;
    font-size: 10px; 
    color: #555555;
    display: block;
	float: right;
}

ol.omoss
{
	list-style-type: decimal;
	margin-left: 30px;
}
ol.omoss li
{
	list-style-type: decimal;
	padding: 10px;
}

ol.offertinfo
{
	list-style-type: decimal;
	margin: 10px 0px 10px 30px;
}
ol.offertinfo li
{
	list-style-type: decimal;
	padding: 3px;
}

/*Button code*/
button
{
	position: relative;
	border: 0;
	padding: 0;
	cursor: pointer;
	overflow: visible;
}

button::-moz-focus-inner
{
	border: none;
}

button span
{
	position: relative;
	display: block;
	white-space: nowrap;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	button span
	{
		margin-top: -1px;
	}
}
*/

button.submit
{
	background: url("/_gfx/buttonright.png") top right no-repeat;
	background-position: right 0px;
	padding: 0px 15px 0px 0px;
	margin-right: 5px;
	text-align: center;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	button.submit
	{
		padding-right: 17px;
	}
}
*/		
	button.submit span
	{
		background: url("/_gfx/buttonleft.png") top left no-repeat;
		background-position: 0px 0px;
		font: bold 12px/30px 'Helvetica Neue', Arial , sans-serif;
		color: #666;
		text-shadow: 0px 1px 0px #fff;
		height: 33px;
		display: block;
		padding: 0px 0 0 15px; 
	}

button.submit:hover
{
	background: url("/_gfx/buttonright.png") top right no-repeat;
	background-position: right -33px;
}
			
	button.submit:hover span
	{
		background: url("/_gfx/buttonleft.png") top left no-repeat;
		background-position: 0px -33px;
		color: #fff;
		text-shadow: 0px 1px 0px #f99c37;
	}
button.submit:active
{
	background: url("/_gfx/buttonright.png") top right no-repeat;
	background-position: right -66px;
}
			
	button.submit:active span
	{
		background: url("/_gfx/buttonleft.png") top left no-repeat;
		background-position: 0px -66px;
		color: #fff;
		text-shadow: 0px 1px 0px #f99c37;
		line-height: 33px;
	}
