/* Start of CMSMS style sheet 'emerfoto' */
html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	vertical-align: top;
}
h1, h2, h3, h4, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}
p {
	line-height: 18px;
	margin-bottom: 21px;
}
a {
	color: #FF9900;
}
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	height: 100%;
	background-image: url(/uploads/images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
}
#logo {
	background-image: url(/uploads/images/emerfoto_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 112px;
	width: 800px;
}
#content {
	padding: 10px 20px 20px;
	background-image: url(/uploads/images/bg_blommor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
        text-align: left;
}
#valkommen {
	text-align: left;
	width: 550px;
	float: left;
}
#nyheter {
	width: 186px;
	float: right;
	text-align: left;
	vertical-align: top;
}
#nyheter .nyhetsruta1 {
	background-color: #630009;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
}
#nyheter .nyhetsruta2 {
	background-color: #3c0005;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
}
#nyheter .nyhetsruta1 img, #nyheter .nyhetsruta2 img {
       float: right;
       margin-left: 5px;
       margin-bottom: 5px;
}
#nyheter .datum {
	margin: 0px;
	font-size: 11px;
	color: #999999;
	padding: 0px;
}
#nyheter h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
#nyheter p {
	font-size: 12px;
	margin: 0px;
        line-height: 18px;
}
#nyabilder {
	float: left;
	width: 500px;
	margin-top: 20px;
	text-align: left;
	clear: both;
}
#nyabilder #rubrik_nya_bilder {
	clear: both;
	float: left;
        margin-bottom: -5px;
}
#nyabilder #bilder {
	clear: both;
	background-image: url(/uploads/images/bg_nyabilder.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 123px;
	width: 506px;
}
#nyabilder #bilder img {
	float: left;
	border: 4px solid #FFFFFF;
	margin: 8px 8px 8px 10px;
}
#footer {
	text-align: center;
	clear: both;
	position: relative;
	bottom: 0px;
	height: 65px;
        padding-top: 40px;
}
.img_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.img_left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.img_white_border_right, .img_white_border_left {
	border: 5px solid #FFFFFF;
        margin-bottom: 20px;
}
.img_white_border_right {
	float: right;
        margin-left: 15px;
}
.img_white_border_left {
	float: left;
        margin-right: 15px;
}
.flashvideo {
        border: 10px solid #FFFFFF;
        margin-right: 15px;
        width: 320px;
        float: left;
}
/* End of 'emerfoto' */

/* Start of CMSMS style sheet 'Ögat cssmenu horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper {
        overflow: hidden;
        width: 460px;
        text-align: left;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 150px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	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: -1px;
	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: #FFFFFF;
        font-weight: bold;
        font-size: 11px;
        font-family: verdana, arial;
	}
#primary-nav a:hover { 
	text-decoration: underline;
        color: #FF9900;
	}
#primary-nav li a { 

	}
#primary-nav li li a { 
	border: 1px solid #FFFFFF;
        background-color: #666666;
	}
#primary-nav li li a:hover { 
        background-color: #FF9900;
        color: #FFFFFF;
        text-decoration: none;
	}
#primary-nav li, #primary-nav li.menuparent { 
	background-color: none; 
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: none; 
	}


/* 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 { 
	background-image: url(modules/MenuManager/images/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: none; 
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#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; 
	}
#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 'Ögat cssmenu horizontal' */

/* Start of CMSMS style sheet 'Gästbok' */
/* Style each entry */
div.cms-guestbook-div-entry 
{
    border: 1px solid #666;
    margin-bottom: 1em;
}
    
/* Hide some fields */
div.cms-guestbook-div-sender-title,
div.cms-guestbook-div-date-title,
div.cms-guestbook-div-country-title,
div.cms-guestbook-div-email-title,
div.cms-guestbook-div-homepage-title,
div.cms-guestbook-div-message-title
{
    display: none;
}
      
/* Show the postdate on the right */
div.cms-guestbook-div-date 
{
    float: right;
}
	
/* No blocks/show inline */
div.cms-guestbook-div-sender,
div.cms-guestbook-div-country,
div.cms-guestbook-div-email,
div.cms-guestbook-div-location-title,
div.cms-guestbook-div-location
{
    display: inline;
}
	  
/* Style the message header */
div.cms-guestbook-div-entry-header
{
    background: #333;
    color: white;
    border: 0px solid black;
    margin: 0px;
    padding: .5em;
}

/* Style message header links */
div.cms-guestbook-div-entry-header a {
    color: #FFF;
} 
div.cms-guestbook-div-entry-header a:hover {
    color: #FF9900;
} 
		  
/* Style the postdate */
div.cms-guestbook-div-date 
{
    font-size: smaller;
}
		    
