.knop a {
	display: block;
    font-family: "Times New Roman";
    height: 34px;
    list-style: none outside none;
    margin: 4px auto;
    width: 100%;
	background: #5ba4a4;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	font-size: 15px;
	color: #385c5b;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 7px 0px 0px 7px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	line-height: 34px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.knop a >b {
	font-size: 15px;
	color: #385c5b;
	letter-spacing: px;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 7px 0px 0px 7px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    display: block;
    line-height: 34px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #880912),color-stop(0.5, #A52A2A),color-stop(0.51, #B22222),color-stop(1, #880912));
	background-color:#880912;
	background: #ffffff;

}
.knop a:hover {
	color: #7AD9DE;
    line-height: 34px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	background: #5ba4a4;
	background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
	background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
	background: #5ba4a4;
}

.tabl {
	position: inherit;
	margin: -5px auto;
	width: auto;
	background: #ffffff;
	/*height: 575px;*/
	overflow: auto;
	display: block;
	border-radius: 0px 0px 7px 7px;
	box-shadow: 0px 0 15px black;
	word-break: keep-all;
}
.tex1 {
	text-align:center;
	color: #398080;
}

.tex2 {
	
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	text-align: justify;
	text-indent: 45px;
	margin: 30px;
	color: #777;
	padding-left: 25px;
	font-family: "Times New Roman";
	border-left: 5px solid rgba(63,148,148, 0.1);
}

.tex2 a {
	font-size: 18px;
	line-height: 20px;
	font-style: normal;
	text-align: justify;
	text-indent: 45px;
	color: #00008B;
	padding-left: 25px;
	font-family: "Times New Roman";
}
