/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ccc;
	font: 11px Verdana, helvetica, arial;
}

a {
  color: #003867;text-decoration:none;
}

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

p {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	line-height: 15px;
}

/* structure */
#main {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}
#main_left {
	float: left;
	width: 250px;
}
#main_right {
	padding-top: 55px;
	float: right;
	width: 650px;
}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}

/* logo */
#logo {
	background: url(images/logo.gif) no-repeat;
	height: 255px;
}

/* main navigation */
#link {
	 background: #83b817;
	 color: #FFF; 
	 margin-top: 20px;
}

#link h2 {
	font: bold 15px Arial;
	color: #fff;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
}

/* projects */
#header {
	background: url(images/header.jpg) no-repeat;
	clear: both;
	height: 180px;
	overflow: hidden;
}

#menu {
	height: 25px;
	overflow: hidden;
	background: #83b817;
	color: #FFF; 
	vertical-align: middle;
}

#menu a {
  margin-left: 20px;
  color: #FFF;
  text-decoration: none;
  font: bold 13px Arial; 
}

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

.margMenu {
	margin-top: 4px;
	margin-left: 25px;
}

/* updates */
#content {
	  background-color: #EDF1F2;
	  color: #666;
	  margin-top: 15px; 
}

#content p {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 45px;
	margin-bottom: 0px;
}

#content h1 {
	font: bold 28px Verdana, helvetica, arial;
	color: #003867;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h2 {
  font: bold 13px Verdana, helvetica, arial;;
  color: #003867;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 45px;
	padding-top: 15px;
}

/* footer */
#footer {
	clear: both;
	background-color: #003867;
	color: #fff;
	padding: 5px;
	text-align: right;
}

#footer a{
	color: #fff;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

#foto {
	float:left;
	width: 60px;
	height: 60px;
	padding: 10px;
}

#footerto {
	clear: both;
	background-color: #83b817;
	color: #fff;
	padding: 5px;
	text-align: right;
}
/* Form */

.cssform p {
width: 480px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 105px; /*width of left column containing the label elements*/
height: 1%;
text-align: left;
}
 
.cssform label {
font-weight: bold;
float: left;
margin-left: -105px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 300px;
}

.cssform textarea {
width: 300px;
height: 100px;
}

