

body
{
	margin: 0;
	padding: 10px;

	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #858483; 
	background: #ffffff;
	overflow-x: hidden;	
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */		
}




		
html
{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}





/* Zend Form
----------------------------------------------------- */

.addformdescription {
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 5px;
}

.addformtitle {
	margin: 20px 0px 8px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	font-size: 15px;
	font-style: italic;
	color: #d96b2b;
	text-decoration: none;
	}

.addformlabel {
	margin: 20px 0px 8px 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;	
	font-size: 15px;
	font-style: italic;
	color: #d96b2b;
	text-decoration: none;
	}

.optional {

}

.required {
}

ul.errors {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

ul.errors li {
	color: red;
	list-style-type: none;
}


/* Tabel
----------------------------------------------------- */

.addform {
	width: 100%;
}

.addform td {
	vertical-align: top;
	padding-bottom: 2px;
	text-align: left;
}

.addform td.element {
	width: 82%;
}

.field {
	text-align: right;
}

label {
	font-weight: 300;
}

.regel{
	margin-top: 5px;
}

label.field {
	float: right;
	margin-top: 1px;
	margin-right: 15px;
}

input.addformsubmit, button.addformsubmit { 
	font-family: 'Lato', sans-serif;
	background: #202020;
	border-bottom: 1px solid #202020;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
	border-top: 1px solid #202020;
	color: #ffffff;
	margin: 5px 0px 10px 0px;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	}

.input {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-size: 12px;
		width: 98%;
		margin-left: 10px;
		line-height: 14px;
		height: 20px;		
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;		
   	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #615f59;
		}

.addformInput, .addforminput {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-size: 12px;
		width: 98%;
	line-height: 14px;
	height: 20px;
	margin: 1px 0px 1px 0px;
	padding: 4px 3px 3px 3px;
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;	
   	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #615f59;
		}		

.addformArea {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-size: 12px;
	width: 98%;
	height: 80px;
	line-height: 14px;
	margin: 1px 0px 5px 0px;
	padding: 4px 3px 3px 3px;	
	overflow: hidden;	
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;	
   	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #615f59;
		}	

.addformInputSmall {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-size: 12px;
	width: 70%;
	line-height: 14px;
	height: 20px;
	margin: 1px 0px 1px 0px;
	padding: 4px 3px 3px 3px;
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;	
   	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #615f59;
		}		

.addformSelect {
	background: #ffffff;
	border: 0px solid #e2e2e2;
	font-size: 12px;
		width: 231px;
		line-height: 18px;
		height: 21px;
		margin: 0px 0px 2px 0px;
		padding: 1px 0px 0px 0px;
	outline-color: invert;
   	outline-style: none;
   	outline-width: 0pt;		
   	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #615f59;   	
}


input[type=text]:focus,
.addformInput:focus,
textarea:focus {
	box-shadow: 0 0 5px #e2e2e2;
	-webkit-box-shadow: 0 0 5px #e2e2e2;
	-moz-box-shadow: 0 0 5px #e2e2e2;
}

.col1{
	display: block;
	padding-top: 8px;	
}

.col2{
	display: block;
}

.title_article{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
	color: #202020;
}