/**
 Layout

* Gröna färgen:  #49A942
*/

/**

div{ outline: 1px dashed grey;}

*/

#top-header
{
	background-color: #000000;
	height: 10px;
}
#header
{
	margin-top: 20px;
	border-bottom: 2px solid #a6a6a6;
	padding-bottom: 10px;
	
	border-bottom: 2px solid #a6a6a6;
	background-image: url('images/square.png');
	background-repeat: no-repeat;
	background-position: left bottom;

	position: relative;
}


#container 
{
	margin: 0 auto;
	width: 917px;
	
}

#content 
{
	min-height: 600px;
	margin-top: 30px;
	/**clear: left;*/
}

#footer
{
	margin: 0 auto;
	overflow: none;
	width: 917px;
}

#footer-container 
{
	overflow: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	background: #E6E6E6;
	border-top: 1px solid #808080;
}


div.left 
{
	float: left;
	width: 300px;
}

div.right 
{
	float: right;
	text-align: right;
}

#navigation {
	position:absolute;
	right: 0px;
	bottom: -10px;
	padding-bottom: 5px;
}

#navigation li {
	
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #E6E6E6;
	
	padding: 5px 10px 5px 10px;
	
	display: inline;
	list-style-type: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-color: #232323;
}

#navigation li:hover {
	color: #FFFFFF;
	
}


/**
Style
*/

@font-face {
    font-family: "Miso";
    src: url("fonts/MISO____.otf") format("opentype");
}

@font-face {
    font-family: "Miso";
	font-weight: bold;
    src: url("fonts/MISO-BOL.otf") format("opentype");
}

@font-face {
    font-family: "GraublauWeb";
    src: url("fonts/GraublauWeb.otf") format("opentype");
 
}

@font-face {
    font-family: "GraublauWeb";
    font-weight: bold;
    src: url("fonts/GraublauWebBold.otf") format("opentype");
}

body 
{
	margin: 0 auto;
	background-color: #EEEEEE;
	background-image: url('images/background.png');
	background-position: center top;
	background-repeat: no-repeat;
	
	
	font-family: GraublauWeb, Helvetica, Verdana, Sans-Serif;
}

img 
{
	border: 0;
}

span {
}

a {
	outline: none;
}


/**
 * Slider
 */

div.border {
	border: 1px solid #808080;
}


div.border2 {
	background-image: url('images/slider-background.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	
	padding-top: 15px;
	width: 590px;
	height: 500px;
}

#slides-wrapper {
	background-image: url('images/slider-background.png');
	background-position: left top;
	background-repeat: no-repeat;

	width: 917px;
	height: 487px;
	
	padding-top: 17px;
	padding-left: 17px;
	position: relative; 
	
}



#slides {

	position: relative; 
	width: 900px;
	height: 450px;
	
}

#slides-pager {
	position: absolute;
	bottom: -10px;
	left: 430px;
}

#slides-pager a 
{
	background: url('images/pager_normal.png') no-repeat 0px 0px;
	height: 20px;
	width: 20px;
	float: left;
	display: block;

	padding-left: 7px;
	padding-top: 1px;

	font-size: 10px;
	font-weight: normal;
    text-decoration: none;
	text-indent: -9999px;
}

#slides-pager .activeSlide 
{
	background: url('images/pager_active.png') no-repeat 0px 0px;	
}

.slide {
	position: relative;
}

.slide-content {
	position: absolute;
}


/** Arrow buttons in slider */ 

.slides_wrap .prev {
    position: absolute;
    left: 30px;
    top: 225px;
    outline: 0;
}

.slides_wrap .next {
    position: absolute;
    right: 30px;
    top: 225px;
    outline: 0;
}

.slides_wrap a:active {
    top: 227px;
}



a{
	text-decoration: none;
	color: inherit;
}


p
{	
	padding: 5px;
}

p.slidebody
{
	font-family: Miso, GraublauWeb, Helvetica, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 18pt;
	padding: 5px;	
}

p.slidebody a
{
	font-weight: bold;
}


h1 
{
	font-family: GraublauWeb, Helvetica, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 110%;
	padding-left: 10px;
}

h2 
{
	font-family: Miso, GraublauWeb, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	color: #959595;
	font-size: 40px;
	margin-bottom: -10px;
	margin-top: 0px;
}

#footer 
{
	font-family: Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #808080;
	text-shadow:0px 1px 1px white;
	
}

#footer img
{
	vertical-align: middle;
}

