/**
 *  Author          Gauke Pieter Sietzema, Sterc Concept
 *  Website         htp://www.sterc.nl
 *  Contact         info@sterc.nl
 *  Created date    
 */


html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#container {
	width: 984px;
	position: absolute;
	left: 50%;
	margin-left: -492px;
	top: 30px;
}

/*#weblog #container, #forum #container, #site #container {
    top: 30px;
}*/

.top_left {
	float: left;
}

.top_right {
	float: right;
	width: 500px;
	height: 241px;
	background: url(../img/top-right.png) no-repeat;
}

	.logo {
		float: right;
		margin: 20px 10px 0 0;
	}
	
	.menu {
		float: left;
	}
	
	.menu {
		margin: 19px 0 0 0;
		padding: 0;
		list-style: none;
	}
	
	.menu li {
		margin: 0;
		padding: 0;
	}
	
	.menu a, .menu a:link, .menu a:visited {    
		width: 280px;
		line-height: 1.6em;
		margin: 1px 0 0 5px;
		padding: 0 0 0 19px;
		background: url(../img/menu-bg.png) repeat-y;
		text-decoration: none;
		color: #e2f4fe;
		display: block;
        text-transform: none;
        letter-spacing: normal;
	}
	
	.menu a:hover {
		text-decoration: underline;
	}
	
	.text_size {
		position: absolute;
		top: 206px;
		left: 884px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.text_size li {
		margin: 0 0 0 1px;
		padding: 0;
		float: left;
	}
	
	.text_size a, .text_size a:link, .text_size a:visited {
		width: 27px;
		height: 30px;
		background: url(../img/text_size_bg.png) no-repeat;
		font-weight: bold;
		font-family: "Times New Roman", serif;
		color: #fff;
		text-decoration: none;
		display: block;
		text-align: center;
	}
	
	.text_size a:hover {
		color: #ddd;
	}
	
	.t1 {
		padding-top: 8px;
		font-size: 12px;
	}
	
	.t2 {
		padding-top: 7px;
		font-size: 14px;
	}
	
	.t3 {
		padding-top: 6px;
		font-size: 18px;	
	}

img {
	border: 0;
}

.left {
	clear: both;
	width: 484px;
	float: left;
	overflow: hidden;
}

	.left h1, .content h1, #weblog h2 a, #weblog .content h2 {
		margin: 10px 0 10px 0;
		padding: 0;
		font-size: 1.5em;
		color: #ff7200;
	}
	
	.news_block {
		clear: both;
		width: 465px;
		margin: 10px 0 10px 0;
        padding-top: 10px;
	}
	
	.news_image {
		float: left;
	}
	
	.news_content {
		float: right;
		width: 310px;
	}
	
	h2 {
		font: bold 1em/1.5em verdana, tahoma, sans-serif;
		margin: 0;
		padding: 0;
		color: #aa2b1a;
	}
	
	p {
		color: #9b1f1f;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	.news_content a, .news_content a:link, .news_content a:visited, .right a, .right a:link, .right a:visited, .content a, .content a:link, .content a:visited, #weblog .sidebar a, #weblog .sidebar a:link, #weblog .sidebar a:visited {
		text-decoration: none;
		color: #f76c02;
	}
	
	.news_content a:hover, .right a:hover, .content a:hover, #weblog .sidebar a:hover {
		text-decoration: underline;
	}

.right {
	float: right;
	width: 500px;
    margin-top: 4px;
}

	.blocks_left {
		float: left;
	}
	
	.blocks_right {
		float: right;
	}
	
	.block_left {
		background: url(../img/block-left.png) no-repeat;
		width: 218px;
/*		height: 341px;*/
		padding: 10px 15px 0 15px;
		overflow: hidden;
		height: 300px;
	}
	
	.block_right {
		background: url(../img/block-right.png) no-repeat;
		width: 217px;
/*		height: 341px;*/
		padding: 10px 15px 0 15px;
		overflow: hidden;
		height: 300px;
	}
	
	.right h1 {
		margin: -10px 0 10px 0;
		padding: 0;
		font: normal 1.1em/37px verdana, tahoma, sans-serif;
		color: #fff;
	}

.footer {
	clear: both;
	height: 72px;
	width: 984px;
    border-top: 5px solid #fff;
	background: url(../img/footer-tile.png) repeat-x;
}

	.footer_menu {
		position: relative;
		top: 15px;
		left: 20px;
		margin: 0;
		padding: 0;
		list-style: none;
        width: 340px;
        float: left;
        color: #666;
	}
    
    .footer_logos {
        float: right;
        width: 640px;
    }
	
	.footer_menu a, .footer_menu a:link, .footer_menu a:visited {
		padding: 0 5px 0 5px;
		text-decoration: none;
		color: #666;
	}
	
	.footer_menu a:hover {
		text-decoration: underline;
	}
    
	.footer_img {
		float: right;
		margin-right: 5px;
	}
	
	.footer-text {
		margin-top: -10px;
		width: 100%;
		color: #999;
		font-size: 9px;
		text-align: center;
        clear: both;
	}
	
