body {
	font-family: Courier New,Courier,monospace;
	font-size: 0.825em;
}

h1 { padding: 20px 0px 5px 0px;margin: 0; font-weight: normal; font-size: 22pt; line-height: 20pt; }
h2 { margin: 0; font-weight: normal; }
h3 { margin: 5px 0;color: #333; font-weight: normal; }

a { text-decoration: none; color: #f00;}
a:hover, a.active { text-decoration: underline; }


#header { 
	padding: 0;
	background: url(../images/header.png) left top repeat-x;
}

#footer {
	background: url(../images/copywrightomsk3.jpg) no-repeat bottom center;
	float: left;
	clear: both;
	margin-bottom: 50px;
	height: 38px;
	width: 100%;
	text-align:center;
	
}

#copyright_logo {
	display:block;
	width:100px;
	height:35px;
	margin:auto;
}

#container { width: 840px; }
#logo img { display: none; }


/* HOME */
#home_picture {
	float: left;
	margin: 0 10px;
}

#home_agenda {
	list-style: none;
}

#home_agenda li {
	margin-bottom: 30px;
}
#home_agenda h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	font-family: Courier New,Courier,monospace;
}

#home_agenda a {
	color: #f00;
}

/* main menu */

.menu { 
	margin: 0 auto;
	text-align: center; 
	height: 36px; 
	padding: 0;  
	color: #000;
	width: 760px;
}
.menu li a {
	color: #f00;
	padding: 10px 15px;
	font-size: 110%;
}

.menu li a.active { color: blue; }

.menu_separator {
	padding-top: 10px;
	font-size: 16px;
}

.menu .langswitch {
	padding-top: 10px !important;
	padding-left: 10px !important;
}

.menu .langswitch a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* submenu */

.submenu {
	height: 26px;
	background-color: #fff;
	border-bottom: 1px solid #b3b3b3;
}

.submenu li a {
	color: #666;
	padding: 5px 20px;
}
.submenu li#active a {background-color: #000;}

/* general column styles */

div.content_left , div.content_right {  }
div.content { padding: 20px; }

#agenda, .blocklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#agenda li, .blocklist li {
	width: 40%;
	float: left;
	margin: 10px;
	text-align: justify;
	xtext-transform: lowercase;
}

#agenda li {
	text-transform: lowercase;
}

#agenda li a { color: #f00; }
#agenda li a.activiteit { color: #f00; }
#agenda strong, .blocklist strong { font-size: 14px; }
#agenda li a.leesmeer { color: #f00; font-size: 1.8em; }

.overlay {
	position: absolute;
	overflow: hidden;
	display: none;
	width: 38%;
	background: #fff;
	border: #000 1px solid;
	padding: 10px;
	text-align: justify;
	padding-bottom: 40px;
}

#overlay_right {
	left: 43%;
}

#wide_overlay {
	width: 80%;
}

.close_overlay_bottom {
	position: absolute;
	bottom: 4px;
	left: 50%;
	color: #f00;
	display: block;
	background: #fff;
	text-decoration: none;
	font-weight:bold;
	font-family: monospace;
	font-size: 52px;
}

.close_overlay {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #f00;
	display: block;
	background: #fff;
	text-decoration: none;
	font-family: monospace;
	font-weight: bold;
	font-size: 24px;
}

a img {
	border: 0;
}

/** Nu-pagina **/
#tafel {
	border-spacing: 15px;
	margin-left: auto;
	margin-right: auto;
}
#tafel td {
	width: 75px;
	xheight: 63px;
	text-align: center;
	xpadding: 10px;
}

#tafel_toelichting {
	margin: 0 0;
	width: 750px;
}

table.nu_lijst {
	width: 900px;
	margin: 10px 0;
}

table.nu_lijst a {
	color: #f00;
}

/** Archief **/
input.zoekbutton {
	background: none;
	border: 0;
	cursor: pointer;
}

/** Conversaties **/

.conversaties {
	width: 70%;
	color: #f00;
	cursor: pointer;
}

ul.brieven { width: 750px; list-style: none; padding-left: 0; }
ul.brieven li { margin: 30px 0; }
ul.brieven em { font-weight: bold; }

/** Admin **/

p.message {
	margin: 15px 0;
	font-style: italic;
}

fieldset {
	border: 1px dotted #ccc;
	padding: 15px;
}

fieldset>legend {
	margin-left: 8x;
	font-size: 1.2em;
	font-style: italic;
}

