
body {
	margin: 0px;
	padding: 0px;
	background: #e0e7ed url(images/header.gif) repeat-x top left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #4b5a4c;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	line-height: 160%;
	margin-top:15px;
}

a {
	color: #1a6030;
}

a:hover {
	text-decoration: none;
	color: #6aa22e;
}

a img {
	border: none;
}
.clear{
  clear: both; height:0px;
}
.gallery{
  border: 1px solid #669900;
}
.gallery img{
  float: left;
  margin: 8px 0px 5px 13px;
  border: 1px solid #669900;
}
.left
{
	float:left;
	padding-right:10px;
	}
.error
{
	color: Red;
	}
.succes
{
	color: Green;
	}

/* Header */

#header {
	width: 1000px;
	height: 119px;
	margin: 0px auto;
	background-image: url(images/drager.gif);
	background-position: right;
	background-repeat:no-repeat;
	color: #1a6030;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {

}
#logo img{
  float: left;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #1a6030;
}

#logo h1 {
	padding: 10px 0px 0px 0px;
}

/* Menu */

#menu {

}

#menu ul {
	margin: 0px;
	padding: 21px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 22px;
	padding: 12px 20px 0px 20px;
    background-image: url(images/menul.gif);
}

#menu a:hover {
    text-decoration: underline;
    background-image:url(images/menuA.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#menu .active {
  background-image:url(images/menuA.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#menu .active a {
  background-image:url(images/menuA.gif);
  background-position: center;
  background-repeat: no-repeat;
}

/* Page */

#page {
	width: 1020px;
	margin: 0px auto;
	padding: 0px 0px;
}

/* Content */

#content {
	float: right;
	width: 730px;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    background-image: url(images/page.gif);
    background-repeat: repeat-y
}
#headerFoto
{
	padding-left:10px;
	}

.post {
	margin: 0px 0px 30px 0px;
    padding: 0px 20px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c49090;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 290px;
}
#sidebar-content {
  padding-top:30px;
  margin-right:-9px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    float:right;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
    text-align: right;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
    background-image:url(images/submenu.gif);
    display:block;
    width:180px;
    line-height: 35px;
    background-repeat: no-repeat;
    background-position: right;
    padding-right:10px;
}
#sidebar a:hover, #sidebar .activeSub{
    background-image: url(images/submenuA.gif);
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	height: 60px;
    background:#3c9ed8 url(images/footer.gif);;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
form label{
	float:left;
	width:80px;
	margin: 5px 0px;
}
form input{
	margin: 5px 0px;
}