.content {
	float: left;
	width: 729px;
}

	.content_image {
		float: left;
		margin-top: 15px;
		width: 331px;
		text-align: right;
	}

	.real_content {
		float: right;
		width: 363px;
		padding: 10px 20px 0 0;
/*        margin-right: 75px;*/
	}

.sidebar {
	float: right;
	width: 255px;
}

	.sidebar_menu {
		margin: 0 0 0 10px;
		padding: 0;
		list-style: none;
	}
	
	.sidebar_menu li {
		margin: 5px 0 0 0;
		padding: 0;
		background: url(../img/sidebar_bg.png) no-repeat;
		width: 247px;
		height: 37px;
	}
	
	#link_item {
		background: url(../img/sidebar_links.png) no-repeat;
	}
	
	#link_item span {
		text-decoration: none;
		color: #fff;
		line-height: 37px;
		margin-left: 15px;
	}
	
	#link_list {
		width: 95%;
		margin: 0;
		padding: 15px;
		height: 187px;
		background: url(../img/sidebar_links_bg.png) no-repeat;
	}
	
		#link_list a {
			color: #f76c02;
			padding: 0;
			margin: 0;
			line-height: 1em;
		}
	
	.sidebar_menu a, .sidebar_menu a:link, .sidebar_menu a:visited {
		text-decoration: none;
		color: #fff;
		line-height: 37px;
		margin-left: 15px;
	}
	
	.sidebar_menu a:hover {
		text-decoration: underline;
	}
    
    .snav {
        margin: 2px 0 0 0 !important;
        padding: 0 !important;
        background: url(../img/sidebar_bgs.png) no-repeat !important;
        width: 247px !important;
        height: 20px !important;
    }
    
    .snav a {
        line-height: 20px !important;
    }
	
.top_left_header, .top_left_header li {
	margin: 0;
	padding: 0;
    list-style: none;
}

.poll_row {
	clear: both;
	width: 100%;
}

.pr_text {
	float: left;
	width: 40%;
}

.pr_choice {
	width: 40%;
	float: right;
}

.pr_button {
	border: 0;
	background-color: #95AE19;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}

.poll_buttons {
	clear: both;
	padding: 10px 10px 10px 0;
}

.pr_button:hover {
	background-color: #C3E12D;
	cursor: pointer;
}

.poll_reject {
	width: 250px;
}

.poll_bar {
	background-color: #D6500C;
	display: block;
	height: 8px;
	width: 0;
	border-left: 5px solid #FB6F01;
}

.poll_percent {
	height: 40px;
}


/***** suckerfish *****/

.menu, .menu ul {
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
    line-height: 1;
}

.menu a {
/*    display: block;*/
/*    width: 10em;*/
}

.menu li {
/*    float: left;*/
/*    width: 10em;*/
    margin: -1px 0 0 0;
    padding: 0 0 1px 0;
}

.menu li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}

.menu li:hover ul, .menu li.sfhover ul {
    left: auto;
}

.menu li ul {
    background: url(../img/sub-menu.png) no-repeat;
    padding: 10px 0 0 0px;
    margin: 0 0 0 150px;
    z-index: 10;
    width: 300px;
    height: 241px;
}

.menu li li {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.menu .last {
    padding-bottom: 30px;
}

#contact div {
    clear: both;
    border: 5px solid #fff;
}

#contact input, #contact textarea {
    width: 200px;
    float: right;
}

#contact textarea {
    height: 150px;
}

#contact label {
    float: left;
    width: 70px;
}

td p {
    margin: 4px 0 0 0;
    padding: 0;
}

.right li {
	color: #9B1F1F;
}

.nb2 {
    margin-left:-100px;
}

/**
  *     Weblog
  **/
  
#weblog .content {
    padding: 20px;
    width: 689px;
}

#weblog .sidebar {
    padding: 30px 0 20px 0;
}
  
#weblog .post {
    margin-top: 30px;
}

#weblog #comment {
    width: 500px !important;
}

#weblog .sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
}

#weblog .sidebar ul li li{
    list-style: disc;
    margin: 0 0 0 -15px;
    padding: 0;
}

.multi_search {
    width: 984px;
    position: absolute;
    left: 50%;
    margin-left: -492px;
    top: -26px;
    text-align: right;
    z-index: 5;
}

#multi_search input, #multi_search select { border: 1px solid #ccc; }

#forum .multi_search {
    top: 4px;
}

#multi_search #multi_search_submit {
    background: url(http://www.tumba.nl/img/search_submit.png) no-repeat;
    width: 80px;
    height: 22px;
    border: 0;
    cursor: pointer;
	float: right;
}

#multi_select {
	margin-right: 5px;
}

#tumbabody .multi_search {
    top: 4px !important;
}

.home_link, .home_link:link, .home_link:visited {
    color: #AA2B1A;
    font-weight: bold;
    text-decoration: none;
}

.home_link:hover {
    text-decoration: underline;
}


.commentlist { margin: 0; padding: 0; }
.commentlist li {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #ddd;
}
#comments { color: #F76C02; }

#steuntumba img {
	margin: -15px 0 0 -19px;
	border: 6px solid #fff;
}