body {
	margin: 0 auto;	
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	/*border: solid 1px #999;*/
	font-size: 0.9em;
}
.main {
    clear:both; width:960px; padding-bottom:10px;
}
.right {
	margin: 0 5px 5px 5px;
	float: right;
}
.topright {
	margin: 10px 5px 5px 0;
	float: right;
}
.header {
	height: 102px;
	border-bottom: solid #999 1px;
}
.header h1 {
	background:url(../images/loodsenzo-rotonde.jpg) top right  no-repeat;
	height:102px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	font-size: 20px;
}
.header .topright {
	margin-left: 0px;
}
.header .topleft {
	float: left;
}



.header h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-top: 0px;
}

#navcontainer {
	width: 365px;
	margin: 30px 0 20px 0;
}

/* left menu */

#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	margin-left: 10px;
	padding-left: 0px;
}

#navcontainer ul li a
{
	background: transparent url(../images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 11px verdana, lucida, sans-serif;
	text-decoration: none;
	color: #444444;
	font-size: 1.4em;
	line-height: 2em;
}

#navcontainer ul li a:hover
{
background: transparent url(../images/list-on.gif) left center no-repeat;
color: black;
}

#navcontainer ul li a#current
{
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #444444;
}

.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	width:930px;
	margin:0 15px 10px 15px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	border-bottom: solid #999 1px;
	background: url(../images/bg30.jpg) no-repeat right top;
	min-height: 420px;
}
.main-content h1 {
	margin-left: 14px;
	font-size: 16px;
}

.main-content .heading {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 15px 10px 15px;
	width: 330px;
}

.main-content p {
	margin: 10px 15px 10px 15px;
}
.main-content ul {
	margin-left: 30px;
}
.main-content form {
	margin-left: 12px;
}
.main-content input {
	background: transparent;
	border: solid #000000 1px;
}
.main-content textarea {
	background: transparent;
	border: solid #000000 1px;
}
.main-content  .imagell {
	margin: 0px 15px 30px 15px;
	vertical-align: top;
	float: left;
}
.main-content  .image {
	margin: 0px 15px 10px 0px;
	vertical-align: top;
	float: left;
}
.main-content .imgpromo {
	margin: 5px 0 15px 0;
}

.main-content li {
	line-height: 180%;
}

.main-content .nav-left {
	font-size: 1.4em;
	width: 450px;
	height: 250px;
	margin: 20px 0 0 0;
}
.main-content .nav-left ul {
	line-height: 2em;
	font-weight: bold;
	list-style: none;
	margin-left: 1px;
}
.column2-unit-left {
	float:left;
	width:370px;
}
.column2-unit-right {
	float:right;
	width:540px;
}
.column2-unit-right .rotimg {
	float: right;
	margin: 240px 160px 0 0;
}

.column2-unit-left form {
	font-size: 11px;
	width: 340px;
	margin-left: 1px;
	border-top: solid #333333 1px;
}
.main-content .output {
	color: #6e5ea5;
	text-decoration: underline;
	font-weight: bold;
}




.break {
	/*border-top: solid #999 1px;*/
	margin-bottom: 20px;
	clear: both;
}

a {
text-decoration: none;
color: #444444;
}

a:hover {
text-decoration: underline;
color: #000000;
}
 /* footer menu */
.footer {
	clear:both;
	width:940px;
	font-size:0.9em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	margin: 5px 5px 5px 5px;
	height: 52px;
}
#navfooterlist li
{
	display: inline;
	list-style-type: none;
	border-right: solid #00000 1px;
	padding: 0 10px 0 5px;
}
#navfooterlist a {
    text-decoration: none;
    color: #444444;   
	font-weight: normal;
}
#navfooterlist a:hover {
    text-decoration: underline;
    color: #000000;   
	font-weight: normal;
}
#navfooterlist .navfooterlast {
	border: none;
}
