﻿/* style definitions for Nimacon Digital */
body {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	color: white;	
	background: url("images/background_gradient.gif") repeat-x left top #bcdbf1;
}
h1, h2, h3, h4 {
	margin-bottom: -15px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* custom classes */
.backgroundpanel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.language-selection {
	text-align: right;
	padding-right: 10px;
	font-size: 0.7em;
	color: black;	
}
.language-selection a {
	color: black;	
}
.mainarea {
	border: 1px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 710px;
	vertical-align: top;
	background-color: #6aaeea;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	text-align: center;
	font-size: 0.7em;
	color: #eeeeee;
}
