/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
@font-face {
    font-family: 'Miro';
    src: url('miro-webfont.eot');
    src: url('miro-webfont.eot?#iefix') format('embedded-opentype'),
         url('miro-webfont.woff') format('woff'),
         url('miro-webfont.ttf') format('truetype'),
         url('miro-webfont.svg#Miro') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Corbel, Clibri, Verdana;
	color:#333;
	background:#eee;
	text-shadow:1px 1px 0 #F8F8F8;
}

a, a:visited {
	color:#328BE3;
	text-decoration:none;
}
a:hover, a:active {
	color:#ABCFF3;
	text-decoration:none;
}

.theme-default #slider {
    margin:100px auto 0 auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
	text-align:right;
}
.main {
    margin:0 auto 0 auto;
    width:618px; /* Make sure your images are the same size */
	text-align:left;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.fout{	
	font-family: Corbel, Clibri, Verdana;
	color:#ff0000;
	text-shadow:1px 1px 0 #e3e3e3;
}


.head{	
	font-family: 'Miro';
	text-decoration: underline;
	font-size: 27px;
	color:#004990;
}

.copy{
	font-family: Corbel, Clibri, Verdana;
	font-weight: 400;
	color:#FFFFFF;
}

#feedback{
	background-color:#eee;
	width:310px;
	height:500px;
	position:fixed;
	bottom:0;
	left:5px;
	margin-bottom:-440px;
	z-index:10000;
}

#feedback .section{
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
	background-position: top left;
	border:1px solid #71c9eb;
	border-bottom:none;
	padding:10px 25px 25px;
}

#feedback .color{
	float:left;
	height:4px;
	width:20%;
	overflow:hidden;
}

#feedback .lijn{background:url(images/lijn.png) top;}
#feedback .color-2{ background:url(images/lijn.png) top; width: 100%; height: 20px;}

#feedback h6{
	background:url("images/contact.png") no-repeat;
	height:38px;
	margin:5px 0 12px;
	text-indent:-99999px;
	cursor:pointer;
}

textarea{
	border: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #fff;
	font:13px Corbel, Clibri, Verdana;
	font-style: normal;
	color: #454743;
	text-shadow:1px 1px 0 #cccaca;
	height:100px;
	padding:10px;
	width:236px;
	resize:none;
	outline:none;
	overflow:auto;
	}

textarea:hover {
	border: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #eee;
}

textarea:focus {
	border: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #fff;
}


.input{
	border: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #fff;
	color:#888888;
	text-shadow:1px 1px 0 #cccaca;
	font:13px Corbel, Clibri, Verdana;
	height:30px;
	padding:5px;
	width:236px;
	resize:none;
	outline:none;
	overflow:auto;
	margin-bottom: 5px;
	
}

.input:hover {
	border: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #eee;
}

.input:focus {
	border: 1px solid #333;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #fff;
}


.submit{
	background:url("images/submit.png") no-repeat;
	border:none;
	display:block;
	height:34px;
	margin:20px auto 0;
	text-decoration:none;
	text-indent:-99999px;
	width:91px;
	cursor: pointer;
	text-align:center;
}

.submit:hover{
	background:url("images/submit.png") no-repeat;
	background-position:left bottom;
	cursor: pointer;
	display:block;
	text-align:center;
}

a.img{cursor: pointer;}
a.submit:hover{cursor: pointer;}

.submit.working{
	background-position:top right !important;
	cursor: pointer;
}

.message{
	text-shadow:1px 1px 0 #e3e3e3;
	margin-bottom:20px;
}

#feedback .arrow{
	background:url('images/pijl.png') no-repeat;
	float:right;
	width:23px;
	height:18px;
	position:relative;
	top:10px;
}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}

#feedback .response{
	font-size:21px;
	margin-top:70px;
	text-align:center;
	text-shadow:2px 2px 0 #889889;
	color:#FCFCFC;
	display:block;
}

/**Error**/
.Elijn{border-bottom: #B6BCC6 1px solid; font-size: 10px; color:#FF0000;}
.Errortxt  {font-family: Corbel, Clibri, Verdana;}

