body {
	font-family: verdana;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
	background: #494E5B;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

table.align-center {
	margin: 0 auto;
}

.align-right {
	text-align: right;
}

table.align-right  {
	margin: 0 0 0 auto;
}

.align-justify {
	text-align: justify;
}

a {
	color: #333333;
	text-decoration: none;
}

select,
input,
textarea {
	font-size: 100%;
}

img {
	border: none;
}

/*******************************************************************************
	Containers and General css
*******************************************************************************/
div#container {
	position: relative;
	min-height: 100%;
	background: #FFFFFF;
}

div#header_container,
div#content_container,
div#content_bottom_container,
div#footer_container {
	position: relative;
}

div#header_container {
	height: 200px;
	background: url('../images/background-header.png') top left repeat-x;
}

div#content_container {
	min-height: 200px;
}

div#content_bottom_container {
	background: url('../images/background-content.png') top left repeat-x;
	min-height: 200px;
}

div#footer_container {
	background: url('../images/background-footer.png') top left repeat-x #494E5B;
	min-height: 150px;
}

div#header,
div#content,
div#content_bottom,
div#footer {
	position: relative;
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

div#header {
	overflow: visible;
}

div#logo {
	position: relative;
	float: left;
	background: url('../images/logo.png') top left;
	width: 336px;
	height: 91px;
	overflow: hidden;
	margin: 27px 0 0 -36px;
}

div#logo a {
	display: block;
	padding: 91px 0 0 0;
}

div#topmenu,
div#login {
	position: relative;
	float: left;
	overflow: hidden;
}

div#login {
	float: right;
	background: url('../images/button-login.png') no-repeat top left;
	width:  208px;
	height: 59px;
	overflow: hidden;
	right: 0px;
	margin: 48px 0 0;
}

div#login a {
	display: block;
	padding: 60px 0 0;
}

/*******************************************************************************
	Topmenu
*******************************************************************************/

div#topmenu {
	padding: 81px 0 0 70px;
}

div#footer_links ul,
div#mainmenu ul,
div#topmenu ul {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#topmenu ul li {
	position: relative;
	float: left;
	background: url('../images/icon_check.png') top left no-repeat;
	padding: 0 0 0 16px;
	margin: 0 0 0 25px;
	height: 29px;
	overflow: hidden;
	width: 41px;
}

div#topmenu ul li:first-child {
	margin:  0;
}

div#topmenu ul li.test {
	width: 60px;
}

div#topmenu ul li.report {
	width: 99px;
}

div#topmenu ul li span {
	display: block;
	overflow: hidden;
	padding: 50px 0 0 0;
	background: url('../images/text-language.png') 0 0 no-repeat;
}

div#topmenu ul li.test span {
	background-image: url('../images/text-test.png');
}

div#topmenu ul li.report span {
	background-image: url('../images/text-report.png');
	background-position: 0 3px;
}

/*******************************************************************************
	Mainmenu
*******************************************************************************/
div#mainmenu {
	position: relative;
	overflow: hidden;
	width: 980px;
	margin: 48px 0 0 0;
	float: left;
}

div#mainmenu ul li {
	float: left;
	height: 34px;
	margin: 0 0 0 4px;
	background: url('../images/menu-left.png') no-repeat top left;
}

div#mainmenu ul li:first-child {
	margin: 0;
}

div#mainmenu ul li a {
	display: block;
	height: 34px;
	color: #B1CEE7;
	font-size: 15px;
	background: url('../images/menu-right.png') no-repeat top right;
	margin: 0 0 0 4px;
	padding: 10px 8px 0 4px;
	font-weight: bold;
}

div#mainmenu ul li a:hover {
	text-decoration: underline;
}

div#mainmenu ul li.active {
	background-image: url('../images/menu-left-active.png');
}

div#mainmenu ul li.active a {
	background-image: url('../images/menu-right-active.png');
	color: #FF2087;
}

div#mainmenu ul li.active a:hover {
	text-decoration: none;
}

/*******************************************************************************
	Submenu
*******************************************************************************/
div#submenu {
	margin: 0 0 15px 0;
	padding: 5px 0 0;
	background: url('../images/submenu_top.png') top left no-repeat;
}

div#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 262px;
	background: url('../images/submenu_bottom.png') bottom left no-repeat;
}

div#submenu ul li {
	height: 35px;
	border-top: 1px solid #DCDCDC;
}

