﻿/* Layout start */
html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
body {
	background:black url('/images/bakgrund.jpg') no-repeat
}
img 
{
    border:0
}
a 
{
    color:#09abe6;
    text-decoration:none
}
a:hover 
{
text-decoration:underline
}

table 
{
    width:100%;
    margin:10px 0 10px 0;
}
td 
{
    width:45%;
    font-size:12px
}
#left {
	width:203px;
	padding:36px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	}
#right {
	width:665px;
	left:275px;
	top:0px;
	position:absolute;
	background-color:White;
	min-height:700px
}

.clear {
	clear:both
}
/* högerkolumn */

.right_100 {
	clear:both;
	font-size:18px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	padding:25px;
	background-color:White;
	line-height:19px
}
.right_100 h1 {
	font-size:36px;
	font-weight:bold;
	font-family:Futura, Tahoma, Geneva, sans-serif;
	margin-top:0;
	text-transform:uppercase;

}
.right_100 img 
{
    margin-bottom:20px
}
.right_60 {
	width:60%;
	float:left;
	clear:left;
	background-color:White
}
.right_40 {
	width:40%;
	float:right;
	background-color:White
}
.right_33 {
	width:33%;
	float:left;
	background-color:White
}

.leftcol {
	float:left;
	width:47%;
}
.rightcol {
	float:right;
	width:47%;
}
#left .rightcol {
		text-align:right
}
#backlink 
{
    position:absolute;
    left:0;
    bottom:-65px;
    padding-bottom:20px
}
/* Layout end */

/* Left section */
#logo {position:absolute;left:20px;top:30px;width:220px;height:70px; border:0}
#left ul {
	list-style: none;
	margin:200px 0 0 0;
	padding: 0px;
	border: none;
}
#left ul li {
	margin:10px 0 0 0;
	padding: 0px;
}
#left ul li img {
	border:0
}
#left ul li a {color:white;font-family:Futura, Tahoma, Geneva, sans-serif;text-decoration:none;font-size:30px;font-weight:normal;letter-spacing:1px;}
#left ul li a:hover {color:#57B9E9}
#left .hr {
	border:2px white solid;
	margin:25px 0 25px 0;
}

a.tag 
{
    font-size:11px;
    font-style:italic;
    color:white;
    line-height:15px
}

a.contact {
	color:#09abe6;

}


#txtSearch
{

}
#txtSearch 
{
        font-size:11px;
        font-family:Arial, Helvetica, sans-serif;
        width:160px;
        margin-bottom:4px
}
/* Right section */

.clear {
   clear: both;
} 
.faktaStreck {
	background-color:black;
	width:213px;
	height:5px
}
.fakta1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	float:left;
	width:47%;	
}
.fakta2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	width:47%;	
}

.Padding25 {
	padding:0 25px 25px 25px;
}
.Padding25 img {
	border:0
}
/* Gallery */

#gallery {
    width:665px;
    height:381px;
    overflow:hidden;
	position:relative;
	left:0;
	top:0;
	margin:0;
	padding:0;
    background:black url('/userfiles/image/defaultbild.jpg') no-repeat;

}

#gallery li {
	margin:0;
	padding:0;
	width:665px;
	height:381px;
	float:left;
	
}
#gallery ul {
	width:8000px;
	margin:0;
	padding:0;
	list-style-type:none
}
#gallery .caption {
	position:absolute;
	background-color:black;
	color:White;
	width:665px;
	height:40px;
	line-height:40px;
	text-align:center;
    filter:alpha(opacity=75);
    opacity:0.75;	
    display:none
}
#gallery img 
{
	width:665px;
	height:381px;
}
#gallery .previous {
	position:absolute;
	left:5px
}
#gallery .next {
	position:absolute;
	right:5px
}


/* clearfix  */
	
	.clearfix:after {
	  content: "."; 
	  display: block;
	  height: 0; 
	  clear: both; 
	  visibility: hidden;
	}
	
	.clearfix {display: inline-table;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
		
