.letterplain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 26px;
}
.letterplainwitvet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #fff;
}
.lettergroot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #25377f;

}
.btn-group-sm > .btn, .btn-sm {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 3px;
}


a {
TEXT-DECORATION: none;
}
a:hover {
TEXT-DECORATION: underline;
}


.knop {
	border: 0;
	margin: 3px;
	padding: 0px;
	position: relative;
	z-index: 10;
	float: right;
	border-radius:3px;
}
.knop a:hover {
	background: transparent;
	color: #FFFFFF;
}
/* normale menu */
ul.knop {
	display: block;
	float: left;
	border: 1px solid #41bfef;
	background: #dfdfdf;
	border-radius:3px;
}
/* geen ul-li bullet list */
ul.knop, ul.knop ul {
	list-style: none;
}
.knop > li > a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 1px;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:3px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height: 21px;
}
.knop > li:hover {
	background: #1ba3d7;
	color: #FFFFFF;
	border-radius:3px;
}
.knop a.active {
	background: #41bfef;
	color: #FFFFFF;
}

.logindata{
	float:right;
	width:250px;
	font-size: 13px !important;	
}
.logindata .input-group{
	margin-top:10px;
	font-size: 13px !important;
}
.input-sm {
    font-size: 13px;
}

table{
	width:100%;
}
.form td{
	vertical-align:top;
}
.form input, textarea{
	border:1px solid #41bfef;
	border-radius:5px;
	font-size:14px;
	width:100%;
	margin-bottom:8px;
}
.form input{
	max-width:300px;
}
.form .btn{
	background:#dd0a24;
	color:white;
	height:24px;
	line-height:22px;
	max-width:170px;
	padding:0;
	float:right;
	font-weight:normal;
	font-size:13px;
}
.loginbox{
	width:420px;
	height:440px;
	position:relative;
	left:50%;
	margin-left:-210px;
	margin-top:30px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(135,135,135,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(135,135,135,1);
	box-shadow: 0px 0px 8px 0px rgba(135,135,135,1);
	padding:20px;
	margin-bottom: 30px;
}
.login{
	margin-top:15px;
}
.login input{
	border:0;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
}
.loginboxbottom{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	background:#e6e6e6;
	padding:15px;
	text-align:center;
}
.btn-login{
	border:2px solid #dd0a24;
	border-radius:5px;
	padding:15px;
	width:150px;
	background:white;
}
.btn-login:hover{
	background:#dd0a24;
	color:white;
}
@media(max-width:767px)
{
	.loginbox{
		width:auto;
		position:relative;
		left:0;
		margin:0;
		margin-bottom: 30px;
	}
}


