﻿@charset "utf-8";
/* Notes
orange color: #db6d16
*/

/* --- Zero Margins and Padding --- */
html, body 
{
	margin-top: 10px;
	/*margin: 0;*/
	padding: 0;
	background:black;
}
/* --- Page Containter Styles --- */
body 
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;;
	color: #FFFFFF;
	/*background: #000 url('images/background.jpg') no-repeat center top;*/
	text-align: center;
}
#page-container 
{
	width: 900px;
	margin: auto;
	background: #FFF;
	/*border: #FFF solid thick;*/
	text-align: left;
}

a:visited 
{
	color:#FFFFFF;
}

a:link
{
	color:#FFFFFF;
}

#header1
{
	height:24px;
	width:900px;
	background-image:url('../images/bbz1.jpg')
}

#header2
{

	height:197px;
	width:900px;
	padding:0px;
	/*background-image:url('../images/10.jpg');*/
}

#header3
{
	height:50px;
	width:900px;
	background-image:url('../images/adresbalk.jpg');
}

#menuLeft
{
	float:left;
	background-color:#001a55;
	width:176px;
	height:500px;
}

#content
{
	height: 500px;
	width:724px;
	float: left;
	background-image:url('../images/partition.jpg');
	background-repeat:repeat-y;
	font-size        : 12px;
	/*font-weight      : bold;*/
	color            : #000000;
	text-align       : left;
	/*text-indent: 15px;*/
	/*padding: 15px 0px 5px 2px;*/
	
}

.contentpaneopen 
{
  width: 95%;
  padding: 20px;
   font-family      :  Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.contentheading, .componentheading 
{
  font-family      :  Trebuchet MS;
  background-image : url('../images/contentheading_b.gif');
  background-repeat: repeat;
  padding-left     : 2px;
  padding-bottom:  : 18px;
  font-size        : 18px;
  font-weight      : bold;
  line-height      : 24px;
  text-align       : left;
  color            : #df040a;
  width            : 100%;
}

a img
{
	border:0px;	
}
a:visited
{
	text-decoration:none;	
}
a:hover
{
	text-decoration:none;
}
a:active
{
	text-decoration:none;
}

a:link
{
	text-decoration:none;
}
#footer
{
	background-color:#999999;
	height:3px;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}
	
.right
{
	float: right;
}

#addProduct label
{
/*	position:absolute;*/
	background-color:gray;
	position:relative;	
	width:220px;
}

td
{
	padding-top:5px;
	vertical-align: top;
}
#addProduct input,textarea
{
	position:relative;
	width:400px;
}