html {
    font-size: 100%; /* ie fix */ 
}

body {

    font-family: Helvetica, Arial, FreeSans, sans-serif, "open-serif", open-serif; 
    font-size:100%; /* you can use PX, PT, % or EM */
    line-height: 24px; /* you can use PX, PT, % or EM */ 
    
    /* font color */
    color: #000; 
    
}

/* specify additional backgrounds here */

div#w0 {
	background: transparent;
}

div#w1 {
	background: transparent;
}

div#w2 {
	background: transparent;
}

div#w3 {
	background: transparent;
}

/* structure */


/* footer */


div#ft #kLogin {
	margin: 0 30px;
}

/* logo */
strong#logo a {
	position: absolute;
}


/* navigation */

ul#mainNav {
	width: 100%;
}

ul#mainNav li {
	display: inline-block;
	vertical-align:top;
	position:relative;
	width:auto;
}


/* secNavigation */

ul#secNav { /* left column styling */
    clear: both;
	padding: 0; /* spaceing: top right bottom left */
	margin: 0; /* spaceing: top right bottom left */
}

ul#secNav li { /* left column styling */
	display: block;
	font-size: 1.1em;
	margin: 0;
}

ul#secNav li a { /* left column styling */
	text-decoration: none; /* means: no underline */
	margin: 0 0 0 0; /* spaceing: none */
	padding: 8px;
	height: auto;
	font-weight: bold;
	color: #fff;
	background: none;
	width: 130px;
	display: block;	
}

/* styling of the default contents (middle column)*/

/* lists */



/* logo kameleo & login */

div#copyright {
    float: left;
	position: relative;
	margin:0;
	padding:0;
}

div#loginAndPowered {
	padding: 0;
	margin-top:6px;
	margin-right: 0;
	width: 165px;
}

a#kPowered {
	display: block;
	height: 0;
	width: 0;
	padding: 14px 0 0 125px;
	background: transparent url(../../../../standards/img/login_b.png) top right no-repeat;
	overflow: hidden;
	float: left;
}

div#kLogin {
	display: block;
	float: left;
	font-size: 8px;
	height: 0;
	width: 0; 
	padding: 14px 0 0 30px;
	background: transparent url(../../../../standards/img/login_b.png) top left no-repeat;
	overflow: hidden;
	
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#kLogin:hover {
	background-color: rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 5px rgba(255,255,255, .5); /* shadow on image */
	-webkit-box-shadow: 0 0 5px rgba(255,255,255, .5);
	box-shadow: 0 0 5px rgba(255,255,255, .5);
}

/* -- Tables -- */

.object table {
	width: 100%;
}

.object table tr td {
	vertical-align:top;
}

/***/

div.cn {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

strong#logo a, strong#logo_footer a { 
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	margin:0;
	background-repeat:no-repeat;
}

/* float clear */
.clr {
	clear: both;
	height: 0.001em;
	line-height: 0.001em;
	overflow: hidden;
}
