/* login.css  
'*<versioninfo>7.00.00 (2021-01-02)</versioninfo>
'*<componentinfo>CMS-Administrator</componentinfo>
'*<change>7.00.00 (2021-01-02):tvl:php 7 updates - Responsive</change>
'*<change>4.10.00 (2012-09-13);tvl:Initial version</change>
*/

* 
{
	margin:0; 
	padding:0; 
	font-size: 13px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body 
{
	color:#333333;
	background-color: #333333;
	text-align: center;
}

a:link, a:visited 
{
	text-decoration: none;
	font-weight: bold;	
}

a:hover, a:active 
{
	text-decoration: none;
}

#logon
{
	position: relative;	
	max-width: 50%;
	max-height:40%;
	height: 300px;
	background-color: #F8F8F8;
	margin-left: auto;
	margin-right:auto;
		
}
.inlogtxt
{
	width:30%;	
}

.pswtxt
{
	width:30%;	
}

#inlogvlak {
//	position: relative;
//	top: 80px;
//	width: 400px;
	max-width: 80%;
	max-height: 260px;
	background-color: #F8F8F8;
	margin: auto;
	background-repeat: repeat-x;
}

.inloglink a:link,.inloglink a:visited 
{
	color:#333333;
}

.inloglink a:hover,.inloglink a:active 
{	
	color:#FF3300;
}

#logo
{
	margin: auto;
}

.kop
{
	font-size:13px;
	font-weight: bold;
	color: #333333;
}


.donker a:link,.donker a:visited 
{
	color: #333333;
	font-weight: bold;
	line-height: 11px;
}

.donker a:hover,.donker a:active 
{
	color: #333333;
	font-weight: bold;
	line-height: 23px;
}
