@import url("hr.css");
@import url("links.css");
@import url("lists.css");


* { /* nollstaller alla marginaler och padding - globalt */
	margin:0; 
	padding:0;
} 


/* vanligaste */

body{
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #E6E6E6;
	margin-left: 20px;
	margin-top: 10px;
	background: #a09899 url(../../img/bg_black.gif) 0 0 repeat-x;
}

#toplogo{
	width: 900px;
	border: 1px gray solid;
	background-color: #000;
}


#banners {
	position: absolute;
	top: 295px;
	left: 940px;
	width: 150px;
}


#main{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 900px; /* tank pa padding */
	background-color: white;
	border-bottom: 1px gray solid;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
}

p{
	padding: 10px 10px 10px 10px;
}

p.news{
	padding: 0 0 0 0;
}

.bildtext{
	color: gray;
	margin-top: -20px;
	font-size: smaller;
}


/* left and right for the news */
#left {
	float: left;
	width: 600px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	padding-right: 10px;
	}
html>body #content {
	width: 570px; 
	/* ie5win fudge ends */
	}


/*	nyheter */

.news{
	clear: both;
	width: 95%;
}

.newsdate{
	font-size: 0.8em;
	color: gray;
}


.newsheadline{
	font-weight: bold;
}

#right {
	float: left;
	color: gray;
	width: 320px; 
	border-left: 1px gray solid;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 290px;
	}
html>body #content2 {
	width: 290px; 
	/* ie5win fudge ends */
}

/* ----------------*/


/* fotter sidfot  */
#fotter{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	width: 880px;
	text-align: center;
	font-size: 0.8em;
	clear: both;
	color: #fff;
}

#fotter a{
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	border: hidden;
}

#fotter a:hover{
	text-decoration: underline;
}




/* advertising reklam */
#advertising{
	position: absolute;
	top:10px;
	left: 940px;
	width: 240px;
}

/* comments kommentarer */
#comments{
	width: 100%;


}

#comments-list{
	border: 1px solid gray;
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	background-color: #fcfcfc;
}

.comments-list,ul{
	border: 1px solid gray;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #fff; 
	width: 95%;

}
#commentsform{
	width: 100%;
}


form fieldset {
	background-color: #fcfcfc;
	margin-left: 10px;
	width: 90%;
}








/* clear */
.clear {
  height:10px; overflow:hidden; display:block; clear:both;
}


h2{
	margin-left: 10px;
	margin-top: 5px;
	color:#669933;
	font-size: 1.4em;
}

h2.comments{
	color: black;
	font-size: 1.4em;
}

h3{
	margin-left: 10px;
	margin-top: 5px;
}

#right h2 {
	background-color: #f6f6f6;
	color: #444;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: .05em;
	padding: 1px 2px;
}







/*  img bilder  
img{
	float: left;
	clear: both;
}
*/

.img-shadow {
  float:left;
  background: url(../../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../../img/shadow.gif) no-repeat bottom right;
  margin: 10px 7px 0 10px !important;
  margin: 10px 7px 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}




/* MENU */

#meny {
	float: left;
	background: #fff url(../../img/bg_meny.gif) 0 0 repeat-x;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
}

#meny a{
	color: white;
	padding-left: 40px;
	font-weight: 600;
}


#meny a:hover{
	color: white;
	text-decoration: underline;
	background: transparent;
}




table{
	margin-left: 10px;
	width: 100%;
	
}

td{
	padding: 0 7px 0 0;
}

td.top50{
	width: 50%;
	padding-bottom: 5px;
	vertical-align: top;
}



th{
	text-align: left;
}


th.right, td.right{
	text-align: right;
}




