body {
   padding: 0;
   margin: 0;
   font: 14px 'PT Sans', verdana, sans-serif;
   background: #FFFFFF;
   line-height:1.5em;
}

#container {
   width: 980px;
   margin: 0 auto;
}

#header {
	margin-top:20px;
	margin-bottom:20px;
	width: 980px;
	height: 125px;
	//background-image:url('images/header_meritportfolj.png');
	border-bottom:10px solid #333333;
}

#header h1{
	float:left;
	padding-top:20px;
	padding-left:65px;
	font-size:44px;
	color: #333333;
}

h4 {
	margin: 0px 0px 10px 0px;
}

#header-link-1 { 
		background-image:url('images/logo_meritportfolj.png');
		float:left;
		margin-left: 45px; 
		width: 110px; 
		height: 110px; 
		background-color: transparent; 
		border: 0px solid red;
}

#content {
   background: white;
   width: 980px;
   float: left;
   margin: 0px;
}

#menu {
	background:#fff;
	width:190px;
	margin: 0px 0px 30px 0px;
	text-align: left;
	display:inline-block;
	float:left;
}

#menu_mobile {
	display:none;
}


#menu a {
	font-size: 13px;
	font-weight: 500;
	color: #000;
	background: #fff;
	padding: 8px 10px 8px 15px;
	display:block;
	border-bottom: 1px solid #ccc;
}

#menu a:hover {
    background: #fff;
	color:#000000;
	display:block;
	text-decoration: none;
}
#menu ul {
   list-style: none;
   padding: 0px;
   margin: 0px;
   text-align: left;
}
#menu ul li ul li:first-child {
	border-top: 0px solid #aacbd0;
}
#menu ul li ul li a {
	background: #fff;
	padding-left: 35px;
}
#menu ul li {
   margin: 0px 0px 0px 0px;
   padding: 0;
}

#menu ul li ul {
   margin: 0; 
   padding: 0;
}
#main {
   float: right;
   display:inline-block;
   width:790px;
   margin-top:-10px;
}

#full_width {
   width: 760px;
   float: left;
   margin-left: 30px;
   margin-right: 0px;
   margin-top: 0px;
}

#leftcontent {
   width: 540px;
   float: left;
   margin-left:30px;
   margin-right: 30px;
   margin-top: 0px;
   display:inline-block;
}

#contentbox {
   border: 0px solid #ccc;
   position: relative; 
   width: 190px;
   float: right;
   margin: 0px 0px 0px 0px;
   font-size: 10pt;
   padding: 0px;
   display:inline-block;
}

#contentbox h1 {
	color: #0066FF;
}


.help_indicator {
	color: #0066FF;
}

#table {
   float: right;
   margin-bottom:20px;
}



/* FORM ------------------------------------------------------- */	

input[type=text], input[type=password]	{
	width:510px;
 	padding: 10px 6px 10px 6px;
	}

textarea {
	width:510px;
 	padding: 10px 6px 10px 6px;
	display:block;
	}

select {
	}

#loginform input[type=text], #loginform input[type=password] {
	width:155px;
 	padding: 10px 5px 10px 6px;
	}

/* buttons -------------------- */	
.submit{
    padding: 10px 15px 10px 15px;
    letter-spacing: 1px;
    border: none;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
	cursor: pointer;
}

.submit:hover {
	text-decoration:none;
}

.submit:active {
    padding: 9px 14px 9px 14px;
	border: 1px solid white;
}


/* Save ----------------------- */	

.save {
    background: #009900;
}

.save:hover	{
    background: #008D00;
}

/* Register ------------------- */	

.register {
    background: #009900;
	font: -webkit-small-control;
}

.register:hover	{
    background: #008D00;
}

/* Delete---------------------- */	

.delete {
	color:black;
	background:#FFCACB;
	font: -webkit-small-control;
}

.delete:hover {
	color:#fff;
	background:#CC0000;
}

/* Login ----------------------- */	

.login {
	background: #666666;
}

.login:hover {
	background:#555555;
}

.login:active {
	background:#000;
}


/*-- footer --------------------------------------------------------- */

#footer {
   background: #FFFFFF;
   clear: both;
   padding: 15px 10px;
   font-size: 13px;
   border-top: 10px solid #333333;
}

#footerleft {
  float: left;
}

#footerright {
  float: right;
}

#footer_logos {
   padding: 0px 10px;
}


.footer_logo {
	margin-right: 20px;
}

/*-- /footer --------------------------------------------------------- */

a {
   text-decoration: none;
   color: #06F;
}


a:hover {
   text-decoration: underline;
}

label {
	font-weight:bold;
	letter-spacing:1px;
}

h1 {
	font-weight:bold;
	letter-spacing:2px;
	line-height:1.2em;
}

blockquote {
	padding: 1em 1em 1em 1em;
	border-left: 3px solid #333;
	background: #ECECEC;
	margin: 0;
	}

.left{
text-align:left;
float:left;
}
.right{
float:right;
text-align:right;
}
.centered{
text-align:left;
clear:both;
float:left;
}