﻿/* 
    Layers
    ==================================== 
*/



#wrap 
{
    width: 910px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

#main 
{
    float: left;
    width: 560px;
    border-right: 1px solid #ddd;
    padding-right: 23px;       
}

#map { 
	display:none; 
	width:904px; 
	border:1px solid #aaa;
	height:400px; 	
}

#right 
{   
    float: right;
    width: 280px;
}

#footer 
{
    display: block;
    clear: both;
    width: 100%;
    height: 13px;
    padding: 5px;
    background-color: #ddd;
    font-size: 9px;
    font-family: Arial,Helvetica;
    color: #707070;
    font-weight: normal;
}

#footer a {
    color: #777;
}

#footer-links {
	float:right;
	margin-right: 10px;
}

#address 
{
    display: block;    
    clear: both;
    margin-top: 15px;
    font-size: 9px;
    font-family: Arial,Helvetica;    
    color: #707070;    
}

#huvud 
{
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 20px;
	margin-bottom: 20px;
}

#navigation 
{
    padding: 4px;
    height: 18px;
    clear: both;
    margin-bottom: 15px;
    border-bottom: 1px solid green;
}

#navigation a 
{
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
}

#navigation a:hover 
{
    color: #000;
}


/* 
    Tags, Fonts & headers
    ==================================== 
*/

html {
	height:100%;
	margin-bottom: 1px;	
}

body
{

    margin: 0;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica;
    text-align: center;
    background-color: #fff;

}

a 
{
    color: #178e32;
    font-weight: bold;
}

img 
{
    border: 0;
}

h1 
{
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #464548;
}

h3 
{ 
    font-size: 14px;
}


/* 
    The NEWS section
    ==================================== 
*/

#news 
{
    font-size: 10px;
}


#news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	
#news li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	background-image: url(../images/news_li.gif);
	background-repeat: no-repeat;
}

#news a {
	text-decoration: none;
	font-weight: normal;
	display: block;
}

#news a:hover {
	color: #000;
}

.news_header {
	color: #178e32;
	font-weight: bold;
}

.news_date {
	color: #aaa;
}

.news_content {
	color: #666;
}	

#shortcuts ul {
 list-style-type: none;
}

#shortcuts li {
	list-style-type: none;
}

#shortcuts a {
	font-size: 10px;
}

.sponsors a { margin: 0 7px; } 


/* 
    The POPULAR section
    ==================================== 
*/


#panel { margin-bottom: 30px; }
#panel1 { background:transparent url(/www/images/icon_1.jpg) no-repeat scroll 0 4px; }
#panel2 { background:transparent url(/www/images/icon_2.jpg) no-repeat scroll 0 4px; }
#panel3 { background:transparent url(/www/images/icon_3.jpg) no-repeat scroll 0 4px; }
#panel4 { background:transparent url(/www/images/icon_4.jpg) no-repeat scroll 0 4px; }	
.panel { padding-left: 35px; margin-bottom: 15px; }
.panel a {}




/* Members */
.members * {
	margin:0;
	padding:0;
}


.members {
	width: 100%;
	clear:both;
}
.member {
	width:165px;
	height:140px;
	float:left;
	margin-bottom:12px;
	margin-right:12px;
	position:relative;
	cursor:pointer;
	font-size:11px;
}
.front {
	padding:2px;
	position:absolute;
	left:0;
	top:0;
	width:165px;
	height:140px;
	border:1px solid #ccc;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
}
.front:hover {
	background:#ccc;
	border-color:#aaa;
}
.name {
	color:#FFFFFF;
	height:28px;
	margin:0 0;
	padding:4px;
	position:absolute;
	bottom:2px;
	width:157px;
	left:2px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	font-weight:bold;
	background: transparent url(../images/bg_003300_60.png) repeat;
}

.back {
	display:none;
}
span.title {
	clear:both;
	display:block;
	font-size:10px;
	margin-top:2px;
	font-weight:normal;	
}

span.info {
	position:absolute;
	right:3px;
	top:9px;
	width:13px;
	height:13px;
	background: url("/www/images/icon-i.png") no-repeat;
	z-index:200;
	display:none;
}

div.title {
	margin-top:50px;
}
div.title, div.tel, div.email {
	margin-left:15px;
}
.actitle { margin-left:2px; font-weight:normal; font-size:10px; }
a, a:visited {
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
.front ul {
	margin:70px 0 0 25px;
}

li.phone {
	background:url("/www/images/icon-tele.gif") no-repeat scroll left center transparent;
	list-style:none outside none;
	padding-left:20px;
}
li.email {
	background:url("/www/images/icon-email.png") no-repeat scroll left center transparent;
	list-style:none outside none;
	padding-left:20px;
}

	