/* copyright 2011, Patrick Roelofs */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */

/* akeru template 1.0 */


body{
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color:#000;
  background: #b1d746 url(../images/akeru-bodybg.gif) repeat-x center top;
}

div#main_container{
margin: 0 auto 0 auto;
width: 965px;
height: auto;
}

div#header{
width: 965px;
height: 222px;
background: url(../images/akeru-header.jpg) no-repeat center top;
}

div#mainbox{
margin: 0px;
padding: 0px;
width: 965px;
height: auto;
background: url(../images/akeru-txtbg.png) repeat-y center top;
}

div#nav{
float:left;
margin: 0px;
padding: 0px 0px 0px 8px;
width: 957px;
height: 35px;
background: url(../images/akeru-navbg.jpg) no-repeat center top;
}

div#txtcontainer{
float:left;
margin: 0px;
padding: 5px 20px;
width: 925px;
height: auto;
}

div#txtbox{
float: left;
margin: 0px 0px 0px 0px;
padding: 15px 0px 0px 0px;
width: 690px;
height: auto;
}

div#right{
float: left;
margin: 0px 0px 0px 30px;
padding: 15px 0px 0px 0px;
width: 200px;
height: auto;
}

div#footer{
float: left;
margin: 0px;
padding: 30px 0px 0px 0px;
width: 965px;
height: 30px;
text-align: center;
font-size: 10px;
background: url(../images/akeru-footer.png) no-repeat center top;
}



/* Normal link */
a {
	color: #679937;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
}

/* Default Joomla! Menu */
a.mainlevelnav {
	font-size: 140%;
	color: #1d66bc;
	text-decoration: none;
}

.mainlevelnav {
	font-size: 120%;
	color: #943c50;
	text-decoration: none;
}

a.mainlevelnav:hover,
a.mainlevelnav:active,
a.mainlevelnav:focus {
	font-size: 140%;
	color: #943c50;
	text-decoration: none;
}


/* Heading */
h1, .contentheading, .componentheading {
  font-size: 150%;
  font-weight:normal;
  text-decoration: none;
}

h2 {
  font-size: 140%;
  font-weight:normal;
  text-decoration: none;
}

h3 {
  font-size: 130%;
  font-weight:normal;
  text-decoration: none;
}

h4 {
	font-size: 110%;
}

.clearfix:after{
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}

.webnovationlogo{
	float:right;
	position:relative;
	bottom:98px;
	right:-22px;
}

img, img a, img a:hover{
  border:0px solid #000000;
  text-decoration: none;
}

.mceContentBody {
  background: #fafdea none;
}