body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table,td {
    color: #3c3c3c;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.5rem;
	background-color: #FFFFFF;
}

input {
	color: #3c3c3c;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 14px;
}

select{
	color: #3c3c3c;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 14px;
}

input[type="text"], select, textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 3px;
    box-shadow: 0 0 0 #fff !important;
    color: #222;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 6px 10px;
    position: relative;
	height: 38px;
	width:100%;
}

.message {
	color: #c70034;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
}

a {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #c70034;
	text-decoration: underline;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 300;
}

h1{
    font-size: 2em;
    color: #c70034;
    padding: 15px;
    width: auto;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

h2 {
    color: #000;
    font-size: 17px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
    text-align: left;
}

.titel {
    font-size: 2em;
    color: #c70034;
    padding: 15px;
    width: auto;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.kop {
    color: #000;
    font-size: 17px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
    text-align: left;
}

.text {
    color: #3c3c3c;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	background-color: #FFFFFF;
}

.breed {
	width: 100%;
}

.col1 {
	width: 250px;
	color: #000000;
}

.button, .buttons {
    background: #009bd7 none repeat scroll 0 0;
    border: medium none;
	border-radius: 3px;
    color: #ffffff;
    height: 38px;
    padding: 0 40px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 300;	
}

.button:hover, .buttons:hover {
	text-decoration:underline;
}

.col2 {
	width: 100%;
}

.hidden {
	display: none;
}

.knopmidden {
	text-align: center;
	font-size: 14px;
	font-variant: bold;
	font-family: Arial;
	color: #3c3c3c;
	padding-left: 3px;
	padding-right:3px;
}

.lege_regel {
	height: 14px;
}

