body {
	background:#E9FBFD;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

#head {
	width:100%;
	background:#008B9A;
	height:128px;
	border-bottom:5px solid white;
}

#content {
    padding:0px;
	margin:0px;
}
ul { padding:0px; }

#menu {
    width:870px;
    overflow:hidden;
	height:auto;
	margin:0 0 0 0px;
	margin-left:45px;
}

#menu li {
	background:white;
    display:block;
	float:left;
	list-style:none;
	padding:8px;
	margin:0 10px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#008B9A;
	font-size:13px;
	border-bottom:4px solid #CDE9EA;
}

#menu a {
	text-decoration:none;
    color:#008B9A;
}

#menu li:hover {
	border-bottom:4px solid #008B9A;
}
	
#menu li:active {
	border-bottom:4px solid #FFD8A1;
}
	
#text {
	clear:left;
	margin:50px 30px 30px 45px;
    /* margin-left:100px;*/
	width:700px;
}

#text h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#008B9A;	
}

#text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	line-height:20px;
}
	
#text strong {
	color:#008B9A;	
}
	
#text a {
	margin-left:20px;
	padding-left:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#008B9A;
	background:url(../img/link.jpg) no-repeat;
	text-decoration:none;
}
	
#text strong a {
	margin:0px;
	padding:0px;
	background:none;
	font-size:12px;
}
/* iframes 27-11-2006 0:06 */
#kommod_search {
    clear:both;
    position:absolute;
    left:754px;
    padding:0px;
    margin:10px 8px 0 0px;
    width:auto;
    height:auto;

    overflow: hidden;
}
#kommod_search iframe {
    border:none;
    padding:0px;
    margin:0px;
    width: 142px;
    height:265px;
}
#kommod_qa {
    margin-top:0px;
    margin-bottom:30px;
    height:auto;
    width:auto;
    overflow: hidden;
}
#kommod_qa iframe {
    border:none;
    padding:0px;
    margin:0px;
    height:230px;
    width:440px;
}

