body {
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #002f64;
	background: #fff url(../gfx/bg_body.gif) top left repeat-x;
}
h1, h2, h3, h4, h5, h6, p, form, ul, ol {margin: 0px; padding: 0px;} /* reset margini si padding */
h1 {font-size: 18px; margin-bottom: 18px;}
h2 {font-size: 14px; margin-bottom: 16px;}
p {line-height: 14px; margin-bottom: 18px;}
a img {border: 0px;}
a {color: #7fa3e5;}
a:hover {color: #002f64;}

/*****************/

#wrapper {
	width: 752px;
	margin: 0px auto;
	text-align: left;
}

/*****************/

#header {
	width: 750px;
	border: 1px solid #fff;
	border-top: 0px;
}

/*****************/

#center {
	width: 750px;
	margin: 0px 1px 1px 1px;
	background: url(../gfx/bg_leftnav.gif) top left repeat-y;
}

/*****************/

#leftNav {
	float: left;
	width: 200px;
}

#navList, #navList li ul {
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navList li a {
	display: block;
	height: 29px;
	line-height: 29px;
	padding-left: 25px;
	background: #002f64 url(../gfx/bg_navlist.gif) bottom left no-repeat;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#navList li a:hover, #navList li a.currentLoc/*, #navList li ul li a */{background: #7fa3e5 url(../gfx/bg_navlist.gif) top left no-repeat;}
#navList li ul li a {font-weight: normal; background: #7fa3e5 url(../gfx/bg_navlist_2.gif) top left no-repeat;}
#navList li ul li a:hover, #navList li ul li a.currentLoc {background: #bad1f5 url(../gfx/bg_navlist_2.gif) bottom left no-repeat;}
/*#navList li ul {display: none;}
#navList li:hover ul {display: block;}*/

/*****************/

#content {
	position: relative;
	float: left;
	width: 522px; /* 550 for ie 5.x if needed */
	padding-top: 21px;
	padding-left: 28px;
	background: #fff url(../gfx/bg_content.gif) top left repeat-x;
}

#content .normalList {margin: 0px 0px 18px 18px;}
#content .normalListFloat {float: right; width: 270px; margin: 0px 0px 18px 5px; list-style: disc;}
.hetKort {
	display: block;
	float: left;
	padding-bottom:18px;
}

.thumbBox {width: 522px; margin: 0px 0px 18px 0px;}
.thumbBox a {
	display: block;
	float: left;
	margin: 0px 4px 5px 0px;
	border: 1px solid #CCCCCC;
}
.thumbBox a:hover {border: 1px solid #7FA3E5;}

#getPlugins {
	height: 31px;
	margin-bottom: 18px;
	clear: left;
}
#getPlugins a {color: #8e8e8e; text-decoration: none;}
#getPlugins a:hover {color: #7fa3e5; text-decoration: underline;}
#getPlugins img {float: left; padding-right: 10px;}
#getPlugins p {float: left;}

#contactForm {
	width: 500px;
	margin-bottom: 36px;
}
#contactForm p {width: 500px; margin-bottom: 7px;}
#contactForm p span {float: left; width: 185px;}
#contactForm p .textInput, #contactForm textarea, #contactForm p select {border: 1px solid #7fa3e5;}
#contactForm p .textInput {width: 263px; font-size: 11px;}
#contactForm p #commentBox {width: 263px; height: 100px; font-size: 11px;}
#contactForm p select {width: 263px; font-size: 11px;}

.flvBox {
	width: 256px;
	height: 235px;
	float: left;
}

#googleMap {
	width: 322px;
	height: 252px;
}

.table1 {
	width: 100%;
	background-color: #eaeaea;
	color: #000;
	font-size: 11px;
}
.table1 td {vertical-align: middle; text-align: left; padding: 3px 7px;}
.table2 {
	width: 100%;
	background-color: #eaeaea;
	color: #000;
	font-size: 11px;
}
.table2 td {vertical-align: middle; text-align: left; padding: 3px 7px;}

.redRound {position: absolute; left: 560px; top: 876px;}

/*****************/

#footer {
	clear: both;
	width: 100%;
	height: 60px;
	background-color: #7fa3e5;
	color: #fff;
	text-align: center;
	font-size: 10px;
}
#footer div {width: 752px; margin: 0px auto; text-align: right;}
#footer div p {line-height: 60px;}
#footer a {font-weight: bold; color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/*****************/

.cleaner {
	clear: both;
	height: 1px;
	margin-top: -1px;
	line-height: 0px;
}
