/* @override 
	http://no-aa.nl/test/css/main.css
*/

@font-face {
	font-family: Arno Pro;
	src: url('../ArnoPro-Regular.otf');
}

* {
	padding: 0;
	margin: 0;
}

html {
	
}

html, body {
	height: 100%;
	background: url(../images/bg.png) repeat-x;
}

body {
	font: 75%/1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #aca196;
}

a:link, a:visited {
	color: #817970;
}

a:link:hover, a:visited:hover {
	color: #f8981d;
}

h1, h2, h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

p, ul {
	margin-bottom: 1.5em;
}

p.nomargin {
	margin-bottom: 0;
}

img, textarea {
	border-style: none;
	vertical-align: bottom;
}

/*  HEADER */

#header {
	width: 822px;
	margin: 0 auto 20px;
	height: 102px;
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
}

/* --- */

#header #logo {
	width: 103px;
	height: 102px;
	float: left;
	display: inline;
	background-image: url(../images/header_logo.png);
	text-indent: -9999px;
	overflow: hidden;
}

/* --- */

#header #slogans {
	height: 48px;
	float: right;
	width: 302px;
	overflow: hidden;
	margin-bottom: 0;
	padding-right: 13px;
}

/* --- */

#navigation {
	position: relative;
	width: 706px;
	float: right;
	padding: 0 0 15px;
	display: inline;
	margin: 7px 13px 10px 0;
}

#navigation li {
	float: right;
	list-style: none;
	margin-left: 10px;
}

#navigation li.back {
	border-bottom: 9px solid #f8981d;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	margin-left: 0;
	margin-top: 8px;
}

#navigation li a {
	text-decoration: none;
	color: #aca196;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: auto;
	margin-top: auto;
	font-size: 13px;
}

#navigation li a:hover {
	color: #817970;
}

#navigation li.current a {
	color: #f8981d;
}

#navigation li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}

/*  MAIN */

#main {
	width: 822px;
	margin: 0 auto;
	padding-left: 3px;
	padding-right: 3px;
	overflow: hidden;
	background: url(../images/main_bg.png) no-repeat 0 45px;
}

#main h1 {
	color: #f8981d;
	font: 30px/40px "Arno Pro", Georgia;
	height: 46px;
}

#main h2 {
	color: #f8981d;
	font-weight: bold;
}

/* --- */

#main #subnavigation {
	height: 27px;
	list-style-type: none;
	list-style-position: outside;
	margin-left: -3px;
	margin-top: -4px;
	margin-bottom: 0;
}

#main #subnavigation li {
	height: 27px;
	float: left;
}

#main #subnavigation li a {
	height: 19px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #aca196;
	font-size: 11px;
	padding-top: 8px;
}

#main #subnavigation li a:hover {
	color: #817970;
}

#main #subnavigation li.current {
	background: url(../images/subnavigation_right.png) no-repeat right 0;
}

#main #subnavigation li.current a {
	background: url(../images/subnavigation_left.png) no-repeat 0 0;
	color: #f8981d;
}

/* --- */

#main #content {
	float: left;
	width: 521px;
	padding-left: 10px;
	padding-top: 40px;
}

#watdoenwij #main #content {
	padding-top: 17px;
}

#main #content ul {
	list-style-type: disc;
	list-style-position: inside;
}

#main #content ul li {
	padding-left: 10px;
}

/* --- */

#main #sidebar {
	float: right;
	width: 241px;
	padding: 40px 10px 0 0;
}

#watdoenwij #main #sidebar {
	float: right;
	width: 241px;
	padding: 17px 10px 0 0;
}

#main #sidebar img {
	width: 230px;
	height: 230px;
	padding: 5px;
	background-image: url(../images/img_bg.png);
}

/*  FOOTER */

#footer {
	position: relative;
	width: 814px;
	margin: 0 auto;
	clear: both;
	padding-left: 3px;
	padding-right: 3px;
	height: 22px;
	padding-top: 27px;
	background: url(../images/footer_bg.png) no-repeat;
}

#footer p {
	font-size: 10px;
}

#footer #nba-logo
{
	position: absolute;
	top: 32px;
	right: 12px;
	width: 71px;
	height: 71px;
	background: url("../images/NBA-logo.jpg");
}

/* --- contact */

form {
	
}

form * {
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

form label {
	display: block;
}

form input {
	border: 1px solid #a4aeb5;
	padding: 0 0 0 5px;
	margin: 0;
	width: 292px;
	height: 20px;
	background: #fff url(../images/input_bg.png) repeat-x;
}

form input:focus {
	border: 1px solid #014073;
}

form textarea {
	border: 1px solid #a4aeb5;
	padding: 3px 1px 1px 3px;
	margin: 0;
	width: 293px;
	height: 120px;
	overflow: auto;
	background: #fff url(../images/input_bg.png) repeat-x;
}

form textarea:focus {
	border: 1px solid #014073;
}

form p {
	
}

form p.error {
	
}

form p.error input {
	width: 290px;
	border-width: 2px;
	border-color: #f00;
}

form p.error textarea {
	width: 291px;
	border-width: 2px;
	border-color: #f00;
}

form button {
	padding: 4px;
	margin: 0 0 0 auto;
	display: block;
	border: 1px solid #a4aeb5;
	background: #fff url(../images/button_bg.png) repeat-x 0 bottom;
	cursor: pointer;
}

form button:active {
	background: #fff url(../images/input_bg.png) repeat-x 0 0;
}	