div#submenu ul li:first-child {
	border-top: none;
}

div#submenu ul li a {
	display: block;
	font-size: 13px;
	line-height: 35px;
	font-weight: bold;
	color: #FF2683;
	margin-left:  15px;
}

div#submenu ul li.active a {
	background: url('../images/submenu_active.png') top left no-repeat;
	margin-left: -11px;
	padding-left: 26px;
	margin-right: 2px;
	color: #646C7E;
}

div#submenu ul li.active:first-child a {
	overflow: hidden;
	margin-top: -5px;
	padding-top: 5px;
	position: absolute;
	width: 245px;
	height: 35px;
	background-image: url('../images/submenu_top_active.png');
}

div#submenu ul li.active:first-child {
	height: 33px;
}

div#submenu ul li.last.active a {
	position: absolute;
	width: 245px;
	background-image: url('../images/submenu_bottom_active.png');
}

/*******************************************************************************
	Rootline
*******************************************************************************/
div#rootline {
	margin: 0 auto;
	padding: 13px 0 13px 4px;
    overflow: hidden;
    position: relative;
    width: 976px;
    background: url('../images/border_blue.png') repeat-x bottom left;
}

div#rootline ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#rootline ul li {
	float:  left;
}

div#rootline ul li a:hover {
	text-decoration: underline;
}

div#rootline span.divider {
	color: #FF298E;
	padding: 0 7px;
	font-size: 8px;
	line-height: 16px;
	display: block;
	float: left;
}

/*******************************************************************************
	Print
*******************************************************************************/
div#rootline div.print {
	position: relative;
	float: right;
	right: 0px;
	height: 15px;
	overflow: hidden;
	margin: 0 4px 0 0;
}

div#rootline div.print a {
	color: #FF2783;
	display: block;
	padding: 0 0 0 25px;
	background: url('../images/icon_print.png') no-repeat top left;
	height: 25px;
}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer_links {
	margin: 20px 0 0 4px;
}

div#footer_links ul li {
	float: left;
	background: url('../images/icon_footerlist.png') no-repeat 0px 7px;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 16px;
}

div#footer_links ul li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}

div#footer_links ul li a {
	color: #72BFFF;
	line-height: 16px;
	font-size: 13px;
}

div#footer_links ul li a:hover {
	text-decoration: underline;
}

div#footer_address {
	width: 976px;
	padding: 21px 0 0;
	margin: 17px 0 0 4px;
	background: url('../images/footer-line.png') repeat-x top left;
}

div#footer_address span {
	font-size: 13px;
	color: #B2B2B2;
	padding: 0 0 0 20px;
}

div#footer_address span.address {
	background: url('../images/icon_mail.png') no-repeat 0 4px;
}

div#footer_address a {
	color: #B2B2B2;
	font-size: 13px;
	text-decoration: underline;
}

div#footer_address a:hover {
	text-decoration: none;
}

/*******************************************************************************
	Nedercom info
*******************************************************************************/
div.nedercom-info div.column {
	position: relative;
	float: left;
	overflow: hidden;
	width: 518px;
	margin: 0 0 0 4px;
}

div.nedercom-info div.column.right {
	width: 330px;
	margin: 0 0 0 90px;
}

div#maincontent h1,
div#maincontent h2,
div#maincontent h3,
div.nedercom-info h2.title {
	color: #2C9FFF;
	font-size: 27px;
	line-height: 40px;
	width: 520px;
	font-weight: normal;
	margin: 20px 0;
}

div#maincontent a {
	text-decoration: underline;
}

div#maincontent a:hover {
	text-decoration: none;
}

div#maincontent h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
}

div#maincontent h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
}

div.nedercom-info div.info {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	width: 520px;
	margin: 30px 0 0 0;
	font-weight: bold;
}

div.nedercom-info div.image {
	width: 330px;
}

/*******************************************************************************
	Content bottom
*******************************************************************************/
div#content_bottom div.column {
	position: relative;
	float: left;
	overflow: hidden;
	width: 676px;
	margin: 25px 0 0 4px;
	/** padding: 0 0 40px; **/
	padding: 0;
}

div#content_bottom div.column.right {
	margin: 25px 0 0 40px;
	width: 260px;
}

div#content_bottom div.info {
	font-size: 13px;
	line-height: 20px;
}

div#content_bottom div.info a {
	text-decoration: underline;
}

