body{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', 'Verdana', 'sans-serif';
	font-size: 14px;
}

.header{
width: auto;
height: auto;
background-color: #193D5A;
text-align: center;
font-size: 20px;
padding-top: 20px;
color: white;
}

#menubar{
width: auto;
height: 100px;
}

#container{
	background-color:#1212C0;
	height: auto;
	width: auto;
	padding: 5px;
	margin: 5px;
}

a:link{
	color:#193D5A;
	text-decoration: none;
}
a:visited{
	color:#193D5A;
	text-decoration: none;
}
a:hover{
	color:#0a871F;
	text-decoration: none;
}

h1{
	font-size: 24px;
	color: white;
}

h3{
	font-size: 20px;
	color: black;
	
}

.txt{
	font-size: 14px;
	text-align: left;
}

.bl-splash-menu {
    background-color: #eee;
}
.bl-splash-menu ul, .bl-splash-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px; 
}
.bl-splash-menu-left li:first-child {
    font-size: 14px;
}
.bl-splash-menu-left li:not(:first-child)::before {
    content: "-";
}
.bl-splash-menu-top li {
    display: inline-block;
}

.bl-splash-menu-top li:not(:first-child)::before {
    content: "|";
}
.linkedimg {
    border: 0;
    outline : none;
}
img a {
    border : 0;
    outline : none;
}
.odd {
   background: #eee;
}
td {
    padding-left: 10px;
}
#tab-brief tr:hover, #tab-letterbox tr:hover, #tab-Spakket tr:hover, #tab-Vpakket tr:hover, #tab-DHLpakket tr:hover, #packagingweight tr:hover, #storeprices tr:hover {
    background-color: #193D5A;
    color: white;
}
.shipping {
    border-collapse: collapse;
	margin-left: 0px;
}
th {
    background-color: #193D5A;
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px solid #003eff;
    background: #193D5A;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px solid #003eff;
    background: #193D5A;
    font-weight: normal;
    color: #ffffff;
}

.footer{
width: auto;
height: 40px;
background-color: #193D5A;
text-align: center;
padding-top:20px;
}