html {
	margin : 0;
	padding : 0;
}

body {
	background: url(images/backg.gif) repeat-x left top;
	background-color: #60bfbf;
	color:#000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:13px;
	margin:0;
	padding:0;
}

#wrap {
	width: 962px; /* 960 */
	margin: 0 auto 0 auto;
}

#leftContainer {
	width: 200px;
	float:left;
}

#searchBox {
	float:right;
	height : 32px;
	width: 254px;
	margin: 14px 9px 0 0;
}

form {
	margin : 0;
	padding : 0;
}


input.normal  {
	width: 257px;
	height: 42px;
	background: url(images/zoeken.gif) no-repeat left top;
	border:0;
	margin:0;
	padding: 12px 0 0 10px;
	color: #000000;
}

input.active  {
	width: 257px;
	height: 42px;
	background: url(images/zoeken_active.gif) no-repeat left top;
	border:0;
	margin:0;
	padding: 12px 0 0 10px;
	color: #000000;
}

#searchsubmit {
	width: 45px;
	height : 30px;
	position: absolute;
	margin : 6px 0 0 -55px;
	border: 1px solid #000;
	opacity: .0;
	filter: alpha(opacity=0);
	cursor : pointer;
}

ul.cats {
	margin :10px 0 10px 0;
	padding:0;
}

ul.cats li {
	/*background: url(images/arrows.gif) no-repeat;*/
	background-position : 0 6px;
	text-align: right;
	color : #fff;
	height: 20px;
	padding : 0 0 0 0px;
}

ul.cats li a:link, ul.cats li a:active, ul.cats li a:visited {
	float:left;
	text-align:left;
	color : #fff;
	text-decoration:none;
	border:0;
}

ul.cats li a:hover {
	color : #ff6600;
	text-decoration:none;
	border:0;
}


sup {
 color : #ffff00;
}

#metaplaces {
	position:absolute;
	margin: 6px 0 0 -5px;
}

.outerLeftBox {
	background: url(images/left-round-top.gif) no-repeat left top;
	margin: 10px 0 10px 0;
	padding-top: 0px;
	background-color : #246b6b;
}

.innerLeftBox {
	background: url(images/left-round-bottom.gif) no-repeat left bottom;
	padding: 10px;
}

#rightContainer {
	width: 752px;
	float:right;
}

#header {
	width: 760px;
	height: 80px;
	clear:both;
}

#leaderboard {
	position : absolute;
	margin: 10px 0 0 0;
	width: 468px;
	height: 60px;
}

#headerMenu {
	padding: 0;
	height : 46px;
}

#emailBox {
	float:right;
	width: 250px;
	height : 46px;
	width: 46px;
	margin : 25px 15px 0 0;
}

#rssBox {
	float:right;
	width: 250px;
	height : 46px;
	width: 36px;
	margin : 20px 15px 0 0;
}

#textBox {
	float:right;
	width: 150px;
	height : 25px;
	margin : 35px 15px 0 0;
	text-align:right;
}

#contentColumn {
	width : 488px;
	float:left;
}

.outerContentBox {
	background: url(images/content-round-top.gif) no-repeat left top;
	margin: 0 0 10px 0;
	background-color : #fff;
}

.innerContentBox {
	background: url(images/content-round-bottom.gif) no-repeat left bottom;
	padding: 10px;
}

.date {
	width: 45px;
	height: 45px;
	float:left;
	background: url(images/calendar_icon.gif) no-repeat left top;
	margin: 0 10px 0 0;
}
.month {
	display:block;
	text-align:center;
	color : #9d8755;
	height: 10px;
	font-weight: normal;
	font-size: 11px;
	padding: 12px 0 0 3px;
}
.day {
	display:block;
	text-align:center;
	color : #9d8755;
	font-weight: bold;
	font-size: 17px;
	margin : 0px 0 0 0px;
}

.postCats {
	color : #9d8755;
	font-size : 11px;
	margin-bottom: 10px;
}

