﻿/*
Netta 2009
*/

html {
	background: #0056c3 url(images/bg_main.jpg) repeat-x center top;
}

body {
	margin: 0;
	padding:0;
	font:12px Trebuchet MS;
	color: #4b4b4b;
	background: #0056c3 url(images/bg_main.jpg) repeat-x center top;

}

a:link, a:visited { text-decoration: none; color:#014db5; font-size:12px; font-weight:bold; }
a:active, a:hover { text-decoration: none; color:#014db5; font-size:12px; font-weight:bold; }

td {
	font-size: 9pt; font-family: Tahoma, Arial, Helvetica, serif; font-weight: normal;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #780004;
}
h1{
	font:20px Trebuchet MS;
	width:auto;
	color:#0d4d8b;
	margin-bottom:8px;
	margin-left:0px;
	margin-top:20px;	
}


h2{
	font:18px Trebuchet MS;
	margin:0;
	color:#0d4d8b;
	padding-left:30px;
}

h3{
	font: bold 12px Trebuchet MS;
	margin:0;
	color:gray;
}

* html h3{
	margin-left:20px;
}

.p, ul, ol {
	line-height: 18px;
	text-align: justify;
}

.img{
    float:left;
    margin-left:0px;
      
}
.imgRight{
    float:right;
    margin-left:20px;
     border:3px #4e8fe2 solid;
}

.imgLeft{
    float:left;
    margin-right:20px;
    border:3px #4e8fe2 solid;    
    }

#container {
	width: 960px;
	margin: auto;
}

#header{
	display:block;
	width:960px;
	height:277px;
	margin:auto;
	background: url(images/header_bg.jpg) no-repeat;}

#top_kolumn1 {
	float: left;
	width: 227px;
	height: 277px;
}

#top_kolumn2 {
	float: right;
	padding-right:20px;
	width: 713px;
	height: 277px;
}

#menu{
	display:block;
	width:920px;
	height:58px;
	background: url(images/menu.jpg) no-repeat top;
	padding-left:10px;
	margin:10px 0 0 15px;
	text-align:center;
	vertical-align:top;
	}

#logo{
	display:block;
	width:213px;
	height:229px;
	float: right;
	margin-top:20px;
}

#banner{
	margin-top:10px;
	display:block;
	width:713px;
	height:264px;
}

#weather{
	float:left;
	display:block;
	height:47px;
	width:400px;
	padding-left:100px;

}
#slogan{
	display:block;
	height:47px;
	width:960px;
	background: url(images/slogan_bg.jpg) no-repeat;
}

#title{
	float:right;
	display:block;
	width:450px;
	margin-right:10px;
	text-align:right;
	color:#014db5;
	font:20px Trebuchet MS;
}

.blue{
	font-weight: normal; 
	background:#014db5;
	color:white;
	padding-right:10px;
	padding-left:5px;
}

#content{
	float: left;
	width:920px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	background:#f3f3eb;
}

#content2{
	float: left;
	width:900px;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	background:#f3f3eb;
}

#content_left{
	float:left;
	display:block;
	width:650px;
	height:auto;
}

#content_right{
	float:right;
	display:block;
	width:220px;
	height:auto;
}

	
#footer{
	display:inherit;
	width:960px; 
	height:81px;
	background: url(images/footer.jpg) no-repeat; 
	margin:0 auto;
}

#footerTekst{
	text-align:center;
	padding-top:30px;
	color:blue;
}

.clear { clear:both; }


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
