* {
	margin: 0;
}
html, body {
	 height: 100%;
	 overflow: auto;
}
body {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url(../images/column.png) repeat-y;
	color: black;
}
.wrapper {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 overflow: auto;
}
img {
	 border: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 9px 0 3px 0;
	font-size: 150%;
}
h2 {
	margin: 9px 0 3px 0;
	font-size: 120%;
}
h3 {
	margin: 9px 0 3px 0;
	font-size: 110%;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

 /* Layout */
#backgroundcutter {
	position: absolute;
	height: 60px;
	width: 10px;
	left: 615px;
	top: 0;
	background: #fff;
}
#sidebar {
	position: absolute;
	left: 625px;
	top: 60px;
	padding-left: 20px;
}
#contentcolumn {
	margin: 60px 0 0 0;
	padding: 0 0 10px 0;
}
#content {
	width: 580px;
	margin: 20px 0 10px 30px;
}
*+html #content {
	margin-top: 10px;
}
#content p {
	margin: 5px 0 10px 0;
}
#foto {
	height: 297px;
	margin: 0;
}
.csc-header-date {
	width: 100%;
	font-size: 80%;
	border-bottom: 1px solid gray;
}

/* Sidebar */
#logo {
	margin-left: 2px;
}
#menu {
	margin-top: 35px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.design {
	position: fixed;
	left: 645px;
	bottom: 20px;
	color: gray;
	font-size: 75%;
}
.design p {
   margin: 5px 0;
}
* html .design {
	 position: absolute;
}
.design a {
	color: gray;
}
.design a:visited {
	color: gray;
}

/* Forms */
.csc-mailform, form {
	border: 0;
	padding: 0;
	margin: 0;
}
form {
	margin-top: 10px;
}
.csc-mailform-field {
	width: 600px;
	position: relative;
	min-height: 30px;
}
.csc-mailform-field label {
	display: block;
	width: 120px;
	text-align: right;
}
.csc-mailform-field input {
	position: absolute;
	left: 130px;
	top: -2px;
}
.csc-mailform-field textarea {
	margin-left: 130px;
	margin-top: -20px;
}
.csc-mailform-submit {
	margin-top: 5px;
	clear: both;
}