/* Style the sender name */
div.cms-guestbook-div-sender 
{
    font-weight: bold;
}
		      
/* Style the senders homepage link */
div.cms-guestbook-div-homepage 
{
    font-size: smaller;
    margin: 2px;
    margin-bottom: 0;
}
			      
/* Style the actual message */
div.cms-guestbook-div-message 
{
    background: #660000;
    padding: .5em;
}
/* End of 'Gästbok' */

/* Start of CMSMS style sheet 'Album (för mallarna default, ImageGallery och Thickbox)' */
/*
Den här mallen behövs om du använder någon av mallarna default, ImageGallery eller Thickbox i Album-modulen.
Den kan skrivas över när modulen uppgraderas och kommer att tas bort när modulen avinstalleras, så se till att göra en kopia om du vill ändra den.
*/

/* Album Module CSS for default, ImageGallery, and Thickbox templates */
/* Album List UL */
.albumlist
{
	margin-left:0;
	padding-left:0;
}

/* Picture List UL */
.picturelist
{
	margin-left:0;
	padding-left: 0;
        float: ;
}

/* Album and Picture Lists */
.thumb
{
	padding:0;
	width:auto;
	margin:0 0.5em 0.5em 0;
/* Thumbnail spacing */
	text-decoration:none;
	line-height:normal;
	list-style-type:none;
	text-align:center;
	float:left;
}

.thumb img,.thumb a img,.thumb a:link img
{
/* Set link formatting*/
	/* width:100px; */
/* Thumb width*/ 
	/* height: 75px; */
/* Thumb height*/
	padding:5px;
/* Thumb padding to form thumb frame */
/* You can set the above to 0px = no frame - but no hover indication!*/
	margin:0px;
	background-color:white;
/*Background of thumb */
	border-top:0px solid #eee;
/* Borders of thumb frame */
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
	border-left:0px solid #eee;
	text-decoration:none;
}

.thumb a:visited img
{
	background-color:#eee;
/*Background of thumb on hover - sort of a light grey */
}

.thumb a:hover img
{
	background-color:#dae6e4;
/*Background of thumb on hover - sort of light blue/green */
}

/* Styling of text and navigation for Album */
.albumname
{
	font-size:smaller;
	text-align:center;
	font-weight:bold;
	font-style:normal;
}

.albumpicturecount
{
	font-size:smaller;
	text-align:center;
	font-weight:normal;
	font-style:italic;
}

.albumcomment
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.albumnav
{
	text-align:center;
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
}

.instructiontext
{
	font-weight:normal;
	font-style:normal;
	font-size:smaller;
	font-style:italic;
}

/* Big Picture */
.bigpicture
{
	padding:1em 0 0;
	float: right;
	border-top:0px solid #ccc;
	text-align:center;
}

.bigpicturecaption
{
/* Big picture caption */
	text-align:center;
	margin:0 0 5px;
	padding:0;
}

.bigpicture img
{
/* Big picture settings */
	padding:15px;
/* Image padding to form photo frame. */
	width:;
/* Width of big picture - set to auto for actual width*/
	margin:0;
	background-color:white;
/* Background of picture */
	border-top:0px solid #eee;
/* Borders of picture frame */
	border-right:0px solid #ccc;
	border-bottom:0px solid #ccc;
	border-left:0px solid #eee;
	text-decoration:none;
}

.bigpicturenav
{
	margin:0;
	padding:0;
	color:#000;
	font-size:smaller;
	line-height:normal;
}

/*Thickbox CSS */
#TB_overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6px;
	opacity:0.6px;
}

#TB_window
{
	position:absolute;
	background:#fff;
	z-index:102;
	color:#000000;
	display:none;
	border:4px solid #525252;
}

#TB_window img
{
	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:25px;
	padding:10px 30px 10px 25px;
	float:left;
	margin-right:100px;
}

#TB_closeWindow
{
	height:25px;
	float:right;
	padding:10px 12px 5px 10px;
}

#TB_closeWindow a,#TB_closeWindow a:link,#TB_closeWindow a:visited
{
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#TB_closeWindow a:hover
{
	background:red;
	color:white;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#TB_closeWindow a:active
{
	color:#f6f7f0;
	background:#d40d0e;
	text-decoration:none;
	padding:2px 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

#TB_closeAjaxWindow
{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent
{
	padding:2px 15px 15px;
	overflow:auto;
}

#TB_load
{
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	overflow:visible;
	visibility:visible;
	display:block;
	z-index:101;
}

#TB_loadContent
{
	margin-left:-125px;
	position:absolute;
	top:-50px;
	left:50%;
	width:250px;
	height:100px;
	visibility:visible;
}

/* End of 'Album (för mallarna default, ImageGallery och Thickbox)' */

