/**
	(c) ONI 2007
	Fili Wiese
**/

html, body {
	font-size: 13px;
	font-family: Helvetica, sans-serif;
	color:#FFF;
	background-image:url('img/bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	line-height:125%;
}

a {
	text-decoration:underline;
	cursor: pointer;
	color:#C8C8C8;
}

a:hover, a:active {
	text-decoration:none;
	color:#038DC6;
}

#right a[href^="http:"] {
	background: url('img/external.gif') no-repeat right top;
	padding-right: 10px;
}

img a, a[href^="http://www.amsterdammbafair.nl"], a[href^="http://amsterdammbafair.nl"] {
	background-image: none;
	padding-right: 0;
} 

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
}

label {
	display:block;
	cursor: pointer;
	padding:0px;
}

h1 {
	padding:0px;
	margin:0px 0px 30px 0px;
	font-size:40px;
	font-weight:bold;
	line-height:100%;
}

p {
	margin:0px 0px 15px 0px;
}

#wrapper {
	position:absolute;
	top:40px;
	left:40px;
	width:680px;
}

#mba_logo {

}

#mba_2007 {
	position:absolute;
	top:0px;
	right:0px;
}

#nav {
	margin-top:40px;
}

#nav a {
	text-decoration:none;
	color:#FFF;
}

#nav a.selected {
	color:#038DC6;
}

#nav ul {
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#nav li {
	display:inline;
	margin-left:20px;
}

#nav li.first {
	margin-left:0px;
}

#content {
	min-height:500px;
	_height:500px;
	margin-top:40px;
	font-size: 12px;
}

#content #left {
	float:left;
	width:270px;
	color:#C8C8C8;
}

#content .inleiding {
	color:#FFF;
	padding:0px;
	margin:0px 0px 15px 0px;
}

#content #right {
	float:left;
	width:400px;
	_overflow:hidden;
	color:#FFF;
}

#footer {
	clear:both;
	font-size:9px;
	color:#C8C8C8;
	margin:40px 0px 20px 0px;
}

#footer a {
	color:#C8C8C8;
	text-decoration:none;
}

#footer #author {
	float:left;
}

#footer #copyright {
	float:right;
}


#sponsors {
	position:absolute;
	top:40px;
	left:780px;
	width:200px;
	text-align:center;
}

#sponsors p {
	font-size:10px;
	text-align:left;
	color:#3F3F3F;
}

#sponsors img {
	margin-bottom:10px;
}

#google_map {
	color:#000;
	width: 100%;
	height: 300px;
	margin-bottom:20px;
}

#google_map a {
	color:#000;
}


.separator {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	
	background-image:url('img/dotted_line.gif');
	background-position: top left;
	background-repeat: repeat-x;
	margin:10px 0px 10px 0px;

}

.clear {
	clear:both;
}

.print_layer {
	display:none;
}

.error {
	color:#FFF;
	font-weight:bold;
}

.hide {
	display:none;
}
