@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Bubblegum+Sans);

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

#container {
	margin: 0px auto;
	width: 733px;
}

#topHeader {
	width: 733px;
	height: 519px;
	background: url(images/topbg.jpg) top no-repeat;
}

#siteHeader a {
	display: block;
	width: 300px;
	height: 80px;
	position: relative;
	left: 13px;
}
#siteHeader a span {
	display: none;
}

#announcement {
	position: absolute;
	left: 50%;
    margin-left: 191px;
	top: 206px;
	width: 163px;
	height: 89px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#announcement2 {
	position: absolute;
	left: 50%;
	top: 113px;
    margin-left: 189px;
	width: 163px;
	height: 47px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
}
#marketName {
	font-weight: bold;
	font-size: 14px;
}
#marketName a, #announcement a, #announcement2 a {
	text-decoration: underline;
	color: #000000;
}
#marketName a:hover, #announcement a:hover, #announcement2 a:hover {
	text-decoration: none;
}
#mainContent {
	padding-left: 35px;
	padding-right: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
}

#menu {
    width: 150px;
    float: left;
    margin-right: -170px;
    position: relative;
    left: -250px;
    top: 50px;
    text-align: right;
    direction: rtl;
}
    #mainContent #menu a {
        border-bottom: none;
    }
    #mainContent #menu a:hover {
        color: #ff0000;
    }
    #mainContent #menu li {
        margin-bottom: 4px;
    }

h2 {
	font-family: "Bubblegum Sans", "Trebuchet MS", "sans-serif";
	font-size: 34px;
    font-weight: 400;
	margin-bottom: 30px;
	margin-top: 15px;
}
#mainContent p {
	padding-left: 35px;
	margin-bottom: 20px;
}
#mainContent .addressInfo {
	margin-left: 35px;
	display: block;
}
.addSideLines {
	padding-left: 35px;
	margin-bottom: 20px;
}
#mainContent p.noSideLines {
	padding-left: 0px;
}
#mainContent ul {
	padding-left: 35px;
	margin-bottom: 20px;
}
#mainContent li {
	margin-left: 30px;
	margin-bottom: 8px;
}
#mainContent a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
#mainContent a:hover {
	border-bottom: 1px solid #000000;
}
#mainContent h3 {
	font-size: 16px;
	font-weight: normal;
	text-indent: 20px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
	height: 24px;
}
#mainContent img {
	margin: 5px;
}

#footer {
	margin-top: 60px;
	margin-bottom: 20px;
	width: 100%;
	height: 38px;
	text-align: center;
	background: url(images/footerbg.png) center top no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", "sans-serif";
	padding-top: 11px;
	font-size: 12px;
	clear: both;
}
.leftLine {
	display: block;
	background: url(images/sideline.png) top repeat-y;
	width: 6px;
	position: relative;
	left: -29px;
	float: left;
}
.rightLine {
	display: block;
	background: url(images/sideline.png) top repeat-y;
	width: 6px;
	position: absolute;
	right: 0px;
	float: left;
}
#sponsorLogo a {
	display: block;
	width: 150px;
	height: 30px;
	position: fixed;
	right: 8px;
	bottom: 8px;
	clear: both;
	float: none;
	background: url(images/logo-spaakcaspel.png) right bottom scroll;
}
#sponsorLogo a span {
	display: none;
}

.doHide {
	display: none;
}
