/*
	Project:		Lysekils skeppshandel
	Author:   		Xelera Communication AB
	Last edit:		2007-03-20
-------------------------------------------------*/
#skip,
#member,
#navbar {display: none;}
	
body {
	font:normal 69%/1.5 Verdana, Helvetica, Arial, sans-serif;
	color:#000;
}
a:link,
a:visited,
a:active {
	color:#036;
	text-decoration:underline;
}
a:hover {
	color:#036;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6  {
	font-weight:normal;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	background:transparent;
}
h1 {
	margin-bottom:0.5em;
	font-size:2em;
}
h2 {
	margin-bottom:0.3em;
	font-size:1.636em;
}
h3 {
	margin-bottom:0.5em;
	font-size:2em;
}
h4 {
	margin:0;
	font:bold 1em Verdana, Helvetica, Arial, sans-serif;
}


/* Data tables
-------------------------------------------------*/
table {
	margin:0.4em 0 1em;
	border-collapse:collapse;
}
caption {
	text-align:left;
	font:bold 1em/1.0 Verdana, Arial, Helvetica, sans-serif;
	margin:0.5em 0 0;
	padding:0 0 0.2em;

}
th {
	text-align:left;
	padding:0.5em;
	vertical-align:top;
}
td {
	padding:0.25em 0.5em;
	vertical-align:top;
}

/* Forms
-------------------------------------------------*/
label {
	display:block;
	font-weight:bold;
}
.txt {
	margin:0 0 0.75em;
}
.txt input,
.txt textarea {
	border:1px solid #ccc;
	margin:0;
	padding:0.2em;
	width:90%;
	max-width:90%;
}
.txt textarea {
	height:10em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
	padding:0.5em;
	margin:1em 0;
	border:1px solid #ccc;
}
legend {
	color:#000;
	font-size:0.94em;
}
.submitarea {
	padding:0 10% 0 0;
	text-align:right;
}
.label-text-submit input {
	margin:0 0 0.75em;
}

/* Other
-------------------------------------------------*/
.clearer {
	line-height: 0;
	height: 0;
	clear: both;
	}
/* Easy clearing of floats (see http://positioniseverything.net/easyclearing.html) */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
.clearfix {display: block;}
img {border: 0;}
#header h2 {
	font-size:2.72em;
	text-transform:uppercase;
	margin-bottom:1em;
}
#header a {
	color:#000;
	text-decoration: none;
}
#main {
	float: left;
	width: 55%;
}
#sidebar {
	float:right;
	width:40%;
}
#footer {
	width: 100%;
	margin-top: 1em;
	padding: 0.5em 0;
	border-top: 1px solid #000;
}
