@charset "UTF-8";

html {
	background-color: #CCC;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../bilder/bkg.gif);
	background-repeat: repeat-y;
}

body {
	margin: 0 auto;
	text-align: center;
	width: 800px;
	height:auto;
	background-color: #666666;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
/*	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	*/
	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: #3eb6c9;
	border-right-color: #3eb6c9;
	border-bottom-color: #3eb6c9;
	border-left-color: #3eb6c9;
}

a:hover {
	background-color: #3eb6c9;
	color: #FFF;
  }
  
a {
	color:#B5C7C9;
	text-decoration: none;
}



.vitfot2 a:hover, .knap:hover {
	color:#fff;
	text-decoration: none;
}

.content {
	text-align:left;
	padding:10px;
	background-color: #3eb6c9;
}
.contentmitt {
	text-align:left;
	padding:10px;
	background-color: #333;
}

.blue {
	color:#3eb6c9;
	text-decoration: none;
}



strong {
	letter-spacing: 1px;
}


img {
	border:none;
	text-align: center;
	padding: 3px;
}

h2 {
	color: #FFF;
	font-size:14px;
	letter-spacing: 1px;
}
.vitt {
	color: #FFF;
	text-align: center;
	font-size:11px
}

.vitfot {
	color: #FFF;
	text-align: center;
	font-size:9px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #3eb6c9;
		
	
}
.vitfot2 {
	color: #FFF;
	text-align: center;
	font-size:8px;
    padding:5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3eb6c9;
	background-color: #3eb6c9;
}


.vitt2 {
	color: #FFF;
	text-align: left;
	font-size:11px
}

.vitt3 {
	color: #FFF;
	text-align: right;
	font-size:11px
}

.nyheter {
	color: #000;
	padding: 5px;
	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-color: #3eb6c9;
	height: 650px;
	width:190px;
	overflow: auto;
	background-color: #CCC;/*	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

*/}

#lightbox{
	background-color:#000;
	padding: 0px;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
	}
#lightboxDetails{
	font-size: 1.1em;
	padding-top: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../bildvis/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../bildvis/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../bildvis/overlay.png", sizingMethod="scale");
	}
table { 
border-collapse: collapse;
}

td {
	vertical-align: top;
	color: #FFF;
	border: 0;
	padding: 5px;
}


li {
	vertical-align: top;
	display:inline-block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
li p {
	width: 100px;
}

.hoger {
	margin-left:310px;
}

.knap {
	font-size: 8px;
	background-color: #3eb6c9;
	border: thin solid #FFF;
}