/* CSS Document */
HTML
{
   height:100%;
} 
body{
	color: #666;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#f9f9f9;
	text-align:left;
	line-height:14px;
   height:100%;
   	background-image:url(../images/layout/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/*  Layout */

#holder{
 height:100%;
width:954px;
background-color:#FFFFFF;

}
#leftBorder{
    height:auto !important;
	background-image:url(../images/layout/leftBorderBg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	  background-color:#FFFFFF;
}
#leftBorderTop{
      height:auto !important;
	background-image:url(../images/layout/leftBorderBgTop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		padding-left:7px;
}

#rightBorder{
    height:auto !important;
	background-image:url(../images/layout/rightBorderBg.jpg);
	background-position:right;
	background-repeat:repeat-y;	

	}
#rightBorderTop{
    height:auto !important;
	background-image:url(../images/layout/rightBorderBgTop.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:7px;

}	

#inner{
height:100%;
min-height:100%;
    height:auto !important;
	border:1px solid #fff;
	 
}
#content{
margin-left:40px;
margin-right:40px;
margin-top:12px;
 min-height:400px;
  height:auto !important;
  height:430px; 
}

#holder div{
text-align:left;
}
div{
}
#header{
	min-height:110px;
	background-color:#404445;
	padding:0px;
	background-image:url(../images/layout/header_bg_fade.jpg);
	background-repeat:repeat-x;

	
}
#logo{
background-image:url(../images/layout/logo.jpg);
	background-position:left middle;
	background-repeat:no-repeat;
	padding:5px;
	min-height:110px;
}
#footer /* copyright mm*/
{
vertical-align:bottom;
	margin-right: auto; 
	margin-left: auto;
	background-color: #fff;
	text-align:center;
	border-top:1px solid #ccc;
	padding-top:10px;
	padding-bottom:50px;
	text-indent:45px;
	width:930px;
	clear:both;
	
}

/*  Layout */

b{
color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height:14pt;
	font-weight:bold;
}


#posted /*när ett inlägg har blivit postat*/
{
	font-size: 10pt; 
	color:#999999; 
	font-weight:normal;
	margin:0px;
}

h1, h2, h3, h4, h5 { 
letter-spacing: 1px;
margin-top: 5px;
margin-bottom: 0px;
 }

h1 { 
	font-size: 1.4em;
	font-weight: normal;
}
h2 { font-size: 1.4em;
line-height:1em;
padding:0px; 
}
h3 { font-size: 1.0em; }


/*INPUTS*/
input {
	border: 1px solid #999;
	color: #262421;
	font: 1.1em arial,sans-serif;
	padding: 2px;
}
textarea {
	border: 1px solid #999;
	color: #262421;
	font: 1.1em arial,sans-serif;
	padding: 2px;
}
input.textbox { padding-top: 3px }
.button{
background:url("../images/layout/btn_bg.jpg");
margin:2px;
}

.headerAddress, .headerAddress a:link, .headerAddress a:visited{
font-size:90%;
color:#999;
margin-top:12px;
}
.headerAddress a:hover{
border-bottom:1px solid #999;
}

#edit
{
	font-family: Verdana, sans-serif;
	font-size: 10pt; 
	color:#666666; 
	font-weight:normal;
}


.left /*vänsterspalt*/
{
	/*background-color: #D8D8D8;*/
	padding:2px;
	width:200px;
	/*height:600px;*/
	float:right;
	border-left-style:dotted;
	border-left-color:#C2C2C2;

}

#container /*håller messageholder, textbox och footer. Här ska även länkar finnas(?)*/
{
	background-color: #FFFFFF;
	padding:10pt;
	width:700pt;
	float:left
}

#messageholder /*Håller inläggen*/
{
	margin-right: auto; 
	margin-left: auto;
	background-color: #FFFFFF;
	text-align:left;
}

#full_text_1 /*lådan vari texten hamnar*/
{
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding:10pt;
	font-family: Georgia, serif;
	font-size: 9pt;
	line-height:14pt;
	text-align:left;

}

a:link  /*länkar*/       
{
	color:#155D7A;
	text-decoration: none;
	line-height: normal;
}

a:visited      
{ 		 
	color:#155D7A;
	text-decoration: none; 
	line-height: normal;
}

a:hover      
{  		
	color:#3366CC; 
	text-decoration: none; 
	line-height: normal;
	/*border-bottom:1px solid #3366CC; */
}


.inl
{
	
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 11pt;
}
#kat
{
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	font-style:italic;
	line-height:14pt;
}
#Ptitle
{
	color: #FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
}


.user
{

	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	font-style:italic;
	line-height:14pt;
}

.text
{
	color: #333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	font-style:italic;
	line-height:14pt;;
}

.statusError{
color:#FF0000;
}
.statusOK{
color:#0000FF;
}

.sectionCol{
background-color:#eee;
border:1px solid #ccc;
margin:1px;
}
.sectionCol TR TD{
padding-top:4px;
padding-bottom:4px;
padding-left:6px;
}

#gallery{

margin-left:21px;
margin-right:21px;
}

