/*BIOS.se*/


/*Generella regler*/

body
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	background-image: url('/style/body_bg.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

a 
{
	color: #666666;
	text-decoration: none;
}

p
{
	font-size: 11px;
	margin: 1px 0 0 0;	
}

p.blue
{
	color: #6699cc;
}

p.blue_bold
{
	color: #6699cc;
	font-weight: bold;
}
a:hover
{
	color: #cccccc;	
}

br
{
	font-size: 12px;
	margin: 0;
	padding: 0;
}

hr
{
	color: #dddddd;
	margin:0;
}
/* Meny */

ul
{
	text-align: left;
	margin: 0;
	font-size: 12px;
	padding-left: 5px;
	list-style-type: none;
}
li
{
	font-weight: normal;
}

li.active
{
	font-weight: bold;
}


ul.level2
{
	margin: 5px 0 5px 20px;
	font-size: 11px;
	list-style-type: circle;
}

ul.level3
{
	margin: 5px 0 5px 7px;
	font-size: 11px;
	list-style-type: circle;
}

/* Rubriker */

h1
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3
{
	margin: 0 0 7px 0;
	font-size:12px;
	font-weight: normal;
}

h4
{
	font-size:12px;
	text-align: center;
	font-weight:bold;
	margin: 0 0 10px 0;	
}

h5
{
	font-size:11px;
	font-weight:bold;
	margin: 13px 0 13px 0;	
}

h6
{
	font-size:10px;
	font-weight:bold;
	margin: 13px 0 13px 0;
	padding: 0;	
}

/*ID-divvar*/

#container
{
	width: 960px;
	background: 0;
	margin-left: auto;
	margin-right: auto;
}

#top
{
	width: inherit;
	height:  215px;
	background-image: url('/style/logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#menu_right
{
	float: right;
	background:0;
	width: 503px;
	height: 39px;
	margin: 69px 97px 0 0;
	display: inline;
}

table.menutable
{
	height: 39px;
	width: 100%;
	margin: 0;	
}


table.menutable td
{
	padding-right: 2px;
}

#menu_left
{
	margin: 0 0 10px 0;
	font-size: 11px;
	width: 200px;
	height:  auto;
	float: left;
	display: inline;
}

#login
{
	background-image: url('/style/login_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fff;
	margin: 1px 99px 0 0;
	height: 83px;
	width: 500px;
	clear: both;
	overflow: hidden;
	float: right;
	display: inline;
}

table.login
{
	width: 100%;
}

table.login td
{
	border-right: 1px solid #dddddd;
	vertical-align: top;
}

#left
{
	width: 210px;
	float: left;
	display: inline;
}


#content
{
	width: 500px;
	height: auto;
	float: left;
	margin: 0 10px 10px 34px;
	display: inline;
}

#content_art
{
	width: 730px;
	height: auto;
	float: left;
	margin: 0 0 10px 15px;
	display: inline;
}

#right
{
	width: 200px;
	height: auto;
	float: right;
	margin: 0;
	display: inline;	
}


#footer
{
	clear: both;
	margin:0;
	padding:0;
	width: inherit;
	min-width: 960px;
	height: 69px;
	background-image: url('/style/footer.jpg');
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
}

#overdiv
{
	position: fixed;
	cursor: move;
	color: #dbdbdb;
	top: 2px;
	left: 2px;
	background-color: #cd2727;
	border: 2px solid #dbdbdb;
	z-index: 2000;
}

#customer_form
{
	width: 410px;
	margin: 0 auto 10px auto;
}
/*Klasser*/

div.help
{
	position: absolute;
	display: none;
	z-index: 9000;
	background-image: url('/style/box_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 400px;
	border: 1px solid #dddddd;
	padding: 10px;
}

table.news_header
{
	width: 100%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 7px;

}

div.box_content
{
	border: 1px solid #dddddd;
	border-bottom: 0;
	padding: 10px;
	background-image: url('/style/box_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	overflow: hidden;
}

div.center_box
{
	margin-bottom: 7px;
}

div.box_footer
{
	height: 20px;
	border: 1px solid #dddddd;
	border-top: 0;
	background-color: #f3f4f5;
}

table.box_footer
{
	width: 100%;
}

table.box_footer td
{
	border-right: 1px solid #dddddd;
}
/*Artikellistning*/

div.article
{
	float: left;
	height: 310px;	
	width: 210px;
	margin: 5px 30px 0 0;
	text-align: center;
	position: relative;
	/*IE 6 hack*/
	display: inline;
	
}

div.customer
{
	float: left;	
	width: 200px;
	height: 240px;
	margin: 5px 0 0 10px;
	position: relative;
	/*IE 6 hack*/
	display: inline;
}

div.edit_customer
{
	float: left;	
	width: 210px;
	height: auto;
	margin: 5px 0 0 10px;
	border: 2px #dbdbdb solid;
	position: relative;
	/*IE 6 hack*/
	display: inline;
}

div.rightbox
{
	text-align: center;
	width:  180px;
	margin: 0 10px 20px 10px;
}

table.art_single
{
	height: auto;
	width: 100%;
	margin: 10px 0 0 15px;
}

table.art_single td
{
	vertical-align: top;
}

div.bottom
{
	background-color: #FFFFFF;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	padding: 0;
	height: 54px;
	overflow: hidden;
}

div.sidnummer
{
	clear: both;
}
/*p*/

p.box_footer
{
	font-size: 9px;
	color: #a9a9a9;
}

p.bread
{
	font-weight: bold;
	font-size: 9px;
}

p.center
{
	text-align: center;
}

p.margin
{
	margin: 8px 0 8px 0;
}

p.right
{
	margin: 0 2px 0 0;
	padding: 0;
	text-align: right;
}

p.footer
{
	color: #ffffff;
	margin: 50px auto 0 auto;
	/* Fulhaxx för IE 6 */
	width: 960px;
	padding: 0;
}

p.bold
{
	font-weight: bold;
}

table.form
{
	border: 0;
}

table.form td
{
	border: 0;
}

p.form
{
	margin: 2px 7px 0 0;
	font-size: 10px;
	color: #364b76;
	font-weight: bold;
	text-align: right;
}

p.error
{
	color: #cd2727;
	font-weight: bold;
	text-align: center;
}

p.date
{
	color: #a9a9a9;
	margin: 0 0 7px 0;
	text-align: right;
	font-size: 10px;
}

p.sidnummer
{
	font-size: 10px;
	text-align: center;
}

/*Tabeller*/

/*Länkar*/

a.topmenu:hover
{
	color: #ffffff;
}

a.controls
{
	color: #6699cc;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.controls:link
{
	color: #6699cc;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.controls:hover
{
	color: #666666;
}

/* Knappar */

input
{
	color: #000;
}

input[type="text"], input[type="password"]
{
	width: auto;
	border: 1px solid #e4e4e4;
	background-color: #f1f1f1;
	color: #000000;
	font-size: 11px;
}

option
{
	border: 0;
	background-color: #ffffff;
	color: #000000;
}

input.submit
{
	width: auto;
	border: 0;
	background: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #6699cc;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}

input.submit:hover
{
	color: #cccccc;
}
