/**
 * Applitech Website
 * Copyright © 2007-2009 Maarten Hogenboom, Venema Advies
 * Pagina styles/default.css
 */

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #3e3e3e;
	background-color: #000000;
	text-align: center;
	position: relative;
}

* html body{
	height: 100%;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
}

#container {
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
}

#header {
	width: 980px;
	height: 134px;
	background-color: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../layout/header.jpg);
}

#line {
	width: 980px;
	height: 12px;
	background-color: #aaaaaa;
	border-bottom: 1px solid #888888;
}

#content {
	width: 980px;
	border-top: 1px solid #555555;
}

#main {
	float: left;
	padding: 24px 20px 20px 20px;
	width: 640px;
	text-align: left;
	line-height: 22px;
}

#goback {
	clear: both;
	width: 100%;
}

#news {
	margin-top: -14px;
}

#block {
	float: left;
	width: 300px;
	margin: 0 20px 20px 0;
}

#block:hover {
	background-color: #eeeeee;
}

#picture {
	float: left;
	width: 140px;
	margin: 0 20px 20px 0;
}

#bar {
	float: right;
	padding: 20px 20px 20px 0;
	width: 280px;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
}

#item {
	padding: 20px 20px 30px 20px;
	width: 240px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../layout/bar_bg.jpg);
}

#item_news:hover {
	background-color: #eeeeee;
}

#footer {
	clear: both;
	padding: 12px 0 16px 0;
	width: 980px;
	color: #ffffff;
	font-size: 13px;
	background-color: #444444;
	border-top: 1px solid #333333;
}

span.title {
	margin-bottom: 20px;
	padding-bottom: 16px;
	margin-top: -38px;
	display: block;
	height: 12px;
	color: #000099;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #3e3e3e;
}

span.goback {
	padding-top: 22px;
	display: block;
	border-top: 1px dotted #3e3e3e;
}

span.block {
	color: #cccccc;
	font-weight: bold;
}

span.picture {
	color: #cccccc;
	font-weight: bold;
}

span.item {
	width: 260px;
	padding-bottom: 8px;
	display: block;
	height: 12px;
	color: #222299;
	font-size: 20px;
}

table.block {
	width: 100%;
}

td.block_title {
	padding: 0 0 0 5px;
	background-color: #3e3e3e;
}

td.block_text {
	padding: 5px;
	vertical-align: top;
}

td.block_image {
	width: 100px;
	vertical-align: top;
}

table.picture {
	width: 100%;
}

td.picture_title {
	font-size: 12px;
	background-color: #3e3e3e;
	text-align: center;
}

td.picture_image {
	vertical-align: top;
	text-align: center;
}

td.form {
	padding: 3px;
}

table.item {
	margin-top: 10px;
}

td.item_left {
	padding: 6px 6px 0 0;
}

td.item_right {
	padding: 6px 6px 0 0;
}

img {
	border: 0;
}

a {
	color: #222299;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.captcha {
	font-size: 12px;
}

.block_text a {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
}

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

.block_title a {
	color: #cccccc;
	text-decoration: none;
}

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

.picture_title a {
	color: #cccccc;
	text-decoration: none;
}

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

.goback a {
	color: #3e3e3e;
	text-decoration: underline;
}

.goback a:hover {
	text-decoration: none;
}

a.news {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
}

a.news:hover {
	text-decoration: none;
}

a.block {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
}

a.block:hover {
	text-decoration: none;
}