.galleryPics{
margin:3px;
padding:0px;
border:3px double #ccc;
height:117px;
width:150px;
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position:center center;
overflow:hidden;
float:left;
display:block;
}
A.galleryPics:hover{
color:#000000;
border:3px double #999;
}

/* MENU */
#adminMenu{
height:21px;
background:#CCCCCC;
	background-image:url(../images/layout/adminMenuBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-indent:8px;
}

.topMenu{
border-bottom:1px solid #fff;
height:28px;
	background-image:url(../images/layout/menuBg.jpg);
	background-position: 0px 0px;
	background-repeat:repeat-x;
	text-indent:8px;
	line-height:28px;
	padding-left: 15px;

}

.catMenu{
height:20px;
	background-image:url(../images/layout/catMenuBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
text-indent:15px;
border-top:2px solid #FFF;
}

.catMenu a.catLink{
padding-left:5px;
padding-right:5px;
size:70%;
	color:#155D7A;

}
.catMenu a.catLink:hover{
border-bottom:1px solid #155D7A;
}



/* Svenska */

a .swe_menuItem1{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:66px;
background-image:url("../images/layout/swe_menuItem1.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;

}
a .swe_menuItem1:hover{
background-image:url("../images/layout/swe_menuItem1_over.jpg");
}

a .swe_menuItem2{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:97px;
background-image:url("../images/layout/swe_menuItem2.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
a .swe_menuItem2:hover{
background-image:url("../images/layout/swe_menuItem2_over.jpg");
}

.swe_menuItem3{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:108px;
background-image:url("../images/layout/swe_menuItem3.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
.swe_menuItem3:hover{
background-image:url("../images/layout/swe_menuItem3_over.jpg");
}

.swe_menuItem4{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:75px;
background-image:url("../images/layout/swe_menuItem4.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
.swe_menuItem4:hover{
background-image:url("../images/layout/swe_menuItem4_over.jpg");
}

.swe_menuItem5{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:94px;
background-image:url("../images/layout/swe_menuItem5.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
.swe_menuItem5:hover{
background-image:url("../images/layout/swe_menuItem5_over.jpg");
}
.swe_menuItem6{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:165px;
background-image:url("../images/layout/swe_menuItem6.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}


.swe_menuItem6:hover{
background-image:url("../images/layout/swe_menuItem6_over.jpg");
}

/*engleska menu start*/


a .en_menuItem1{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:75px;
background-image:url("../images/layout/en_menuItem1.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;

}
a .en_menuItem1:hover{
background-image:url("../images/layout/en_menuItem1_over.jpg");
}

a .en_menuItem2{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:76px;
background-image:url("../images/layout/en_menuItem2.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
a .en_menuItem2:hover{
background-image:url("../images/layout/en_menuItem2_over.jpg");
}

.en_menuItem3{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:65px;
background-image:url("../images/layout/en_menuItem3.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
.en_menuItem3:hover{
background-image:url("../images/layout/en_menuItem3_over.jpg");
}

.en_menuItem4{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:73px;
background-image:url("../images/layout/en_menuItem4.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
.en_menuItem4:hover{
background-image:url("../images/layout/en_menuItem4_over.jpg");
}

.en_menuItem5{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:94px;
background-image:url("../images/layout/en_menuItem5.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}
.en_menuItem5:hover{
background-image:url("../images/layout/en_menuItem5_over.jpg");
}
.en_menuItem6{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:28px;
width:96px;
background-image:url("../images/layout/en_menuItem6.jpg");
background-repeat:no-repeat;
margin:0px 1px 0px 1px;
}


.en_menuItem6:hover{
background-image:url("../images/layout/en_menuItem6_over.jpg");
}

/*englska menu end*/

.swe_menuLang, .en_menuLang{
float:left;
margin:0px 1px 0px 1px;
line-height:32px;
}


/* Header flaggor */
.swe_menuFlag{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:12px;
width:20px;
background-image:url("../images/layout/flag_swe.gif");
background-repeat:no-repeat;
margin:10px 1px 0px 1px;
border:1px solid #999;
}
.en_menuFlag{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:12px;
width:20px;
background-image:url("../images/layout/flag_en.gif");
background-repeat:no-repeat;
margin:10px 1px 0px 1px;
border:1px solid #999;
}


/* English */
.en_menuItem{
float:left;
display:block;
overflow:hidden;
height:28px;
line-height:36px;

width:auto;
margin:0px 1px 0px 1px;
}

.en_menuItem:hover{
text-decoration:underline;
}
/*Flaggor */
.swe_Flag{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:12px;
width:20px;
background-image:url("../images/layout/flag_swe.gif");
background-repeat:no-repeat;
margin:0px 2px 0px 0px;
border:1px solid #999;
}
.en_Flag{
float:left;
display:block;
text-indent:-1000px;
overflow:hidden;
height:12px;
width:20px;
background-image:url("../images/layout/flag_en.gif");
background-repeat:no-repeat;
margin:0px 2px 0px 0px;
border:1px solid #999;
}

.clear{
clear:both;
}

.hiddenPic {display:none;}