.postCats a:link, .postCats a:visited, .postCats a:active{
	color : #9d8755;
}
.postCats a:hover{
	color : #b32300;
}
.postContent {
	line-height:18px;
}

.postContent a:link, .postContent a:active {
	color: #ff6600;
	text-decoration : none;
}

.postContent a:visited {
	/* font-weight:bold; */
	color: #ff6600;
	text-decoration : none;
}

.postContent a:hover {
	color: #ff6600;
	text-decoration : underline;
}

a:link, a:active {
	color: #ff6600;
	text-decoration:none;
}

a:visited {
	color: #ff6600;
	text-decoration:none;
}

a:hover {
	color: #ff6600;
	text-decoration : underline;
}

.postContent img {

}

.postmetadata {
	margin-top : 10px;
}

#sidebar {
	width : 254px;
	float:right;
}	

.outerSidebarBox {
	background: url(images/sidebar-round-top.gif) no-repeat left top;
	margin: 0 0 10px 0;
	background-color : #cfe6d7;
}

.innerSidebarBox {
	background: url(images/sidebar-round-bottom.gif) no-repeat left bottom;
	padding: 10px;
}

.innerSidebarBox a:link,a:visited,a:active {
	color: #b34700;
	text-decoration:none;
	border: 0;
}
	
.innerSidebarBox a:hover {
	color: #ff6600;
	text-decoration:none;
	border: 0;
}


#footer {
	border: 0px solid #000;
}

h1 {
	font-size:16px;
	padding :0;
	font-weight:bold;
	font-family:arial;
	color : #ff3200;
	margin :0;
}

h1 a:link, h1 a:visited, h1 a:active {
	color: #b32300;
}

h1 a:hover {
	color: #ff3200;
	text-decoration:none;
}

h2 {
	font-size:16px;
	padding :0;
	font-weight:bold;
	font-family:arial;
	color : #b34700;
	margin : 5px 0 0 0;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #ff6600;
}

h2 a:hover {
	color: #ff6600; !important
	text-decoration:none;
	border-bottom:0;
}

h3 {
	margin: 0 0 5px 0;
	padding :0;
	font-size:14px;
	color: #246b6b;
}

h3 a:link, h3 a:visited, h3 a:active {
	color: #246b6b;
}

h3 a:hover {
	color: #ff6600;
	text-decoration:none;
}

h4 {
	color : #fff;
	font-weight:bold;
	border-bottom: 1px dotted #fff;
	margin: 0;
	padding : 0 0 3px 0;
}


/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/


/* einde linkermenu */

#menuheader {
	background: url(images/menuheader.gif) no-repeat;
	height: 23px;
}

#menufooter {
	background: url(images/menufooter.gif) no-repeat left top;
	height: 21px;
}

#info {
	color: #ccc;
	background: #535353;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border:	1px solid #858585;
}

/* overige lijsten ( menu staat hierboven) */
ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

li {
	list-style-type : none;

	padding : 0;
}

.postContent ul, ul.arrow {
	list-style-type : none;
	margin : 0;
	padding : 0;
}


.postContent ul li, ul.arrows li {
	background: url(images/list_backg.gif) 3px 3px no-repeat;
	padding: 0 0 0 25px;
	margin : 0 0 10px 0;
} 

ol {
	margin : 0 0 0 0;
	padding : 0 0 0 25px;
}

ol li {
	list-style-type : decimal;
}

