﻿*
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #000;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
	color: #125D8B;
	border-bottom: 1px solid #125D8B;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px solid #8DC63F;
}

input[type=text], input[type=password]
{
	border: 1px solid #CCC;
	width: 250px;
	padding: 2px;
}

input[type=submit]
{
	font-weight: bold;
	border: 1px solid #000;
	cursor: pointer;
	background-color: #125A8D;
	color: #FFF;
	padding: 5px;
}

input[type=submit]:hover
{
	color: #000;
	background-color: #8DC63F;
}

#wrapper
{
	min-height: 100%;
	margin: auto;
	width: 1000px;
	margin-bottom: -75px;
	background-color: #99C027;
	background-image: url("../Content/images/layout/voorkant_werkmap.png");
	background-position: top center;
	background-repeat: no-repeat;
	border-left: 1px solid #5D921D;
	border-right: 1px solid #5D921D;
}

#login
{
	margin: auto;
	position: relative;
	z-index: 2;
	top: 300px;
	width: 500px;
	border: 1px solid #000;
}

#login #title, #login .content
{
	padding: 10px;
}

#login #title
{
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}

#login .content
{
	background-color: #FFF;
}

#login .content.login_button
{
	text-align: right;
}

#footer
{
	width: 1000px;
	position: relative;
	z-index: 0;
	text-align: center;
	bottom: 75px;
	margin: auto;
}

#footer a
{
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	border: 0px;
	text-decoration: none;
}

#footer img
{
	vertical-align: middle;
}

.label
{
	display: inline-block;
	width: 125px;
	padding-left: 25px;
	font-weight: bold;
}

.verticalAlign
{
	vertical-align: middle !important;
}

IMG.partnerlogo
{
    max-width: 100px;
    max-height: 80px
}