/*
 *
 * General info
 *
 */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: none;
	color: #000;
	font-family: Vana, Tahoma, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	width: 800px;
}

h1 {
	display: none;
}

h2 {
	display: none;
}

.heading h2 {
	font-size: 15px;
	line-height: 20px;
	color: #000;
	display: block;
}

h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #000;
}

img {
	border: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}

/*
 *
 * Header
 *
 */
 
#container #header  {
	border-bottom: 1px solid #000;
	height: 120px;
}

#container #header #admin-menu, #container #header #melding, #container #header .tooltip {
	display: none;
}

/*
 *
 * Content
 *
 */

#picture_home {
	display: none;
}

#quote-container {
	clear: both;
	margin: 10px -10px -10px -10px;
	padding: 10px;
	background: #fff;
	height: 120px;
}

#quote-container p {
	color: #000;
	font-size: 1em;
	margin-bottom: 10px;
}

#quote-container img {
	border: 3px solid #001756;
	float: left;
}

#quote-container #quote p {
	background: none;
	display: block;
	width: 257px;
	height: 68px;
	padding: 15px 4px 5px 30px;
	float: left;
	font-style: italic;
	margin: 0;
	position: relative;
}

#quote-container #quote p .startquote {
	color: #000;
	font-size: 5em;
	position: absolute;
	top: 22px;
	left: 15px;
}

#quote-container #quote p .firstlinequote {
	padding-right: 15px;
}

#quote-container #quote p .endquote {
	color: #000;
	font-size: 5em;
	position: absolute;
	top: 65px;
	right: 17px;
}

#content {
	font-size: 11px;
	color: #333;
	background: #fff;	
}

#content h1 {
	padding: 10px 0 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#content .picture {
	display: none;
}	

.heading {
	overflow: hidden;
	background: #000;
	border-botom: 1px solid #000;
}

.heading h1,
.heading h2 {
	float: left;
}

.heading .top-right {
	display: none;
}

.heading .tool {
	display: none;
}

#main .heading {
	background: none;
}

/*
 *
 * Layout
 *
 */
 
#main {
	float: left;
	padding: 10px;
}

#content.columns_1 {
	background: none;
}

#content.columns_2 {
	background: none;
}

#content.columns_1 #main {
	width: 100%;
}
	
#content.columns_2 #main {
	width: 100%;
}

#content.columns_review #main {
	width: 100%;
}



/*
 *
 * Sidebar
 *
 */

#sidebar {
	display: none;
}


/*
 *
 * Programma
 *
 */

table thead th {
	color: #777;
	font-weight: normal;
	border-bottom: 1px solid #777;
}

table th {
	text-align: left;
	color: #000;
	border-bottom: none;
}

table td {
	padding: 2px;
	border: 0;
	border-left: 0;
	border-right: 0
}

table tr.odd td {
	background: #eee;
}

table td .score {
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #777;
}

table td.review {
	padding: 5px 5px 0px;
}

table td  a {
	text-decoration: none;	
}

/*
 * Afdeling
 */
 
#overview_news li {
	margin: 0 0 15px 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
	height: 110px;
}

#overview_news li img {
	float: right;
}

#overview_news .meta {
	color: #000;
}
 
#overview_teams {
	display: none;
}


/*
 *
 * Team
 *
 */

#team_col_1 {
	float: left;
	width: 270px;
	margin: 10px;
}

#team_col_2 {
	float: left;
	width: 210px;
	margin-left: 10px;
	padding: 10px;
}

#team_col_2 ul {
	margin-bottom: 10px;
}

#team_col_2 li {
	list-style-type: square;
}

#thumbs {
	margin: 5px 0 10px;
	overflow: hidden;
}

#thumbs li {
	display: block;
	height: 45px;
	margin-left: 0 !important;
	margin-right: 8px;
	float: left;
	list-style: none;
	border: 1px solid #9e9e9e;
}

#thumbs li.last {
	margin-right: 0;
}

#thumbs li.selected {
	border-color: #eb3f31;
}

#thumbs li img {
	border: 1px solid #fff;
}

#about {
	clear: both;
}

#overview_announcements li {
	margin-bottom: 5px;
	padding: 10px;
	list-style: none;
	font-size: 12px;
	color: #fff;
	background: #3772b4;
}

/*
#overview_announcements li h3,
#overview_announcements li h4 {
	margin-bottom: 5px;
	padding-bottom: 4px;
	font-weight: normal;
	border-bottom: 1px solid #004c9c;
}
*/

#overview_announcements li p {
	margin-bottom: 0;
}

#overview_announcements li p.meta {
	margin-bottom: 5px;
	font-size: 11px;
	color: #9accff;
}

#overview_announcements li p.meta a {
	color: #9accff;
}


/*
 *
 * Sponsor footer
 *
 */
#container #sponsor-footer {
	display: none;
}


/*
*
* Footer
*
*/
#container #footer {
	display: none;
}

/* Menu */
#menu {
	display: none;	
}

p.right {
	display: none;	
}