body {
	background: url('rollrasen_bg.jpg') repeat-y #FFF;
	font-family: Verdana, arial;
	font-size: 80%;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

img {
	border-width: 0px;
}

body > #menu {
	position: fixed;
}

a:active, a:visited, a:link {
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#menu {
	background-color: #555;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 1px;
	color: white;
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 200px;
	overflow-x: hidden;
        overflow-y: hidden;
}

#menutop {
	background-color: #444;
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 200px;
	width: 200px;
}

#head {
	margin-left: 200px;
	padding: 20px;
	width: 540px;
}


#main {
	margin-left: 200px;
	padding: 20px;
	width: 540px;
}

#main h2 {
	border-bottom-color: #808080;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: arial;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 8px;
	text-align: right;
}

#sidebar {
	margin-left: 740px;
	padding: 10px;
	width: 205px;
}

/**********************/
/* Mailforms	      */
/**********************/

.csc-mailform {
        border: 0px;
        width: 450px;
        float:left;
        font-size:12px;
}
.csc-mailform-field label {
  float:left;
  clear:both;
  display:block;
  width:200px;
  margin-bottom:10px;
  padding-left:10px;
}
input, textarea, select {
  float:left;
  display:block;
  width:400px;
  border: 1px solid #555;
  padding: 4px;
  background:#ccc;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #555;
  margin-bottom:10px;
  padding:1px;
}

.csc-mailform-submit {
  float:left;
  display:block;
  width:120px;
  border: 1px solid #555;
  background:#ccc;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-bottom:10px;
  padding:1px;
  text-align: center;
}