/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

* html body #menu_vert {
   margin-left: 0px;
   margin-right: 0px;
   margin-top: -8px;
width: 100%;
clear: both;
}

#menu_vert {
   margin-left: 0px;
   margin-right: 0px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #f3f3f3;
   border-bottom: 1px solid #c7beb5;
   border-top: 1px solid #c7beb5;
   border-left: 2px solid #c7beb5;
   border-right: 1px solid #c7beb5;
   width: 647px;
/*width: 100%;*/
}


/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px auto; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: 0px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #000000;
}
#primary-nav li a { 
   border-left: 0px solid #deddd8;
   border-right: 0px solid #deddd8;
}
#primary-nav li li a { 
   border: 0px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #f3f3f3; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #c4d263; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
/*   background-image: url(images/cms/arrow.gif); */
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #c4d263; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

/* Start of CMSMS style sheet 'Thickbox' */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:35px;
	padding:7px 30px 10px 15px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0px;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}


#TB_load{
	position: fixed;
	display:none;
	height:100px;
	width:100px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* End of 'Thickbox' */

/* Start of CMSMS style sheet 'Gästbok (standard-/exempelmall)' */
/*
 Standard-/exempelmall för Gästboksmodulen. Denna kan komma att skrivas övernär modulen uppgraderas och den kommer att tas bort när modulen avinstallerad, så gör en kopia om du vill ändra den.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: 1.5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 0px solid #ccc;
	margin-bottom: 4em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #f3f3f3;
	color: black;
	border: 0px solid black;
        margin-bottom:2px;
	padding: .5em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;

}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: c4d263;
} 
.cms-guestbook-entry-header a:hover {
	color: c4d263;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {

}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{

margin:2px 0px 0pt;
}

textarea {
margin: 0px 123px 0 0px;
width: 250px;
}

input#skickagast {
width: 130px;
}

input#avbrytgast {
width: 130px;
}

input#gastsender {
width: 282px;
}

input#gastcountry {
width: 282px;
}

input#gastlocation {
width: 282px;
}

input#gastemail {
width: 282px;
}

input#gasthomepage {
width: 250px;
}

input#gastcounter {
width: 50px;
}


.cms-guestbook-showform-button-input {
width: 130px;
}

div.cms-guestbook-div-back {
   margin-left: -212px;
   margin-top: 2em;
   width:575px;
}

* html body div.cms-guestbook-div-back {
   margin-left: 12px;
   margin-top: 2em;
   width:575px;
}

/* End of 'Gästbok (standard-/exempelmall)' */

/* Start of CMSMS style sheet 'FormBuilder' */
/***** Formbuilder *****/

textarea {
border:1px solid #cccccc;
font-family:Verdana,Tahoma,Arial,Sans-Serif;
font-size:1em;
margin:0;
padding:4px;
}

.contact_form {
width: 385px;
}

.ffsubmit {
width: 150px;
}

.fbsubmit {
width: 150px;
}

label {
margin:2px;
}

input#m6submit {
width:200px;
}

textarea {
width:400px;
}

input#m6_14 {
width:150px;
}

input#m6_15 {
width:150px;
}

input#m6_19 {
width:30px;
margin-left:4px;
}

input#m6_20 {
width:20px;
margin-left:4px;
}

input#m6_21 {
width:20px;
margin-left:4px;
}

/*input {
width:20px;
}*/

input {
width:150px;
}

.submit {
clear: both;
width:100px;
}

.betalande_stipendium { 
width: 200px;
float: left;
}

.form_utomstaende { 
float:right;
width:280px;
color:#aa0225;
font-weight:bold;
}

.form_tilltalsnamn { 
float:right;
width:280px;
}

.form_efternamn { 
float:left;
width:296px;
}

.form_fodelsedatum { 
float:left;
width:296px;
margin-top:25px;
}

.form_ar { 
float:left;
padding-right:10px;
}

.form_manad { 
float:left;
padding-right:10px;
}

.form_dag { 
float:left;
}

.form_mankvinna { 
float:right;
margin-bottom:21px;
margin-right:120px;
width:70px;
}

table.formbuilderform { 
}

.buchung_gewunshte,.buchung_anzahl,
.booking_desired,.booking_people,
.bokning_tidpunkt,.bokning_deltagare,
.buchung_kontakt,.booking_contact,
.bokning_kontakt { 
font-weight:bold;
font-size:1em;
padding-top:30px;
}

.bokning_deltagare {
padding-top: 25px;
}

.bokning_kontakt {
padding-top: 25px;
}

input#m6input_username {
width:150px;
}

#m6input_password {
width:150px;
}

.signin_button {
width:100px;
}

/***** Table styles *****/

table {
margin:0 0 16px 0;
padding:0;
line-height:1.3em;
border-collapse:collapse;
border:1px solid #ffffff;
/* width:620px; */
/*width:586px;*/
}

caption {
text-align:left;
font-size:1.5em;
font-weight:normal;
margin:0;
padding:6px 0 8px 0;
}

th {
padding:7px;
text-align:left;
background:#ffffff;
color:#000000;
}

td {
padding:7px;
font-size:0.9em;
text-align:left;
background:#ffffff;
color:#000000;
width:0px;
/*width:250px;*/
}
/* End of 'FormBuilder' */

/* Start of CMSMS style sheet 'Flickr' */
/*********************************************
 *
 *  Styles for CMSMS Flickr module
 *  By Allan Larsen
 *
 *********************************************/


/* List of sets 
 *********************************************/

.flickr_set {
margin: 20px 0 20px 0;
clear: left;
}

.flickr_set_image {
margin: 0 0 20px 0;
float: left;
}

.flickr_set_text {
margin: 0 0 0 100px;
}

.flickr_set_text h2 {
padding: 0 0 10px 0;
margin: 0;
line-height: 12px;
}

.flickr_set_text p {
padding: 0;
margin: 0;
}

.flickr_set_image img {
margin: 0 ! important;
width: 75px;
height: 75px;
}

.flickr_set_image img:hover {
background-color: #7f7157;
}



/* Single set
 *********************************************/

.flickr_set_header {
float: left;
margin: 10px 0 40px 0;
}

.flickr_set_header img {
margin: 4px 20px 0px 0px ! important;
float: left;
}

.flickr_thumbnails img {
margin: 8px 8px 0 0 ! important;
width: 75px;
height: 75px;
}

.flickr_thumbnails img:hover {
background-color: #7f7157;border:0px;
}

.flickr_thumbnails a {
background-color: #ffffff;color: #ffffff;
}

.flickr_thumbnails {
margin-bottom:-227px;
}

.flickr_set_navi {
margin:294px 0px 3px;
text-align: center;
}

/* Single photo
 *********************************************/

.flickr_navi, .flickr_navi_info {
clear:none;
float:right;
font-size:9px;
line-height:12px;
margin-top:-408px;
text-align:right;
}

.flickr_navi img {
margin: 18px 0 0 0 ! important;
}

.flickr_navi img:hover {
background-color: #7f7157;
}

.flickr_navi_links {
margin: 0;
padding: 0;
font-size: 10px;
}

.flickr_navi_filler {
text-align:center; 
margin: 18px 0 0 0; 
font-size: 7pt; 
line-height: 13px; 
width:59px; 
height:49px; 
border: 1px solid #7f7157; 
padding:20px 10px 10px 10px;
}


.flickr_navi_info {
margin-top: 50px;
line-height: 14px;
/* End of 'Flickr' */

