@charset "UTF-8";
/* CSS Document */

body {
	background: #191919 url(../img/bground.jpg) top center no-repeat;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-style: italic;
	font-size: 12px;
	line-height: 1.4em;
	}

#logo {
	float: left;
	}

#datum {
	float: left;
	margin-left: 20px;
	}

.btn_bbq, .btn_kubb {
	float: right;
	margin-left: 10px;
	}

#slideshow_container {
	margin-left: 10px;
	}

.transparent {
	background-image: url(../img/bg_trans.png);
	}

#menu ul {
    list-style-type: none;
    margin: 5px 0px 5px -20px;
    padding: 0px;
	}

#menu li {
	float: left;
	line-height: 1.5em;
	font-size:  14px;
	font-weight: bold;
	font-style: normal;
	margin-left: 20px;
	}

#menu li a {
	color: #ccc;
	}

#menu li a:hover {
	color: #F3404C;
	text-decoration: none;
	}

#menu li a:active {
	color: #F3404C;
	text-decoration: none;
	}

.h1_box {
	position: relative;
	top:-13px;
	left: 20px;
	background: url(../img/btn_title.png) no-repeat;
	padding: 18px 0 24px 15px;
	}
	
h1 {
	font-variant: small-caps;
	font-size: x-large;
	font-style: normal;
	text-shadow: 0.1em 0.1em 0.05em #990000;
	line-height: 0;
	padding: 0;
	margin: 0;
	}

.h2_box {
	position: relative;
	top:-12px;
	left: 20px;
	background: url(../img/btn_title_gr.png) no-repeat;
	padding: 16px 0 18px 15px;
	margin: 0;	
	}

h2 {
	font-variant: small-caps;
	font-size: x-large;
	font-style: normal;
	text-shadow: 0.1em 0.1em 0.05em #444;
	line-height: 0;
	padding: 0;
	margin: 0;
	}

h3 {
	padding: 5px 0px 0px 0px;
	margin: 0;
	font-variant: small-caps;
	font-size: large;
	font-style: normal;
	text-shadow: 0.1em 0.1em 0.05em #333;
	}

#content a {
	color: #fff;
	text-decoration: underline;
	}
	
#summary li {
	margin: 7px 0;
	font-style: normal;
	}


.check {
	list-style-image: url(../img/ico_check.png);
	line-height: 1em;
	font-size: 14px;
	}


.euro {
	list-style-image: url(../img/ico_euro.png);
	line-height: 1em;
	font-size: 14px;
	}


.win {
	list-style-image: url(../img/ico_win.png);
	line-height: 1em;
	font-size: 14px;
	}