/* General */
a img {
	border: none;
}
h1 {
	font-size: 16pt;
	margin-top: 0;
}
h2 {
	margin: 0;
	font-size: 10pt;
}
.link {
	cursor: pointer;
	color: #297acc;
}
.link img {
	vertical-align: text-top;
}
.hidden {
	display: none;
}
input, textarea {
	border: 1px solid #ccb8a3;
	font: 10pt Verdana;
}
label {
	cursor: pointer;
}
ul {
	margin: 0px;
}
p {
	margin: 7px 0px 7px 0px;
}

/* Site layout */
body {
	margin: 0;
	font-family: Verdana;
}
.paulinternet {
	width: 182px;
	height: 45px;
	padding: 21px;
}
.menu {
	width: 230px;
	height: 100%;
	position: fixed;
	font-size: 10pt;
	background: url(images/background.png) repeat-y;
}
img.icon {
	width: 16px;
	height: 16px;
	margin: 5px 10px 5px 15px;
	vertical-align: middle;
}
.menu a {
	margin: 7px 3px 7px 0px;
	display: block;
	text-decoration: none;
	color: black;
}
.menu a:hover {
	background-color: #ffe7cc;
	display: block;
}
.menu .active {
	margin: 7px 3px 7px 0px;
	background-color: #f3dbc2;
}
.text {
	vertical-align: middle;
}
.content {
	padding: 31px 20px 20px 250px;
	font-size: 10pt;
}
.content a {
	color: #297acc;
	text-decoration: none;
}

/* Page specific */
span.link {
	margin-left: 10px;
}
td.link {
	text-align: center;
	padding-top: 10px;
}
input.contact, textarea.contact {
	width: 400px;
}
textarea.contact {
	height: 200px;
}
.key {
	vertical-align: top;
	padding-top: 2px;
	text-align: right;
}
.send {
	text-align: center;
	padding-top: 10px;
}
td.padl {
	padding-left: 10px;
}

/* Code */
.code-comment {
	color: #3f5fbf;
}
.code-keyword {
	color: #7f0055;
	font-weight: bold;
}
.code-param {
	color: #7f9fbf;
	font-weight: bold;
}
.code-prepro {
	color: #404080;
}
.code-string {
	color: #0000ff;
}
