#powerbox {
	padding-top:40px;
	padding-left:20px;
	float:left;
}

.level-2 {
	font-size:8pt;
	padding-left:15px;
}

.rootline {
	color:#999;
	font-size:8pt;
}

.rootline a:hover{
	text-decoration:none;
}

#footer {
	background-image:url(/fileadmin/pages/kele/images/main-end.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:10px;
	clear:both;
}

#footer p{
	margin:0;
	padding:0;
	font-size:75%;
}

#menu-top ul {
	margin:0;
	padding:0;
}

#menu-top a:hover {
	text-decoration:none;
}

#menu-top img {
	margin:0 3px 1px 0;
}
	
#menu-top li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
}

#menu-top {
	height:25px;
	padding:5px 10px 0 0;
	text-align:right;
}

#menu-main {
	padding-top:166px;
	border-top: 1px solid #fff;
}

#menu-main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#menu-main li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#menu-main a {
	color: #444;
	display: block;
	width: auto;
	text-decoration: none;
	background: #DDDDDD;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #aaa;
}

#menu-main a:hover, #menu-main a:active {
	background: #BBBBBB;
}

#menu-main a.active:link, #menu-main a.active:visited {
	position: relative;
	z-index: 102;
	background: #BBBBBB;
	font-weight: bold;
}


body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #444;
	background-color: white;
	margin: 0;
	padding: 0;
	background-image:url(/fileadmin/pages/kele/images/bg.png);
	background-repeat:repeat-x;
	background-position:0 30px;
}

#page {
	width:800px;
	margin:0 auto 0 auto;
	background-image:url(/fileadmin/pages/kele/images/bg-page.png);
	padding:0;
}

#banner {
	background-image:url(/fileadmin/pages/kele/images/bg-banner.png);
	height:190px;
}

#content {
	margin: 10px 10px 10px 180px;
	padding-left:10px;
	border-left:1px solid #ccc;
	
}

#banner-image {
	background-image:url(/fileadmin/pages/kele/images/header.jpg);
	height:190px;
	margin:0 6px 0 6px;
}

#menu-sub {
	float:left;
}

/*-------------------- mailform --------------------*/

span.csc-mailform-check {
	margin-left:7px;
}

fieldset.csc-mailform {
	margin:0;
	padding:0;
	border:0;
}

.csc-mailform-field input .csc-mailform-field textarea {
	width:200px;
	float:left;
	margin-left:200px;
	clear:both;
	border:1px solid #000;
}

div.csc-mailform-field label {
	float:left;
	width: 8em;
}

div.csc-mailform-field {
	clear:both;
}

.csc-mailform-check, .csc-mailform-submit {
	float: left;
	width: auto;
	clear: both;
	margin-left: 7.3em;
	margin-right: .3em;
}

input[type=checkbox].csc-mailform-check,
input[type=radio].csc-mailform-check,
input[type=submit].csc-mailform-check,
.csc-mailform-submit {
	margin-left: 7.3em;
}

