/* =======================================

		Main Stylesheet
		
		Building on Twitter Bootstrap
		http://twitter.github.com/bootstrap/
		
========================================== */

/* New styles below */
html,body,input {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000066;
}

body {
	background: #f2f2f7;
}

.container {
	background-color: #FFF;
	border: 0 solid #ebebe9;
	border-left-width: 1px;
	border-right-width: 1px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
}

#header {
	position: relative;
	width: 100%;
	margin-bottom: 22px;
}

#navigation {
	background: url("../img/bar.gif") #006 repeat-x;
	color: #F6F6F6;
	font-size: 100%;
	line-height: 1.0;
	zoom: 1;
	width: 100%;
	height: 29px;
}

#nslogo {
	width: 76px;
	height: 36px;
	background: url(../img/ns-logo.gif) top left no-repeat;
	margin: 14px 0 0 28px;
}

@media ( min-width : 1200px) {
	.container {
		width: 980px;
	}
}

#content {
	padding: 20px;
}

.button {
	float: right;
	margin: 0 0 0 10px;
	padding: 0 34px 0 0;
	background: url("../img/buttons.png") 100% -100px no-repeat;
	font-weight: normal;
	line-height: 1.0;
	text-decoration: none;
	vertical-align: middle;
}

.button span {
	min-height: 28px;
	float: left;
	padding: 0 12px 0 14px;
	background: url("../img/buttons.png") 0 0 no-repeat;
	color: #FFF;
	line-height: 24px;
	white-space: nowrap;
	cursor: pointer;
}

.uitleg {
	margin: 10px 0 2px;
}

h1,h2,h3,h4,label {
	color: #000066;
	line-height: 26px;
}

p {
	color: #4c4c94;
}

h1 {
	font-size: 24px;
	margin: 20px 0 10px;
}

h2 {
	font-size: 1.1em;
	margin: 20px 0 10px;
}

h3 {
	font-size: 1em;
	margin: 20px 0 10px;
}

.logo-print {
	width: 106px;
	height: 106px;
	background: url(../img/logo-print.png) center center no-repeat;
	float: right;
	margin: 0 0 10px 10px;
}

.form-horizontal .control-label {
	padding-top: 4px;
}

label.valid {
	width: 24px;
	height: 24px;
	background: url(../img/valid.png) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

.tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.tt-suggestion>p {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap;
}

.tt-suggestion>p:hover,.tt-suggestion>p:focus,.tt-suggestion.tt-cursor p
	{
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

.trede {
	background-image: url(../img/smilies.jpg);
	text-indent: -9999px;
}

.trede-1 {
	width: 200px;
	height: 200px;
	background-position: 0 -150px;
}

.trede-2 {
	width: 240px;
	height: 250px;
	background-position: -200px -100px;
}

.trede-3 {
	width: 280px;
	height: 300px;
	background-position: -440px -80px;
}

.trede-4 {
	width: 0px;
	height: 0px;
}

.berekende-trede {
	font-size: 2em;
	font-weight: normal;
	margin: 10px 0 30px;
	line-height: 34px;
}

.detrede {
	font-weight: bold;
	font-style: italic;
}

.prijs {
	font-size: 1.2em;
	font-weight: bold;
	margin: 30px 0;
}

.error {
	color: red;
	font-weight: bold;
	width: 100%;
}