/** BASIC */

body {
	font: normal .8em Verdana, Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	color: #2d1111;
}


h1.title{
		font-size: 18px;
}


#header h2, #header h3 {
	color: #2d1111;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #336600;
}

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

/** HEADER */

#header {
	width: 800px;
	height: 100px;
	margin: 0px auto;
	border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
}

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

#header a:hover {
  color: #e7eaa4;
}

#mgb-header-left {
	float: left;
	width: 135px;
	height: 100px;
	background: url(images/header_left.png) no-repeat;
}

#mgb-header-right {
	float: right;
	width: 665px;
  height: 100px;
  background: url(images/header_back.png) repeat-x;
}

#mgb-header-right-content {
	text-align: right;
	padding-right: 20px;
}

#header #mgb-titletext {
  color: #E7EAA4;
  float: right;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}

#header #mgb-titlesubtext {
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: -15px;
	margin-top: 0;
	text-align: left;
	width: 100%;
}

#header #mgb-titlesubsubtext {
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	margin-left: 0;
	text-align: left;
	width: 100%;
}

/** MENU */

#menu {
	width: 800px;
	height: 30px;
	margin: 0px auto;
  padding-bottom: 10px;
	background: #FFF;
	font-size: 12pt;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#menu .menu-margin-left {
  margin-left: 100px; 	
}

#menu a:hover {
	color: #336600;
}

/** CONTENT */

#content {
	width: 780px;
	margin: 0px auto;
	background-color: #e7eaa4;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 10px;
}

#columnA {
	padding-top: 0.8em;
	float: left;
	width: 360px;
}

.column-separator {
	width: 380px;
	background: url(images/spacer.png) repeat-y left;
	padding-left: 20px;
}
	
#columnB {
	float: left;	
}

form#mijngeluidsberm-home {
  min-height: 565px;	
}

/** FOOTER */

#footer {
	width: 800px;
	height: 40px;
	margin: 0px auto;
	color: #fff;
	background: #000;
	text-align: center;
	border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

#footer p {
	padding-top: 10px;
  margin: 0px;	
}

/** Tagline */
.tagline{
  margin: 0px auto;
  font-size: 18px;
  color: #2D1111;
  font-weight: bold;
}

.tagline a {
	text-decoration: none;
	color: #000;
}

.tagline a:hover{
  text-decoration: underline;
}	

.tagline-larger{
  margin: 0px auto;
  font-size: 18px;
  color: #2D1111;
  font-weight: bold;
}

.unbold {
	font-weight: normal;
}


/** Horizontal spacer */

.horizontal-spacer {
  width: 300px;
  height: 9px;
  background: url(images/horizontal_spacer.png) repeat-x;
  margin: 0px auto;
}

/* Other tweaks */

tr.correct {
   color:black;
}

tr.fout {
  color:red;
  font-weight:bold;
}

p.errmsg {
  border-width:1px;
  border-style:solid;
  border-color:red;
  padding:3px;
  color:red;
  font-weight: bold;
  text-align: center;
  background-color:white;
}

select.fout {
  border-color:red;
  border-width:1px;
  border-style:solid;
  color:red;
}

/* Home page form elements */

#mijngeluidsberm-home label{
	float: left;
	width: 47%;
	font-weight: normal;
}

#mijngeluidsberm-home input{
	width: 48%;
	margin-bottom: 6px;
	border: 1px solid #666666;
}

#mijngeluidsberm-home #edit-opmerkingen-wrapper textarea {
	float: left;
  width: 47%;
  border: 1px solid #666666;
}

#mijngeluidsberm-home #edit-verstuur {
	margin-top: 1em;
	margin-left: 47%;
}

/** Views photo */

div.views-photo-left {
  float: left;
  margin: 20px;
}

div.views-photo-left img,
div.views-photo-right img {
  border: 1px solid #666;	
}

div.views-photo-right {
  float: right;  
  margin: 20px;
}