﻿/* CSS för startsidan */



#main
{
    position: relative;
    float: left;
    clear: none;
    width: 500px;
    min-height: 220px;
}

#news
{
    position: relative;
    float: left;
    clear: right;
    width: 500px;
    min-height: 220px;
    margin:0 0 40px 0;
}


#flash
{
    position: relative;
    float: left;
    clear: left;
    width: 469px;
    margin: 0px 0px 60px 0px;
    height: 319px;
    border: 2px solid #FFC324;
    padding:0;
    overflow:hidden;
}
#form
{
    position: relative;
    float: right;
    clear: none;
    width: 450px;
    min-height: 200px;
}
.starttext
{
    position: relative;
    float: left;
    clear: none;
    width: 450px;
    font-size: 18px;
    font-weight: normal;
    color: #efefef;
    margin: 0 0px 0px 0;
    padding: 0 50px 0px 0;
}
.starttext2
{
    position: relative;
    float: left;
    clear: none;
    width: 450px;
    margin: 0 0px 0px 0;
    padding: 0 50px 0px 0;
}
.starttext p, .starttext2 p
{
    margin:5px 0;
    padding:0;
}

ul.slideshow {
	list-style:none;
	width:470px;
	height:320px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	/*border:#ffc324 solid 2px;*/
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:470px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
