﻿html, body
{
	font-size: 12pt;
	color: #666666;
	font-family: "Tw Cen MT";
	height: 90%; 
}

#login_container
{
	min-height: 100%;
	_height: 100%;
	position: absolute;
	top : 0px;
	left: 0px;
	width : 100%;
	color : #666666;
	
	background-image: url(../Images/Login/login_main3.jpg);
	background-repeat: repeat-x;
	
}

#login_contentwrapper
{
	position : absolute;
	width : 100%;	
	top : 10%;
	
}

#login_contentwrapper2
{
	width : 732px;
	border : 1px solid #C8C8CA;
	background-color : #CE4139;
}

#login_header
{
	position : relative;
	height : 111px;
	background-image: url(../Images/Login/login_header2.jpg);
	background-repeat : no-repeat;
	padding-left : 30px;
	padding-top : 10px;	
	/*border-bottom : 10px solid #CE4139;*/
}

#login_content
{
	position : relative;
	height : 350px;
	background-repeat : repeat-x;
	/*background-color : #E6CFCE;	*/
	background-color : #CE4139;
}

#login_footer
{
	margin-top : 20px;
	position : relative;
	text-align : center;
	vertical-align : bottom;
	color: #859A7B;
}

.login_hor_streep
{
	height : 15px;
	background-image : url(../Images/Login/login_streepje4.jpg);
	background-repeat : repeat-x;
	
}

.login_menu
{
	background-image: url(../Images/Login/login_streepje2.jpg);
	border-width: 1px;
	border-style: solid;
	border-color: #CE6660;
}

.login_button
{
	width: 65px;
	height: 22px;
	color: #ffffff;
	border-color: #D8B6B4;
	background-image: url(../Images/Login/login_button.jpg);
}

.login_link
{
	text-decoration: none;
	color: #FCFEFD;
	text-decoration: underline;
}

.login_link_nounderline
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 13pt;	
}

.login_link_nounderline_large
{
	text-decoration: none;
	color: #666666;
	font-size: 12pt;
	
}

.logintitle
{
	font-weight: bold; 
	font-size: 12pt; 
	color: #FCFEFD;
	height: 22px;
}

.username
{
	color: #FCFEFD;
}

.password
{
	color: #FCFEFD;
}

.logintekst
{
	color: #FCFEFD;
}

.textboxstyle
{
	border: #666666 1px solid;
}
