/* 
	screen style sheet
	date: 31/5/07
	version: 1.0
	author: Andrea
 */
 
/* global styles */
* {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* makes 1em worth approx 10px */
}
p {
	font-size: 1.4em;
	padding: 5px;
	color: #666666;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: none;
	color: #CC3333;
	padding-top: 10px;
	font-variant: small-caps;
}
h2 {
	font-weight: bold;
	color: #cc3333;
	font-size: 1.5em;
	line-height: 1.5em;
	padding-top: 10px;
}

h3 {
	font-weight: bold;
	color: #666;
	font-size: 1.3em;
	line-height: 2em;
}
td {
	padding: 10px;
}
a {
text-decoration:none;
}


/*containers */

#wrapper {
	width: 900px;
	border:2px solid #cc3333;
	margin-top: 5px;
}
#banner {
	background-color:#cc3333; 
	height: 80px;
	margin: 0;
	width: 100%;
}
#banner .img {
	clear: none;
	float: right;
}

#menu {
	width:150px;
	float:left;
	height: auto;
}
#content {
	width:580px;
	border-left:1px solid #cc3333;
	border-right:1px solid #cc3333;
	padding: 10px;
	float: left;
	top: 90px;
	clear: none;
	overflow: auto;
	height:600px;
}
#links {
	width:145px;
	float: right;
}
#links .info {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
}

#footer {
	background-color:#cc3333;	
	width: 100%;	
	clear: both;
	height: 60px;
}

/* Styles for Menu Items */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	}
#menu ul li {
	position: relative;
	list-style-type: none;
	}
#menu li ul {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	list-style-type: none;
	}
#menu li ul li ul{
	display:none;
	}
#menu ul li a {
	display: block;
	width:140px;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.4em;
	font-style: normal;
	color: #cc3333;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-bottom: 1px solid #cc3333; /* IE6 Bug */
	}
#menu li ul a {
	border: 1px solid #c33;
	font-size: 1.2em;	
}	

/* Holly Hack. IE Requirement \*/
* html #menu ul li { float: left; height: 1%; width:150px;}
* html #menu ul li a { height: 1%;}
/* End */

#menu li a:hover, #menu li a:active {
	text-decoration:none;
	font-weight: bold;
	background-color:#cc3333;
	color:#fff;
}
#menu li:hover ul, #menu li.over ul { 
	display: block; 
} /* The magic */

/* styles for right hand side column */
#links ul {
	list-style:none;
	margin:0;
	padding:0;
}
#links li a:link, #links li a:visited {
	text-decoration:none;
	display:block;
	color: #cc3333;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 1.4em;
	font-style: normal;
	padding-top: 12px;
	padding-right: 0.4em;
	padding-bottom: 12px;
	padding-left: 0.4em;
}
#links li a:hover {
	font-weight: bold;
}

/* Styles for content Items */
#content a {
	text-decoration:none;
	font-weight: bold;
	color: #999999;
}	
#content a:hover {
	color:#cc3333;
}

/* styles */

#footer .footertextleft {
	float:left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer .footertextleft a, a:link, a:visited, a:hover {
	text-decoration:none;
	color:#fff;
}
#footer .footertextright {
	float:right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
}
#banner .huslogga {
	float:right;
}
#banner .leftlogo {
	float: left;
}

.listimage {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.paddedimage {
	padding: 10px;
}
.imageleft {
	background-image:none;
	background-repeat:no-repeat;
	float:left;
	padding: 10px;
}
.imageright {
	background-image:none;
	background-repeat:no-repeat;
	float:right;
	padding: 10px;
}
.emphasize {
	font-weight: normal;
	color: #cc3333;
}
.clmonth {
	border-collapse:collapse;
	min-width: 100%;
	min-height: 100%;
}

.clmonth caption {
	text-align: left;
	padding-bottom: 6px;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
	color: #CC3333;
	font-variant: small-caps;
}
.clmonth th {
	border: 1px solid #fff;
	border-bottom: none;
	padding: 2px 6px 2px 6px;
	background-color: #cc3333;
	color: #fff;
	font: 1.2ems Arial, Helvetica, sans-serif;
	width:70px;
}
.clmonth td {
	border: 1px solid #CCCCCC;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
	font-size: 1em;
	color: #666666;
	height:55px;
}
.clmonth td.previous, .clmonth td.next {
	background-color: #F6F6F6;
	color: #C6c6c6;
}
.clmonth td.active {
	background-color: #FBC5AA;
	color: #cc3333;
	border: 2px solid #cc3333;
}
.clmonth ul {
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
.clmonth li {
	margin-bottom: 8px;
}
.bildtext {
	font-style: italic;
	font-size: 1.3em;
}
.pagelink {
	font-size: 0.9em;
	font-weight: bold;
	color: #cc3333;
}
#content ul li {
	list-style-type: none;
}
#content ul li a {
	font-size: 1.1em;
	color: #cc3333;
	text-decoration: none;
}
#content ul li a:link, #content ul li a:visited  {
	font-size: 1.1em;
	color: #cc3333;
	text-decoration: none;
}
#content ul li a:hover  {
font-weight:bold;
}

/*fotogalleri*/
.fotogalleri
{
	padding-left:50px;
	cursor: default;
	list-style: none;
}
.fotogalleri a
{
	cursor: default;
}
.fotogalleri a .preview
{
	display: none;
}
.fotogalleri a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.fotogalleri img
{
	background: #fff;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ddd;
	border-left-color: #bbb;
}
.fotogalleri li
{
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	background-color: #eee;
}
.fotogalleri .preview
{
	border-color: #000;
	width: auto;
	height:auto;
}
/* ie filer fotogalleri*/
.fotogalleri a
{
	position: relative;
}
.fotogalleri a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}
.fotogalleri a:hover .preview
{
	top: -38px;
	left: -50px;
}
.fotogalleri li
{
	position: static;
}
/* slut fotogalleri */

/*medlemsform*/
input.txt {
	color:#003366;
	background-color:#FFCCCC;
	width:250px;
	border: 1px inset #666666;
}
textarea.txt1 {
	background-color:#FFCCCC;
	border:1px inset #666666;
	width:250px;
	clear:none;
	height: 150px;
}
input.btn {
	color:#003366;
	background-color:#add8e6;
	border:1px outset #003366;
}
form p {
	clear:left;
	margin:0;
	padding:0;
	padding-top:5px;
}
form p label {
	float:left;
	width:50%;
	font:Arial, Helvetica, sans-serif bold 0.9em;
}
	
#aktuellt {
	border: 1px solid #cc3333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1em;
	background-color: #FFFFCC;
}

