/* CSS Document */
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical; 
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FF9700 url("") no-repeat scroll 0 0;
	font: normal 0.75em/1.6em Arial, Helvetica, sans-serif;
}
body * {
	text-align: left;
}
a {
	color: #293F84;
}
a:visited {
	color: #25116B;
}
a:hover {
	color: #FF8500;
}
a:active {
	color: #D86C00;
}
img {
	border: 0;
}
.nb {
	color: #333;
	font-style:italic;
	margin: -15px 0 0 0;
	padding: 5px 0;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
	color: #D14600;
	font-size: 100%;
	padding: 0;
	margin: 0.5em 0 0.7em 0;
}
h1 {font-size: 1.6em;color: #293F84;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.1em;}
h4 {font-size: 0.9em;}

select, textarea, input.textfield {
	font: normal 100% Arial, Tahoma, Verdana;
	color: #444;
	border: solid 1px #CCC;
	padding: 1px 2px;
}

select:focus, input:focus, textarea:focus {
	background-color: #fff4e4;
}

div.container {
	width: 880px;/*900*/
	margin: 20px auto;
	padding: 10px;
	background-color: #fff;	
}

div.header {
	height: 120px;
	overflow: hidden;
	width: 100%;
}
div.header a.logo {
	padding: 17px 0 18px 0;
	width: 212px;
	float: left;
}
div.header img.payoff {
	width: 660px;
	float: right;
	display: block;
}

ul.nav {
	margin: 0 0 20px 0;
	padding: 0;
	height: 30px;
	list-style: none;
	overflow: hidden;
	width: 100%;
	background: transparent url(../images/bg_nav.gif) no-repeat scroll 0 0;
}
ul.nav li {
	float: left;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
}
ul.nav li a {
	padding: 0 5px;
	text-decoration: none;
}
ul.nav li.true a {
	font-weight: bold;
}


div.starliner-home {
	overflow: hidden;
	width: 100%;
}
div.starliner-home input.textfield {
	width: 120px;
	border-color: #FF8500;
	padding: 2px;
	
}
div.starliner-home input {
	vertical-align: middle;
}
div.starliner-home div.starlinerpendel {
	width: 250px;/*270*/
	padding: 5px 10px;
	background: #fff4e4 url("../images/bg_starlinerpendel_top.gif") no-repeat 0 0;
}
div.starliner-home div.starlinerpendel div.bot {
	width: 270px;
	margin: 10px -10px -5px -10px;
	height: 10px;
	line-height: 30px;
	background: #ffffff url("../images/bg_starlinerpendel_bot.gif") no-repeat 0 0;
}
div.starliner-home div.starlinerpendel hr {
	border: 0;
	height: 0;
	line-height: 0;
	border-top: solid 15px #fff/*FF8500*/;
	margin: 0 -10px;
}
div.starliner-home div.starlinerpendel h2 span {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
}
div.starliner-home div.starlinerpendel {
	float: left;
}

div.starliner-home div.starlinerwinter {
	width: 250px;/*270*/
	padding: 5px 10px;
	background: #C2DFFF url("../images/bg_starlinerwinter_top.gif") no-repeat 0 0;
}
div.starliner-home div.starlinerwinter div.bot {
	width: 270px;
	margin: 10px -10px -5px -10px;
	height: 10px;
	line-height: 30px;
	background: #ffffff url("../images/bg_starlinerwinter_bot.gif") no-repeat 0 0;
}
div.starliner-home div.starlinerwinter hr {
	border: 0;
	height: 0;
	line-height: 0;
	border-top: solid 15px #fff/*FF8500*/;
	margin: 0 -10px;
}
div.starliner-home div.starlinerwinter h2 span {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
}

div.starliner-home div.starlinerwinter {
	float: left;
}

div.starliner-home div.starlinerzomer {
	width: 250px;/*270*/
	padding: 5px 10px;
	background: #C2FFC9 url("../images/bg_starlinerzomer_top.gif") no-repeat 0 0;
}
div.starliner-home div.starlinerzomer div.bot {
	width: 270px;
	margin: 10px -10px -5px -10px;
	height: 10px;
	line-height: 30px;
	background: #ffffff url("../images/bg_starlinerzomer_bot.gif") no-repeat 0 0;
}
div.starliner-home div.starlinerzomer hr {
	border: 0;
	height: 0;
	line-height: 0;
	border-top: solid 15px #fff/*FF8500*/;
	margin: 0 -10px;
}
div.starliner-home div.starlinerzomer h2 span {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
}

div.starliner-home div.starlinerzomer {
	float: left;
}

a.goto {
	font-weight: bold;
	background: transparent url("../images/bg_subnav_true.gif") no-repeat left center;
	padding: 0 0 0 12px;
}

div.main {
	width: 100%;
	overflow: hidden;
}

table.tbl {
	border: solid 1px #FFBC00;
	border-spacing:0;
	width: 100%;
	margin: 0 0 20px 0;
}
table.tbl th {
	background-color: #FFBC00;
}
table.tbl td, th {
	padding: 1px 5px;
}
table.tbl td img {
	vertical-align: text-bottom;
}
table.tbl tr.row {
	background-color: #fff4e4;
}
table.tbl td.vanaf {
	color: #D14600;
}
table.tbl td.vanaf span {
	font-size: 1.4em;
	font-weight: bold;
}
table.tbl td.rechts {
	text-align: right;
}
.xl {
	font-size: 1.2em;
	
	font-weight: bold;
}
div.col7 {
	width: 290px;
	float: left;
	margin: 0px 0px 10px 0px;
}
div.col8 {
	width: 290px;
	float: left;
	margin: 0px 5px 10px 5px;
}
div.col9 {
	width: 290px;
	float: left;
	margin: 0px 0px 10px 0px;
}

div.footer-home {
	height: 30px;
	line-height: 30px;
	background: transparent url(../images/bg_nav-home.gif) no-repeat scroll 0 0;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

div.footer-home a.left {
	float: left;
	color: #6f85b3;
	text-decoration: none;
}
div.footer-home a.right {
	float: right;
	color: #6f85b3;
}
