/* ====================================================================================
INLOGGEN
=====================================================================================*/


.loginblock input#username,
.loginblock input#password,
.loginblock input#password2
{
	width:300px;
	line-height:25px;
	height:25px;
	border:1px solid #CCC;
	margin:0;
	padding-left:5px;
}

.loginblock input#username,
.loginblock input#password
{
	margin-bottom:10px;
}

.loginblock input.button
{
	padding: 5px 20px !important;
	width: auto;
	line-height: 18px !important;
	height: 28px !important;
}

/* ====================================================================================
PAKKETSTAPPEN
=====================================================================================*/

/*reset*/
ul#pakketstappen #liPakketReken,
ul#pakketstappen #liRekenReken,
ul#pakketstappen #liPakketPakket,
ul#pakketstappen #liPakketAfsluit
{
    background: url("../images/goudse_arrow.gif") no-repeat scroll 5px 5px transparent;
}

ul#pakketstappen li span
{
	display:none;
}

.pakketcontainer ul#pakketstappen.pakketstappen {
    background: url("../images/pakketfases_bg.png") no-repeat scroll 0 0 transparent;
    float: left;
	*float:none;
    margin: 0;
	margin-bottom:20px;
	position: relative;
    width: 550px;
	padding:0;
}
.pakketcontainer ul#pakketstappen.pakketstappen li {
    background: url("../images/goudse_arrow.gif") no-repeat scroll 5px 5px transparent;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 12px;
    padding: 3px 0 3px 25px;
    width: 24%;
	line-height:14px;
	color: #333333;
	text-decoration:none;
}

.pakketcontainer ul#pakketstappen.pakketstappen  #liPakketReken.active,
.pakketcontainer ul#pakketstappen.pakketstappen  #liPakketPakket.active,
.pakketcontainer ul#pakketstappen.pakketstappen  #liRekenReken.active,
.pakketcontainer ul#pakketstappen.pakketstappen  #liAfsluitAfsluit.active,
.pakketcontainer ul#pakketstappen.pakketstappen li.active {
    background: url("../images/goudse_arrow_s.gif") no-repeat scroll 5px 5px transparent;
}


.pakketcontainer .pakketstappen li a {
    color: #333333;
}
.pakketcontainer .pakketstappen li.active, 
.pakketcontainer .pakketstappen li.active a {
    color: #1F99C2;
    text-decoration: none;
}
.pakketcontainer .pakketstappen li a:hover {
    text-decoration: underline;
}
