/* ********************************************************************************************************************************** */
/* R E S E T
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* ******************************************* Fix IE6 background flicker ****************************************************** */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* Browser specific (not valid) styles to make preformatted text wrap */
 pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
} 
/* ********************************************************************************************************************************** */
/* Generic Styling */
body {
	background:  #fff url('back_2.png') repeat-x;
	background-attachment:fixed;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#222222;
	text-align:center;
	 
margin: 0 auto;
	}
* {
	
	}
img {
	border:0px #F7FAF7;
	}
p {
	
	}
a {
	text-decoration:none;
	color:maroon;
	}
a:hover {
	text-decoration:none;
	color:#010D37;
	}
/* Structure */
#alignment {
text-align: left; 
margin: auto auto; 
width:90%;
_width:970px;
}
	
#outer_wrapper {
                margin: 20px auto;
	width: 970px;
	background:transparent;
	font-size:1.20em;
	border : 0px #FFD800 solid;
}
#wrapper {
	width: 755px;
	background:#fff;
	font-size:1.20em;
	border : 1px #FFD800 solid;
	
	}
#reklam {
	
              /*  margin-left: 770px; */
                 float:right;
	margin-top: 0px;
	width: 200px;
	background: transparent;
	font-size:1.20em;
	/* border : 1px #FFD800 solid; */
}
#reklam img {	
	margin-bottom: 10px;
}
#header {
	align:top;
	height:165px;
	width:755px;
	background:url(bg-header.jpg) left repeat-x #FFD800;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	}
#header-right {
	height:165px;
	width:200px;
	background:url(bg-header.jpg) left no-repeat #fff;
	margin-left:600px;
	margin-top:0px;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	}
#header H1 {
	font-size:2em;
	color: #000000;
	margin-left:30px;
	font-weight: bold;
	text-align:left;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	}
div.transbox
	  {
	  width: 700px;
	  height: 125px;
	  margin-left: 25px;
	  margin-right: 25px;
	padding-bottom: 10px;
 	 background-color: #ffffff;
 	/* background:url(patch.gif); */
 	 border: 1px solid black;
 	 /* for IE */
 	 filter:alpha(opacity=90);
	  /* CSS3 standard */
 	 opacity:0.9;
  	/* for Mozilla */
 	 -moz-opacity:0.9;
 	 }

div.transbox p
	  {
	  margin: 0px 0px;
	  font-weight: bold;
	  color: black;
 	 }
#header H2 {
	font-size:1.0em;
	color: marine;
	margin-left:40px;
	margin-right:40px;
	/* padding-top: -200px; */
	font-weight: bold;
	text-align:left;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	}
#menu {
	height:32px;
	line-height:32px;
	background:url(bg-menu.png) no-repeat;
	font-size:1.2em;
	font-weight:normal;
	padding-left: 20px;
	}
#sidebar {
	float:left;
	width:180px; 
	background:#D63D0B; 
	margin-left:5px;
	font-size:12px;
	font-weight: Bold;
	text-align: center;
	}
#sidebar img {
	padding-bottom:5px;
	padding-top:0px;
	border-bottom:4px #B9BDD8; 
	}
#sidebar p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar-right {
	float:right;
	width:180px;
	background:#fff;
	margin-left:0px;
	margin-top:0px;
	margin-right:5px;
	font-size:12px;
	font-weight: Bold;
	text-align: center;
	padding-top:0px;
	padding-bottom:1px;
	padding-left:5px;
	border-left:1px dotted #B9BDD8; 
	}
#sidebar-right img {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:4px #B9BDD8; 
	}
#sidebar-right p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content {
	float:left;
	width:745px;
	min-height:400px;
	font-size:1.1em;
	/* border-right:1px dotted #B9BDD8;  */
	border-left:0px dotted #B9BDD8; 
	}
#content ul {
		 list-style-type: disc;
		/* list-style-image: url(bullet.gif); */
		 list-style-position: inside;
	 }
#content li {
		line-height: 16px;
	 }
#content ol {	
		 list-style-type: decimal;
		 list-style-position: inside;
	 }
#content img {
	border: 1px solid #FFD800; 
	margin: 10px;
	padding: 0.3em;
	background-color: #FFF9D8;
	}
#content p 
	{ 
	margin: 0; 
	} 
#content a:hover img {	
	background: #fff;							/* Hoover opacity effect */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.4;
                border: 1px solid #FFD800; 
	}
#footer {
	clear:both;
	height:95px;
	background:url('bg-footer.jpg') center repeat-x;
	}
/* Entries */
.entry {
	padding-right: 10px;
	padding-left: 10px;
	text-align:left;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
/* Menu */
#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	display:block;
	color:#FDEB59;
	padding-right: 15px;
	} 
#menu li a:hover {
	/*  background:url(bg-menu-hover.png) no-repeat center center; */
	color:#FF6A00;
	}
/* Sidebar */
#sidebar ul {
	list-style-type:none;
/*	margin-top:10px;  */
	}
#sidebar li {
		/* padding-right: 10px; */
	}
#sidebar li a {
	display:block;
/*	height:20px; */
/*	line-height:20px; */
	color:#F7EB4D;
	border-bottom:0px solid #010822;
	}
#sidebar li a:hover {
	/* background:#EA413D; */
	color:#FF6A00;
	}
#sidebar-bottom {
	height:20px; 
	background:url(bg-sidebar-bottom.gif) no-repeat top center;  
	}
/* Footer */
#footer-valid {
	float:left;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:0.8em;
	cursor:default;
	color:silver;
	}
#footer-valid a {
	color:gray;
	text-decoration:underline;
	}
#footer-valid a:hover {
	color:silver;
	text-decoration:none;
	}
/* Heading's */
h1 {
	font-size:1.8em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#3E5400;
	font-style:normal;
	}
h2 {
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#21007F;
	font-style:normal;
	}
h3 {
	font-size:1em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#B9BDD8;
	font-style:normal;
	}
h4 {
	font-size:1em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#000;
	font-style:normal;
	}
h5 {
	margin-top:-1em;
	}
h5 a {
	color:#6CC7DC;
	background:url(icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
h5 a:hover {
	color:#B4C835;
	}
/* Extra's */
#ad-top {
	width:480px;
	height:72px;
	background:url(bg-ad-top.png) no-repeat;
	padding:5px;
	}
           
#flags {	
		
                        	margin-left: 557px;
		padding-left: 40px;
		margin-right: 0px;
		margin-top: 5px;
                     	color: red;
		position:absolute;
                        	z-index:0;
                        }
#flags img {	
		border: 1px #fff;
		padding:0px;
		margin: 0px;
                        }
#flags a:hover img {	
		border: 1px #fff;
		padding:0px;
		margin: 0px;
                        }
#contentwrapper {
width:750px;
height: 100%;
border: 0px solid #000;
}
#membercontent {
	align:top;
	width: 540px;
	margin-right: 10px;
	_margin-left:195px;	
 	z-index:1000;
	float:left;
	_float:right;
<!--[if gte IE 6]>
	position:absolute;	
	margin-left:5px;
	float:left;
<![endif]-->
}
#membercontent table {
width: 400px;
}
#membercontent th {
	width: 50px;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #BFDBFF;
	background-color: #ffffff;
	-moz-border-radius: ;
	
}
#membercontent td {
	width: 150px;
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: #BFDBFF;
	background-color: #ffffff;
	-moz-border-radius: ;
	padding: 5px;
}
#tillbaka {
	/* position: absolute; */
	width: 180px;
	height: 40px;
	align: right;
	margin-left: 350px;
	margin-top: 5px;
}

