/* Start of CMSMS style sheet 'CredoLund' */
body {
/*	background: url("bilder/bakgrund.gif") #ffffff; */
	background: #ffffff;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	position: relative;
}

div {
	margin: 0;
	padding: 0;
}

p {
	font-family: verdana;
	font-size: 11px;
	margin: 0;
	padding: 0;
}


h1 {}

h2 {}

h3 {
	font-weight: bold;
}

h3, h4 {
	color: black;
}


a {
	color: #000099;
	text-decoration : none;
}

a:hover {
	color: #0000ff;
}


input, textarea {
	background : #ffffff;
	background-color : #ffffff;
}


div#body {
	width: 780px;
	margin: 30px auto 0;
	background-color: #eeeeee;
	border: 2px solid #000033;
}

div#logo {
	height: 68px;
}

div#menu {
	background-color: #eeeeee; padding-bottom: 20px;
}

div#menu p {
	font-weight: bold;
}

div#menu p a {
	margin: 0 5px;
}

div#menu p a.currentpage {
	color: black;
}

div#content {
}

div#footer {
	height: 22px;
}

div#login {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
}

div#login p a:hover {
	color: white;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
/* End of 'CredoLund' */

/* Start of CMSMS style sheet 'Navgation: Drop-line CL' */
<style type="text/css">
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* for this demo only */
#nav {margin: 0;}

/* the styling */
#nav {width: 780px; height: 20px; background: #000; position: relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {display:block; height:20px; float:left; background:#000; padding:0 10px 0 10px; text-decoration:none; font-size:12px; line-height:20px; white-space:nowrap; border-right:1px solid #fff; color:#fff;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {background:#888; cursor:pointer; color:#ff0;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#666; color:#ff0;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#888; color:#ff0;}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background:#666; color:#ff0;}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:780px; top:20px; left:0; background:#888; margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px;}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {display:block; position:absolute; width:780px; top:20px; left:0; background:#666; margin-top:0; padding:0; z-index:10;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#666; padding:0 10px; margin:0; font-size:12px; white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#888; padding:0 10px; margin:0; white-space:nowrap; border:0; color:#fff; font-size:12px;}
</style>
/* End of 'Navgation: Drop-line CL' */

/* Start of CMSMS style sheet 'CredoLund - FrontPage Content' */
html {}
#frontcontent {background: transparent; margin: 20px; position: relative;}

#frontcontent #main {width: 520px; position: relative; top: 0; left: 0;}
#frontcontent #column {width: 215px; position: absolute; top: 0; left: 532px;}
#frontcontent #column2 {width:215px; position: absolute; top: 400px; left: 532px;}

#frontcontent #main {border: none;} 
#frontcontent #column {border: 2px solid #666;}
#frontcontent #column2 {border: 2px solid #666;}

#frontcontent #calendar-m315 {}
#frontcontent #calendar-m315 h1 {color: teal; font-size: 14px}
#frontcontent #calendar-m315 h2 {color: teal; font-size: 12px; margin: 0;}

#frontcontent #news-m315 {}
#frontcontent #news-m315 h1 {color: teal; font-size: 14px}
#frontcontent #news-m315 h2 {color: teal; font-size: 12px; margin: 0;}
/* End of 'CredoLund - FrontPage Content' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

