/*..............................................*/
/*				Nolla allt...					*/
/*..............................................*/
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,img,embed,object,a {
	margin:0px;
	padding:0px;
	border: 0px;
	text-decoration: none;
}

a { 
	color: #2391bb;
}

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

h1 { font-size: 20px; margin-bottom: 5px;}
h2 { font-size: 16px; color: #333;}
h3 { font-size: 12px; color: #333; width: 100%; border-bottom: 1px solid #CCC; margin-top: 10px; margin-bottom: 5px; padding-bottom: 3px; line-height: 22px; display: list-item; list-style: none;}
h4 { font-size: 12px; color: #2391bb;}
h5 { font-size: 12px; color: #333; font-weight: bold; }

#icons {
	margin-top: 20px;
	border-spacing: 0;
}
#icons tr {
	vertical-align: top;
}
#icons td {
	padding: 0px;
	height: 90px;
}
#icons .indent {
	padding-left: 10px;
}
textarea {
	border: 1px solid #CCC;
}
p { margin-bottom: 3px; }
/*..............................................*/
/*				Grundstruktur					*/
/*..............................................*/

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333; 
	height: 100%;
	background-color: #dbdbdb;
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
}

#centerwrapper {
	width: 850px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#mainwrapper {
	float: left;
	width: 850px;
	height: 100%;
	background-color: #FFF;
}
#logoarea {
	float: left;
	width: 400px;
	margin-left: 15px;
}
/* ---------------- Loginruta -- */
#loginarea {
	float: right;
	width: 300px;
	padding-top: 30px;
}
#loginarea input {
	float: left;
	border: 1px solid #ddd;
	border-right: 0px;
	color: #888;
	font-size: 11px;
	padding: 2px;
	height: 15px;
	width: 120px;
}
#loginarea a {
	font-size: 11px;
	color: #2391bb;
}
/* ---------------- S�kruta -- */
#searcharea {
	float: right;
	width: 300px;
	padding-top: 10px;
}
#searcharea input {
	float: left;
	padding: 2px;
	height: 15px;
	border: 1px solid #ddd;
	border-right: 0px;
	color: #888;
	width: 245px;
	font-size: 11px;
}

#topmenu {
	width: 820px;
	float: left;
}
#bottomwrapper {
	float: left;
	width: 790px;
	padding: 15px;
	border-top: 1px solid #CCC;
	background-color: #FFF;
}
#full {
	float: left;
	width: 100%;
}
#half {
	float: left;
	width: 50%;
}
#third {
	float: left;
	width: 32%;
}
#twothird {
	float: left;
	width: 66%;
}
#preview {
	float: left;
	width: 100%;
}
/*..............................................*/
/*						meny					*/
/*..............................................*/

#menuwrapper {
	position: relative;
	float: left;
	width: 820px;
	height: 34px;
	margin-left: 15px;
	z-index: 999;
	border-top: 1px solid #CCC;
	background-image: url(/images/menu_back.gif);
	background-repeat: repeat-x;
}
#menuwrapper ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#menuwrapper li {
	float : left;
	list-style : none;
	position : relative;
}
#menuwrapper li ul { /* second-level lists */
	display: block;
	position: absolute;
	z-index: 999;
	float: left;
}

#menuwrapper ul li {
	font-size: 12px;
	line-height: 34px;
	height: 34px;
	width: 132px;
	text-align: center;
	background-image: url(/images/menu_back.gif);
	border-right: 2px solid #FFF;
}
.active {
	font-weight: bold;
}
#menuwrapper a {
	text-decoration : none;
	display : block;
	color: #333;
}
#menuwrapper a:hover {
	color: #2391bb;
}
#menuwrapper ul li:hover, #menuwrapper ul li a:hover {
}
#menuwrapper ul ul, #menuwrapper ul ul ul {
	display : none;
	position : absolute;
}
#menuwrapper li:hover ul ul, #menuwrapper li:hover ul ul ul, #menuwrapper li:hover ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul ul, #menuwrapper li:hover ul ul ul ul ul ul ul {
	display : none;
	position : absolute;
}
#menuwrapper li:hover ul, #menuwrapper ul li:hover ul, #menuwrapper ul ul li:hover ul, #menuwrapper ul ul ul li:hover ul, #menuwrapper ul ul ul ul li:hover ul, #menuwrapper ul ul ul ul ul li:hover ul, #menuwrapper ul ul ul ul ul ul li:hover ul {
	display : block;
	position : absolute;
	width: 132px;
	padding-left: 0px;
}
#menuwrapper ul li ul li {
	width: 132px;
	padding-left: 0px;
}
#menuwrapper ul li ul li a {
	text-decoration : none;
	display : block;
	border-bottom: 0px;
}
#menuwrapper ul li ul li a:hover {
	text-decoration : none;
	display : block;
	border-bottom: 0px;
	background-color: #e5effc;
}

/*----------------------- Innehåll och annat */

#contentwrapper {
	float: left;
	width: 820px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
}
#maincontent {
	float: left;
	width: 550px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 15px;
	border-right: 1px solid #CCC;
}

#subpages {
	float: right;
	width: 239px;
	padding-left: 15px;
}
#subpages h2 {
	margin-bottom: 5px;
}
#subpages p {
	border-top: 1px dotted #000;
	padding-top: 2px;
}
#rightBar {
	width: 255px;
	float: right;
}
#news {
	float: right;
	width: 240px;
	height: 100%;
	padding-left: 15px;
	padding-top: 20px;
}
#news p {
	float: left;
	font-size: 11px;
	padding-top: 2px;
}
#news h2 {
	float: left;
	margin-bottom: 13px;
}
#news h4 {
	float: left; 
	width: 100%;
}
#news hr {
	float: left;
	width: 100%;
	clear: both;
	border: 0px;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.date {
	float: left;
	width: 50px;
}
.newstopic {
	float: left;
	width: 185px;
}

.memberTable {
	float: left;
	width: 100%;

}
.memberTable thead {
	text-align: left;	
}
a.button {
    background: transparent url(/images/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-right: 6px;
    padding-right: 14px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer; 
}

a.button span {
    background: transparent url(/images/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 4px 16px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 3px 16px; /* push text down 1px */
}

#contact {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 15px;
}

#action {
	margin: 10px;
	padding: 10px;
	background-color: #FFA;
	border: 1px dotted #CC0;
}
#alert {
	margin: 10px;
	padding: 10px;
	background-color: #FEE;
	border: 1px dotted #F00;
}

.user_row {
	float: left;
	width: 820px;
}
.user_city {
	float: left;
	width: 90px;
}
.user_name {
	float: left;
	width: 190px;
}
.user_company {
	float: left;
	width: 190px;
}
.user_type {
	float: left;
	width: 150px;
}
.user_www {
	float: left;
	width: 200px;
}