div#content_bottom div.info p {
	margin: 0;
}

div#content_bottom div.info a:hover {
	text-decoration: none;
}

div#content_bottom div.links {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

div#content_bottom div.links h2.title a {
	color: #FF1F85;
	font-size: 18px;
}

div#content_bottom div.links div.link_block {
	position: relative;
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 30px 0 0 60px;
}

div#content_bottom div.links div.link_block h2.title {
	background: url('../images/linkblock-title.png') no-repeat top left;
	width: 300px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	margin: 0;
}

div#content_bottom div.links div.text {
	background: url('../images/linkblock-text.png') no-repeat bottom left;
	color: #545A6B;
	font-size: 13px;
	padding: 10px;
	text-align: center;
	height: 30px;
}

div#content_bottom div.column.right h2.title {
	font-size: 14px;
	margin: 0 0 20px 0;
}

div#content_bottom div.column.right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#content_bottom div.column.right strong {
	float: left;
	margin: 5px 0 0;
}

div#content_bottom div.column.right ul li {
	font-size: 13px;
	color: #2C9FFF;
	background: url('../images/icon_check2.png') 0 3px no-repeat;
	padding: 0 0 0 22px;
	margin: 5px 0;
	font-weight: bold;
}

/*******************************************************************************
	Vervolg
*******************************************************************************/

div#maincontent,
div#sidebar {
	position: relative;
	float: left;
	min-height: 50px;
	padding: 15px 0;
}

div#maincontent {
	width: 698px;
	margin: 0 0 0 2px;
}

div#sidebar {
	width: 262px;
	margin: 0 4px 0 14px;
}

div#sidebar div.sidebar_button {
	background: url('../images/sidebar_button.png') no-repeat top left;
	width: 266px;
	height: 68px;
	overflow: hidden;
	margin: 0 0 15px;

}

div#sidebar div.sidebar_button a {
	display: block;
	line-height: 60px;
	white-space: nowrap;
	color: #646C7E;
	font-size: 21px;
	padding: 0 55px 0 15px;
}

/*******************************************************************************
	CSS for webmanager elements
*******************************************************************************/
div.fce_2columns,
div.fce_2columns_right,
div.fce_3columns {
	overflow: hidden;
	margin: 0 0 0 4px;
}

* html div.fce_2columns,
* html div.fce_2columns_right,
* html div.fce_3columns {
	overflow: visible;
	height: 1px;
}

div.fce_2columns div.column1 {
	width: 49%;
	float: left;
	overflow: hidden;
}

div.fce_2columns div.column2 {
	width: 49%;
	float: right;
	overflow: hidden;
}

div.fce_2columns_right div.column1 {
	width: 33%;
	float: left;
	overflow: hidden;
}

div.fce_2columns_right div.column2 {
	width: 66%;
	float: right;
	overflow: hidden;
}

div.fce_3columns div.column1 {
	width: 33%;
	float: left;
	overflow: hidden;
}

div.fce_3columns div.column1 div.column1_inner{
	margin: 0 5px 0 0;
}

div.fce_3columns div.column2 {
	width: 33%;
	float: left;
	overflow: hidden;
}

div.fce_3columns div.column2 div.column2_inner{
	margin: 0 5px;
}

div.fce_3columns div.column3 {
	width: 33%;
	float: left;
	overflow: hidden;
}

div.fce_3columns div.column3 div.column3_inner{
	margin: 0 0 0 5px;
}

table.contenttable {
	border: 1px solid #2C9FFF;
	border-spacing: 0;
    border-collapse: collapse;
}

table.contenttable tr,
table.contenttable td {
	border: none;
}

table.contenttable td {
	border-left: 1px solid #2C9FFF;
	border-top: 1px solid #2C9FFF;
}

table.contenttable tr:first-child td {
	border-top: none;
}

table.contenttable td:first-child {
	border-left: none;
}

/*********************
	Orderform
*********************/
div#maincontent div.tx-wind-orderform .conditions {
	margin: 0 0 15px;
}

div#maincontent div.tx-wind-orderform h2.category {
	margin: 15px 0 0 0;
}

div#maincontent form#mailform .csc-mailform-field,
div#maincontent div.tx-wind-orderform .passe-partout,
div#maincontent div.tx-wind-orderform .pair {
	margin: 5px 0;
	min-height: 20px;
	overflow: hidden;
}

