/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background:#153969;
}

#container {
	display: block;
	width: 800px;
	height: 514px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -257px 0 0 -400px;
}

#flashcontent {
	text-align:center;
	width:800px;
	height:514px;
	margin:0 auto;
	color:#ffffff;
	font-size:11px;
}

#klima, #frigo {
	/*float:left;*/
	width:460px;
	padding:10px;
	margin:0 auto;
	text-align:center;
}
#klima {
	border-bottom:1px solid #fff;
}

#klima a, #frigo a {
	color:#fff;
	text-decoration:none;
}
#klima a:hover, #frigo a:hover {
	color:#ff0;
	text-decoration:underline;
}

#klima p, #frigo p {
	margin-top:40px;
}

#frigo h1 a, #frigo h2 a, #frigo h3 a {
	margin:0;
	color:#0071bc;
}
#frigo h1 a:hover, #frigo h2 a:hover, #frigo h3 a:hover {
	color:#fff;
}

a.entra {
	background:url(../img/entra.gif) left top no-repeat;
	border-right:1px solid #fff;
	display:inline-block;
	height:20px;
	font-weight:bold;
	padding-left:46px;
	padding-right:8px;
}

a.enter {
	background:url(../img/enter.gif) right top no-repeat;
	display:inline-block;
	height:20px;
	font-weight:bold;
	padding-right:46px;
	margin-left:6px;
}

.clearer {
	clear:both;
}

img {
	margin-bottom:20px;
}