@charset "utf-8";
/* Main styles */

body {
	background: #000;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica-Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #242424;
	font-size: 14px;
	line-height: 21px;
}
a:link {
	color: #FF6C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6C00;
}
a:hover {
	text-decoration: none;
	color: #FF9500;
}
a:active {
	text-decoration: none;
	color: #FF9500;
}
h2 {
	font-family: "Helvetica Neue", Helvetica-Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #ff8a00;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

p {
	margin: 0px;
	padding: 0px;
}
form { 
	margin:0;
    padding:0;
    text-transform: ;
	font-size: 12px;
	font-weight: bold;
    color: #333;
}
.topbg {
	z-index: -1;
	position: absolute;
  	top: 0px;
   	left: 50%;
    margin-left: -580px;
}
#banner {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	top: 100px;
	width: 848px;
	height: 138px;
	background: url(../../images/annat/banner1.png) no-repeat;
	border: 1px solid #FFF;	
}
#underbanner {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	top: 239px;
	width: 850px;
	height: 40px;
}
.notat {
	position: relative;
	float: left;

	margin-left: 10px;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
	height: 22px;
	background: #FFF url(../../images/annat/overskuggadark.png) top repeat-x;
	color: #7b7b7b;
	text-align: center;
	text-transform: uppercase;
	border-bottom: #CCC 1px solid;
	border-top: #FFF 1px solid;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.notat:hover {
	border-bottom: #ffa000 1px solid;
	color: #4b4b4b;
	text-decoration: none;
}
.at {
	position: relative;
	float: left;
	margin-left: 10px;
	padding-top: 11px;
	padding-left: 13px;
	padding-right: 13px;
	height: 23px;
	background: #CCC ;
	color: #564303;
	text-align: center;
	text-transform: uppercase;
	border-bottom: #ffc600 3px solid;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
}
.grund {
	position: absolute;
	top: 350px;
	width: 850px;
	height: auto;
	left: 50%;
	margin-left: -425px;
}
.topfield {
	position: relative;
	width: 850px;
	height: 30px;
	table-layout: fixed;
	word-wrap:break-word;
}
.leftfield {
	position: relative;
	float: left;
	width: 849px;
	height: auto;
	background: #CCC;
	table-layout: fixed;
	word-wrap:break-word;
	margin-top: 15px;
	border-top: #FFF solid 1px;
	border-left: #FFF solid 1px;
}
.leftskrivfield {
	position: relative;
	float:left;
	width: 190px;
	height: auto;
	table-layout: fixed;
	word-wrap:break-word;
	margin-right: -7px;
	padding-top: 15px;
	padding-left: 5px;
}
.rightskrivfield {
	position: relative;
	width: 610px;
	padding: 5px;
	table-layout: fixed;
	word-wrap: break-word;
}
.commentarea {
	position: relative;
	float: right;
	width: 600px;
	height: auto;
	margin-top: 80px;
	margin-bottom: 50px;
	margin-right: 0px;
}
.rightfield {
	position: relative;
	float: right;
	width: 630px;
	min-height: 1500px;
	background: #FFF;
	table-layout: fixed;
	word-wrap:break-word;
	padding-top: 10px;
	margin-top: -15px;
	word-wrap:break-word;
}
.sidskugga {
	position: relative;
	width: 650px;
	height: auto;
	float: right;
	background: url(../../images/annat/sidskugga.png);
}
.botten {
	position: relative;
	width: 850px;
	height: 100px;
	float: left;
}
.bottenfieldright {
	position: relative;
	float: right;
	width: 619px;
	height: 15px;
	background: #CCC url(../../images/annat/overskugga.png) top repeat-x;
	border-bottom: #FFF solid 1px;
	border-right: #FFF solid 1px;
	margin-right: 10px;
	table-layout: fixed;
}
.bottenfieldleft {
	position: relative;
	float: left;
	width: 219px;
	height: 15px;
	background: #CCC url(../../images/annat/edgeskugga%20bl.png) top right no-repeat;
	border-bottom: #FFF solid 1px;
	border-left: #FFF solid 1px;
	table-layout: fixed;
}
.registerarea {
	position: relative;
	width: 217px;
	float: left;
	height: 30px;
}
.menubars {
	position: relative;
	width: 633px;
	float: right;
	height: 30px;
}
.navigationtext {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;	
}
.navigationknapp {
	position: relative;
	width: auto;
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	background: #CCC url(../../images/annat/underskugga.png) bottom repeat-x;
	border-top: #e4e4e4 solid 1px;
	color: #4b4b4b;
	float: left;
	margin-left: 4px;
}
.navigationknapp:hover {
	cursor: pointer;
	color: #2f2f2f;
}
#main {
	background: #FFF;
	border: #FFF 1px solid;
	color: #ff6000;
	margin-left: 3px;
}
#register {
	float: left;
	background: #2aa0de url(../../images/annat/underskugga.png) bottom repeat-x;
	border-top: #a6e6fe solid 1px;
	height: 30px;
	color: #525252;
	margin-top: 15px;
}
#register:hover {
	background: #28a4e5 url(../../images/annat/underskugga.png) bottom repeat-x;
	color: #FFF;
}
.stripes {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px;
	background: url(../../images/backgrounds/stripes.png) repeat;
}
.button {
	position: relative;
	height: 22px;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background: #ededed;
	color: #6F6F6F;
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-right: 2px;
	cursor: pointer;
}
.button:hover {
	background: #dadada;
	color: #333;
	cursor: pointer;
}
.sideline {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: -2px;
	margin-right: -20px;
	width: 199px;
	background: #999;
}