div#maincontent div.tx-wind-orderform .totalprice .label,
div#maincontent div.tx-wind-orderform .discount .label,
div#maincontent div.tx-wind-orderform .price .label,
div#maincontent div.tx-wind-orderform .passe-partout .label,
div#maincontent div.tx-wind-orderform .pair .label {
	float: left;
	overflow: hidden;
	width: 300px;
}

div#maincontent div.tx-wind-orderform .managementmodule .label {
	width: 375px;
}

div#maincontent div.tx-wind-orderform .passe-partout input,
div#maincontent div.tx-wind-orderform .pair input {
	width: 50px;
}

div#maincontent div.tx-wind-orderform .managementmodule {
	margin: 15px 0 0
}

div#maincontent div.tx-wind-orderform .totalprice .value,
div#maincontent div.tx-wind-orderform .price .value,
div#maincontent div.tx-wind-orderform .managementmodule .field {
	margin: 0 0 0 430px;
}

div#maincontent div.tx-wind-orderform .price {
	font-weight: bold;
	margin: 15px 0 0;
}

div#maincontent div.tx-wind-orderform .discount {
	margin: 20px 0 0;
	overflow: hidden;
}

div#maincontent div.tx-wind-orderform .discount .value {
	width: 50px;
	float: left;
}

div#maincontent div.tx-wind-orderform  .info {
	text-align: center;
	border: 1px solid #000000;
	padding: 0 4px;
}

div#maincontent div.tx-wind-orderform .discount .info {
	float: left;
	margin: 0 0 0 80px;
	width: 14px;
	padding: 0;
}

div#maincontent div.tx-wind-orderform .totalprice {
	margin: 5px 0 0;
}

div#maincontent div.tx-wind-orderform .totalprice .value {
	font-weight: bold;
}

div#maincontent div.tx-wind-orderform table {
	border: 1px solid #2C9FFF;
	border-spacing: 0;
    border-collapse: collapse;
	height: 75px;
}

div#maincontent div.tx-wind-orderform table th,
div#maincontent div.tx-wind-orderform table tr,
div#maincontent div.tx-wind-orderform table td {
	border: none;
}

div#maincontent div.tx-wind-orderform table th,
div#maincontent div.tx-wind-orderform table td {
	border-left: 1px solid #2C9FFF;
	border-top: 1px solid #2C9FFF;
	padding: 3px;
}

div#maincontent div.tx-wind-orderform table th {
	width: 150px;
}

div#maincontent div.tx-wind-orderform table td:first-child {
	border-left: none;
}

div#maincontent div.tx-wind-orderform .advise.passepartout {
	margin: 15px 0 0;
}

div#maincontent div.tx-wind-orderform .buttons {
	margin: 15px 0 0;
}

div#maincontent div.tx-wind-orderform .buttons input {
	padding: 2px 5px;
}

div#maincontent form#mailform label,
div#maincontent div.tx-wind-orderform .page2 label {
	display: block;
	width: 150px;
	float: left;
}

div#maincontent form#mailform input[type=text],
div#maincontent div.tx-wind-orderform .page2 input[type=text] {
	width: 150px;
}

div#maincontent div.tx-wind-orderform .pair.remarks {
	height: auto;
}

div#maincontent div.tx-wind-orderform .pair.remarks textarea {
	margin: 5px 0 0;
}

div#maincontent div.tx-wind-orderform .pair.remarks label {
	float: none;
}

div#maincontent div.tx-wind-orderform .description {
	font-size: 11px;
}

div#maincontent form#mailform fieldset {
	border: none;
}

div#maincontent div.tx-wind-orderform .passe-partout .label label {
	font-weight: bold;
}

div#content_bottom div.links div.csc-default {
	overflow: hidden;
	float: left;
}

div#c184 {
	font-size: 23px;
	color: #EF0200;
	background: #FFFF01;
	text-align: center;
	width: 980px;
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div#c184 p {
	padding: 0;
	margin: 23px 0;
}

div#maincontent div.tx-wind-orderform .temp-reduced {
	color: #EF0200;
	background: #FFFF01;
	overflow: hidden;
	padding: 5px 10px;
	margin: 5px 525px 5px 0;
	width: 455px;
}

div#content_bottom div.links div#c105 div.link_block,
div#content_bottom div.links div.csc-default:first-child div.link_block {
	margin-left: 0px;
}