body {
	margin: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #d5dde0;
}

body,table {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}

.clearBoth {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.clickAble {
	cursor: pointer;
}

#wrapper {
	width: 910px;
	margin: auto;
}

label {
	display: block;
	font-weight: bold;
}

input {
	padding: 2px;
}

textarea {
	padding: 2px;
	display: block;
}

img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 15px 0 0;
	border: solid 1px #CCCCCC;
	padding: 3px;
}

.imgRight {
	float: right;
	margin: 0 0 0 15px;
	border: solid 1px #CCCCCC;
	padding: 3px;
}

.banners {
	padding: 0 0 5px;
	margin-bottom: 15px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

/*Containers*/
#topContainer {
	width: 910px;
	height: 217px;
	background-image: url(../images/topBackground.jpg);
}

#mainContainer {
	width: 910px;
	background-image: url(../images/mainBackground.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#mainContainer .padding {
	padding: 20px 27px 20px 27px;
}

#leftContainer {
	width: 621px;
	float: left;
}

#rightContainer {
	width: 210px;
	float: right;
}

#bottomContainer {
	background-color: #3880a9;
	color: #FFFFFF;
}

#bottomContainer .padding {
	padding: 20px;
}

/*Links*/
a:link,a:visited,a:active {
	color: #3880a9;
}

a:hover {
	text-decoration: none;
}

#topMenu a:link,#topMenu a:visited,#topMenu a:active {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 100;
}

#topMenu a:hover {
	color: #292929;
}

.shortcutsInner a:link,.shortcutsInner a:visited,.shortcutsInner a:active
	{
	text-decoration: none;
	color: #494949;
}

.shortcutsInner a:hover {
	color: #00aadd;
}

#tools a:link,#tools a:visited,#tools a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00aadd;
	text-decoration: none;
}

#tools a:hover {
	color: #000000;
}

#websiteby a:link,#websiteby a:visited,#websiteby a:active {
	color: #75b7dd;
	text-decoration: none;
}

#websiteby a:hover {
	color: #ffffff;
}

/*Headers*/
h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #00aadd;
	border-bottom: solid 1px #dddddd;
	padding: 0 0 4px 0;
	margin: 0 0 12px 0;
}

h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;
}

h4 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #00aadd;
	padding: 0;
	margin: 0 0 12px 0;
}

h5 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0;
	margin: 0 0 7px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	background-color: #357ca6;
	text-indent: 10px;
}

/*Shortcuts*/
.shortcutsOuter {
	background-image: url(../images/shortcutsOuterBackground.gif);
	background-repeat: repeat-y;
}

.shortcutsInner {
	background-image: url(../images/shortcutsInnerBackground.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.shortcutsInner .padding {
	padding: 15px 20px 10px 15px;
}

.shortcutsBottom {
	height: 11px;
	font-size: 0;
	background-image: url(../images/shortcutsBottomBackground.gif);
}

/*List*/
#mainContainer ul {
	padding: 0;
	margin: 10px 0 10px 25px;
}

#mainContainer ul li {
	list-style-image: url(../images/liDot.gif);
	padding: 2px 0 2px 0;
	margin: 2px 0;
}

#shortcutsInner ul {
	padding: 0;
	margin: 0 0 0 17px;
}

#shortcutsInner li {
	list-style-image: url(../images/liDot.gif);
	padding: 4px 0 4px 0;
	border-bottom: solid 1px #CCCCCC;
}

/*Misc*/
#logo {
	width: 620px;
	height: 169px;
	display: block;
	float: left;
}

#topRight {
	width: 265px;
	float: left;
}

#topMenu {
	margin: 0 0 0 5px;
}

#websiteby {
	float: right;
	color: #75b7dd;
	font-size: 10px;
}

p {
	font-weight: bold;
}

#smallWorkers img {
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	width:62px;
}

th {
	background-color: #e2e6e7;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	text-align: left;
}

small {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.data {
	width: 120px;
	font-weight: bold;
}

.articleThumb {
	width: 119px;
	float: left;
	margin-bottom: 8px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.articleThumb img {
	border: 1px solid #CCCCCC;
}

.space {
	float: left;
	width: 6px;
}

.pressThumb {
	float: left;
	margin-right: 10px;
	border: solid 1px #CCCCCC;
}

#recommendation {
	background-color: #e5eff5;
	color: #000000;
}

#recommendation .padding {
	padding: 10px;
}

#notifications {
	background-color: #990000;
	margin-bottom: 10px;
	color: #FFFFFF;
}

#notifications .padding {
	padding: 4px 7px;;
}

/* WEBSHOP */
.listProduct .picture {
	float: left;
	width: 100px;
}

.listProduct .description {
	float: left;
	width: 441px;
}

.listProduct .options {
	float: right;
	width: 80px;
}

.product .picture {
	float: left;
	width: 200px;
}

.product .description {
	float: right;
	width: 421px;
}

.product .options {
	float: right;
	width: 421px;
	margin-top: 10px;
}