li.page_item {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

li.pagenav {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

form {
	margin : 0;
	padding : 0;
}

.alignleft {
	float: left;
}	

.alignright {
	float : right;
}

textarea#comment {
	width : 468px;
	height : 100px;
	margin:0;
	border: 1px solid #009999;
}

input {
	margin :0;
}

img.rechts {
	margin: 0 0 5px 10px;
}

img.links {
	margin: 0 10px 5px 0;
}

img a { 
	border :0 ;
}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/********************************* F L I C K R *************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/


#flickr {
	background-color : #00497b;
	padding : 0;
}

#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#fff;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}

#flickr_badge_wrapper {}

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/************************************ O T H E R  ***********************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/



/* table */

div.postContent table {
	border-left :1px solid #55809d;
	border-top :1px solid #55809d;
	border-bottom :0;
	border-right :0;
	width: 100%;
	margin : 0;
	padding : 0;

}
div.postContent table tr{
	border : 0;
}

div.postContent table  tr td{
	border-right :1px solid #55809d;
	border-bottom :1px solid #55809d;
	padding : 5px;
	background : #fff;
	text-align:left;
	vertical-align:top;
}

div.postContent table.zarobki {
	border-left :1px solid #55809d;
	border-top :1px solid #55809d;
	border-bottom :0;
	border-right :0;
	width: 100%;
	margin : 0;
	padding : 0;
}

div.postContent table.zarobki2 {
	border-left :1px solid #55809d;
	border-top :0px solid #55809d;
	border-bottom :0;
	border-right :0;
	width: 100%;
	margin : -10px 0 0 0;
	padding : 0;
}
/* transp-img */

.png-div-left {
	float:left;
	margin: 0 10px 10px 0;
}

.png-div-right {
	float:right;
	margin: 0 0 10px 10px;
}

/* comments */

.commentmetadata {
	float:right;
	font-size:12px;
	color:#55809d;
}

div.subscribe-to-comments {
	margin-top : 10px;
}

/* email  */

div.wp-email { 

} 

div.wp-email label,
div.wp-email strong,
div.wp-email p
 { 
	color : #000;
} 

#yourremarks {
	height : 50px;
}

a.closeEmail {
	color : #000;
}

/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.0 Plugin: WP-Polls 2.20										|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/polls/polls-css.css									|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls, .wp-polls-form {
	background-color: #fff; !important
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #fff; !important
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px solid #c8c8c8;
	background-color: #fff; !important
}

ul li.list {
	padding: 20px;
}

ul.minitabs {
	list-style-type:none;
	margin:0;
	padding: 0;
	display:block;
	width: 234px;
	height:20px;
	border-left : 1px solid #246b6b;
}

ul.minitabs li{
	float:left;
	width: 77px;
	border-top : 1px solid #246b6b;
	border-right : 1px solid #246b6b;
	padding : 0;
	text-align:center;
}

ul.minitabs li a:link, ul.minitabs li a:visited, ul.minitabs li a:active{
	font-size: 11px;
	padding : 1px 5px 2px 5px;
	border-bottom: 1px solid #246b6b;
	display:block;
	text-decoration: none;
}

ul.minitabs li a:hover{
	background-color: #fff;
	color: #cd2300;
}

ul.minitabs li a.current:link, ul.minitabs li a.current:visited, ul.minitabs li a.current:active{
	border-bottom: 1px solid #ddede3;
	background-color: #ddede3;
	color: #cd2300;
	padding : 1px 5px 2px 5px;
	text-decoration: none;
}

ul.minitabs li a.current:hover{

}

ol.tablist {
	width: 190px;
	margin : 0;
	padding: 10px 10px 5px 35px;
	background: url(images/tablist-background.gif) no-repeat left top;
}

ul.tablist {
	width: 215px;
	margin : 0;
	padding: 10px 10px 5px 10px;
	background: url(images/tablist-background.gif) no-repeat left top;
}

ol.tablist li, ul.tablist li {
	margin : 0;
	padding: 0;
}

ol.tablist li a, ul.tablist li {
	margin : 0;
	padding: 0;
}

ol.tablist li span {
	color : #9d8755;
	font-size: 11px;
	padding-left:5px;
}

blockquote {
	font-style:italic;
	padding: 5px 20px 5px 20px;
	margin : 0;
	background-color : #e9e9e9;
	border: 1px solid #8f8f8f;
}