/* ################################################################################# */
/*                                                                                   */
/*                                     BODY                                          */
/*                                                                                   */
/* ################################################################################# */

* {
	margin: 			0;
	padding: 			0;
}

html, body {
	height: 			100%;
}

html {
	font-size: 			100%;
	overflow-y:			scroll;	/* laat altijd de linker scrollbalk zien in FireFox */
}

body {
	background:			#006600 url(../images/bg_long.jpg) repeat-x; 
	color: 				#000;
	font-family: 		Arial;
	font-size: 			62.5%; /* 62,5% -> standaard font grootte is nu 10px, dus 1.2em = 12px */
	line-height: 		140%; /* standaard 140% */
}


/* ################################################################################# */
/*                                                                                   */
/*                                VLAKVERDELING                                      */
/*                                                                                   */
/* ################################################################################# */



#wrapper {
	background-color:	#002000;
	width:				940px;
	margin:				0 auto;
	text-align:			left;
}

#header {
	width:				940px;
}

#col-links, #col-rechts, #col-midden {
	float:				left;
	margin:				0 0 8px 8px;
}

#col-links {
	width:				175px;
}

#col-midden {
	width:				397px;
}

#col-rechts {
	width:				336px;
}

#footer {
	background:			#003300 url(../images/bg_footer_top.jpg) top left no-repeat;
	clear:				both;
	color:				#FFF;
	display:			none;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   DEFAULT                                         */
/*                                                                                   */
/* ################################################################################# */

h1 {
	color:				#FFF;
	font-size:			1.2em;
	font-weight:		bold;
}

h2 {
	color:				#006600;
	font-size:			1.1em;
	font-weight:		bold;
	margin:				1.25em 0em 0.25em 0em;
}

h3 {
	color:				#000000;
	font-size:			1em;
	font-weight:		bold;
	margin:				1.25em 0em 0.25em 0em;
}

h4 {
	color:				#FFFFFF;
	font-size:			4em;
}

h5 {
	color:				#006600;
	font-size:			1.1em;
	font-weight:		bold;
	margin:				0em 0em 0.25em 0em;
}

	
p, span {
	font-size:			1em;
	line-height: 		140%;
	margin:				0em 0em 1em 0em;

}

table, tr, td {
	font-size:			1em;
}

img {
	border: 			0;
}

ul {
	font-size:			1em;
	list-style: 		none;
	padding: 			0;
}

li {
	font-size:			1em;
	list-style-image:	none;
	list-style-type:	none;
}

a {
	color:				#006600;
	text-decoration:	underline;
}

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

input, textarea, select {
	background-color:	#F7F7F7;
	border: 			1px solid #999999;
	font-family: 		Arial;
	font-size:			1em;
	padding:			2px;
	width:				90%;
}

/* ################################################################################# */
/*                                                                                   */
/*                                      HEADER                                      */
/*                                                                                   */
/* ################################################################################# */

#logo {
	position:			absolute;
	margin-top:			-168px;
	margin-left:		30px;
	z-index:			2;
}

/* ################################################################################# */
/*                                                                                   */
/*                                      TOPMENU                                      */
/*                                                                                   */
/* ################################################################################# */

.welkom {
	float:				left;
	padding: 			8px 0 0 15px;
}
	
#login {
	background:			url(../images/bg_bovenbalk.jpg) repeat-x;
	position:			absolute;
	height:				30px;
	margin-top:			-205px;
	text-align:			right;
	width:				940px;
	z-index:			3;
}

.topmenu {
	font-size:			1.2em;
	list-style: 		none;
	padding: 			2px 0 2px 15px;
}

.topmenu li {
	background:			url(../images/devider_vert.jpg) top left no-repeat;
	display:			block;
	float:				right;
	list-style-image:	none;
	list-style-type:	none;
	padding:			6px 0;
}

.topmenu li a {
	background:			url(../images/bg_bovenbalk1.jpg) left top repeat-x;
	color:				#FFFFFF;
	padding:			6px 10px 6px 15px;
	text-decoration:	none;
}

.topmenu li a:hover {
	background:			url(../images/bg_bovenbalk2.jpg) left top repeat-x;
	color:				#FFFFFF;
	padding:			6px 10px 6px 15px;
	text-decoration:	none;
}

.topmenu li.active a, .topmenu li.active a:hover {
	background:			url(../images/portal_active.gif) 10px top no-repeat;
	color:				#FFFFFF;
	padding:			6px 10px 6px 110px;
	font-weight:		bold;
	text-decoration:	none;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   KRUIMELPAD                                      */
/*                                                                                   */
/* ################################################################################# */

#kruimelpad {
	background:			url(../images/bg_kruimel.jpg) top left repeat-x;
	font-size:			1.2em;
	margin:				-5px 0 -7px 0;
	padding:			12px 0 10px 40px;
}

#kruimelpad p {
	color:				#FFF;
	margin:				0;
}

#kruimelpad a {
	color:				#006600;
	text-decoration:	none;
}

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

#boxzoeken {
	float:				right;
	margin:				-25px 1px -15px 0;
}

#boxzoeken input {
	margin:				-4px 0 0 0;
	width:				150px;
	padding:			4px;
}



/* ################################################################################# */
/*                                                                                   */
/*                                MENU                                      */
/*                                                                                   */
/* ################################################################################# */

#kruimel {
	background-color:	#000000;
	padding:			6px 0 7px 25px;
}

#kruimel p {
	color:				#FFFFFF;
	font-weight:		bold;
	margin:				0;
}

#kruimel p span.pointer {
	color:				#006600;
}


/* HOOFDMENU BOX GECHECKT DOOR TOM */

#hoofdmenu {
	background:			#DBDBDB url(../images/bg_menu.jpg) top left repeat-x;
	font-size:			1.2em;
	margin-top:			8px;
}

ul.menu {
	padding-bottom:		10px;
	margin-bottom:		20px;
}

ul.menu li {
	background:			url(../images/bottom_menu.gif) bottom left no-repeat;
}

ul.menu li a {
	display:			block;
	line-height:		120%;
	padding:			10px 0 10px 30px;
	text-decoration:	none;
	font-weight:		bold;
}

ul.menu li a:hover {
	background:			url(../images/bg_nav.gif) top left no-repeat;
	padding:			10px 0 10px 30px;
	font-weight:		bold;
}

ul.menu li.active a, ul.menu li.active a:hover {
	background:			url(../images/bg_nav.gif) top left no-repeat;
	color:				#000000;
	font-size:			1.1em;
	font-weight:		bold;
	display:			block;
	padding:			10px 0 10px 30px;
	text-decoration:	none;
}

/* HOOFDMENU BOX GECHECKT DOOR TOM */

/* SUBMENU BOX GECHECKT DOOR TOM */


ul.menu li ul.submenu {
	border-top:			#CCCCCC dotted 1px;
}

ul.menu li ul.submenu li {
	background:			url(../images/bottom_menu.gif) bottom left no-repeat;
	font-size:			0.9em;
}

ul.menu li ul.submenu li a {
	background:			none;
	color:				#006600;
	display:			block;
	font-weight:		normal;
	line-height:		120%;
	padding:			4px 0 6px 50px;
	text-decoration:	none;
}

ul.menu li ul.submenu li a:hover {
	background:			url(../images/bg_subnav.gif)left -3px  no-repeat;
	padding:			4px 0 6px 50px;
	font-weight:		normal;
}

ul.menu li ul.submenu li.active a, ul.menu li ul.submenu li.active a:hover {
	background:			url(../images/bg_subnav.gif) left -3px no-repeat;
	color:				#000000;
	font-size:			1.1em;
	font-weight:		bold;
	display:			block;
	padding:			4px 0 6px 50px;
	text-decoration:	none;
}

/* SUBMENU BOX GECHECKT DOOR TOM */

/* SUBSUBMENU BOX GECHECKT DOOR TOM */

ul.menu li ul.submenu li ul.subsubmenu {
	border-top:			#CCCCCC dotted 1px;
}


ul.menu li ul.submenu li ul.subsubmenu li {
	background:			url(../images/bottom_menu.gif) bottom left no-repeat;
	font-size:			0.9em;
}

ul.menu li ul.submenu li ul.subsubmenu li a {
	background:			none;
	color:				#006600;
	display:			block;
	font-weight:		normal;
	line-height:		120%;
	padding:			2px 0 5px 70px;
	text-decoration:	none;
}

ul.menu li ul.submenu ul.subsubmenu li a:hover {
	background:			url(../images/bg_subsubnav.gif) top left no-repeat;
	padding:			2px 0 5px 70px;
	font-weight:		normal;
}

ul.menu li ul.submenu ul.subsubmenu li.active a, ul.menu li ul.submenu ul.subsubmenu li.active a:hover {
	background:			url(../images/bg_subsubnav.gif) top left no-repeat;
	color:				#000000;
	font-size:			1.1em;
	font-weight:		bold;
	display:			block;
	padding:			2px 0 5px 70px;
	text-decoration:	none;
}

/* SUBSUBMENU BOX GECHECKT DOOR TOM */


/*

ul.menu li.active {
	background:			url(../images/menu_active.jpg) repeat-x;
	display:			block;
	font-size:			1.1em;
	font-weight:		bold;
	padding:			10px 0 10px 25px;
}


ul.menu li.submenu {
	display:			block;
	padding:			5px 0 5px 40px;
}

ul.menu li.submenu a {
	display:			block;
	color:				#000;
	text-decoration:	none;
}

ul.menu li.submenu a:hover {
	color:				#000;
	display:			block;
	text-decoration:	none;
}

ul.menu li.subsubmenu {
	display:			block;
	font-size:			1.1em;
	padding:			3px 0 3px 60px;
}

ul.menu li.subsubmenu a {
	color:				#666;
	display:			block;
	text-decoration:	none;
}

ul.menu li.subsubmenu a:hover {
	color:				#006600;
	display:			block;
	text-decoration:	none;
}*/

/* ################################################################################# */
/*                                                                                   */
/*                                BOXEN                                      */
/*                                                                                   */
/* ################################################################################# */


/* HEADLINES BOX GECHECKT DOOR TOM */

.header {
	background:			#002000 url(../images/bg_headers.jpg) top left no-repeat;
	text-transform:		uppercase;
	margin-bottom:		5px;
	padding:			8px 8px 8px 20px;
}

.header-klein {
	background:			#002000 url(../images/bg_headers_klein.jpg) top left no-repeat;
	text-transform:		uppercase;
	margin-bottom:		5px;
	padding:			8px 8px 8px 20px;
}


.box-headlines {
	background:			#FFFFFF url(../images/bg_col_midden.jpg) top left no-repeat;
	margin-top:			8px;
}

.headline-item {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	font-size:			1.2em;
	margin:				10px;
	padding:			10px;
}

.headline-item h2 {
	margin:				0em 0em 0.5em 0em;
}

.headline-item p.datum-headline {
	font-size:			0.8em;
	font-weight:		bold;
}

.headline-item img {
	border:				3px solid #CCC;
	float:				left;
	margin:				0 10px 10px 0;
}

.devider {
	background:			url(../images/bottom_headline.jpg) top left no-repeat;
	height:				5px;
	margin:				10px 0 0 0;
	clear:				both;
}

/* HEADLINES BOX GECHECKT DOOR TOM */



/* NIEUWSOVERZICHT BOX GECHECKT DOOR TOM */

.news-list li {
	clear:				both;
}

/*.news-list li:hover {
	background:			#006600;
}*/

.news-list li .date {
	float:				left;
	width:				55px;
}

.news-list li .uitslag {
	float:				left;
	width:				55px;
}

.news-list li .datetime {
	float:				left;
	width:				85px;
}

.news-list li .info {
	float:				left;
	width:				70px;
}

.news-list li .info img {
	float:				none;
	margin:				0;
}

.news-list li .match {
	float:				left;
	padding-right:		5px;
	margin-bottom:		4px;
	width:				130px;
}

.news-list li .toernooi {
	float:				left;
	padding-right:		5px;
	margin-bottom:		4px;
	width:				160px;
}

.news-list li .status {
	float:				left;
	width:				60px;
}

.news-list li .toernooiteams {
	float:				left;
	width:				75px;
}


.news-list li .status img {
	float:				none;
	margin:				0;
}

.news-list li .type {
	float:				left;
	width:				100px;

}

.news-list li .trainer {
	float:				left;
	width:				180px;
	padding:			0 0 0 10px;
	margin-bottom:		4px;
}

.news-list li .titel {
	float:				left;
	width:				190px;
	padding:			0 0 0 10px;
	margin-bottom:		4px;
}

.news-list li .titellang {
	float:				left;
	width:				280px;
	padding:			0 0 0 10px;
	margin-bottom:		4px;
}

.news-list li h2 {
	margin:				0em 0em 0.5em 0em;
}

.news-list li .devider {
	background:			url(../images/bottom_headline.jpg) top left no-repeat;
	clear:				both;
	height:				5px;
}

.wistudat {
	background:			url(../images/quotes.gif) left top no-repeat;
	padding-left:		25px
}

.datum-headline, .type-headline {
	font-size:			1em;
	font-weight:		bold;
}

.box-accordion .news-list .date {
	float:				left;
	width:				65px;
}

/* NIEUWSOVERZICHT BOX GECHECKT DOOR TOM */


.svw_team {
	color:				#006600;
	font-weight:		bold;
}

.box-elftal {
	background:			url(../images/bg_elftalvdweek.jpg) top left no-repeat;
	margin-top:			10px;
	text-align:			center;
}

.box-elftal a {
	color:				#FFFFFF;
	display:			block;
	font-size:			2em;
	font-weight:		bold;
	padding:			85px 0 70px 0;
	text-decoration:	none;
}

lid-worden {
	margin-top:			10px;
}

.headline-item img.nden {
		border:				0;
		float:				left;
		margin:				0;
}

.box-sponsors {
	background:			#FFFFFF url(../images/bg_col_rechts.jpg) top left no-repeat;
	margin-top:			8px;
}

.sponsors {
	clear:				both;
	text-align:			center;
	padding:			10px;
}

.sponsor {
	float:				left;
	text-align:			center;
	margin-left:		10px;
	margin-top:			5px;
	margin-right:		5px;
	height:				50px;
	width:				140px;
	overflow: 			hidden;
}

.sponsor img {
	float:				none;
	border:				0;
	margin:				0 auto;
	top:				0;
	left:				0;
	height:				50px;
	width:				140px;
}

.sponsor1 {
	float:				left;
	text-align:			center;
	margin-left:			10px;
	margin-top:			0px;
	margin-right:			5px;
	height:				100px;
	width:				300px;
	overflow: 			hidden;
}

.sponsor1 img {
	float:				none;
	border:				0;
	margin:				0 auto;
	top:				0;
	left:				0;
	height:				100px;
	width:				300px;
}


.box-nieuws, .box-contact, .box-gastenboek, .box-stand, .box-accordion {
	background-color:	#FFFFFF;
	margin-top:			8px;
}

.stand {
	padding:			10px;
}

.stand-content-training {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	margin:				10px;
	padding:			0px 0 8px 0;
}


.stand-content-training p {
	padding:			0 10px;
}

.stand-content-klein {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	font-size:			1.2em;
	line-height:		140%;
	margin:				10px;
	padding:			10px;
}

.stand-content-klein2 {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	font-size:			1.2em;
	line-height:		140%;
	margin:				10px;
	padding:			0px;
}

.stand-content-klein2 img {
	border:				3px solid #CCC;
	float:				left;
	margin:				0 10px 10px 0;
}

.stand-content-klein1 {
	background:			url(../images/bg-col-stand.jpg) top left no-repeat; 
	font-size:			1.2em;
	line-height:			140%;
	margin:				10px;
	padding:			10px;
}

.stand-content-klein img {
	border:				3px solid #CCC;
	float:				left;
	margin:				0 10px 10px 0;
}


.stand-content-zoeken {
	background:			#FFF url(../images/bg-col-stand.jpg) top left no-repeat;
	margin:				10px;
	padding:			10px;
}

.speeldag {
	padding:			5px 0;
}

.box-kalender {
	background:			#FFFFFF url(../images/bg_col_rechts.jpg) top left no-repeat;
	margin-top:			8px;
}

.box-kalender h1.maand {
	margin-top:			-22px;
	margin-left:		190px;
}

.box-programma h1.maand {
	margin-top:			-22px;
	margin-left:		190px;
}

.toertitel{
	font-weight:		bold;
}

.toerdatum {
	font-style:			italic;
}

h3.gast {
	color:				#006600;
	padding-left:		10px;
}

p.mess {
	padding-left:		10px;
}

img.devide {
	padding-top:		5px;
	padding-bottom:		10px;
}

#formgast {
	display:			none;
}

p.schrijfbericht {
	color:				#006600;
	cursor:				pointer;
	text-decoration:	underline;
	padding-top:		10px;
	padding-left:		10px;
	padding-bottom:		20px;
}

.gallery img {
	border:				3px solid #CCCCCC;
}

.fotos {
	border:				3px solid #CCCCCC;
	background:			#FFF;
	float:				left;
	margin:				0 5px 5px 0;
	height:				108px;
	width:				108px;
	line-height:			108px;
	vertical-align:			middle;
	text-align:			center;
}

.fotos a {
	display:			block;

}

.fotos img {
	border:				0;
	vertical-align:			middle;
	float:				none;
	margin:				auto;
}

html>body .fotos img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
}

.programma .aanvang, .programma .clubs, .programma .scores {
	clear:				both;
	text-align:			center;
}

.programma .clubs {
	padding-top:			15px;
}

.clubs1 {
	width: 				340px;
}

.club1 {
	float:				left;
	text-align:			center;
	margin-left:			5px;
	width:				140px;
}

.programma .club {
	float:				center;
	text-align:			center;
	margin-left:			5px;
	width:				140px;
}

.programma .club img {
	float:				none;
	border:				0;
	padding:			10px;
	margin:				0 auto;
}

.programma .club1 img {
	float:				none;
	border:				0;
	padding:			10px;
	margin:				0 auto;
}
/* ################################################################################# */
/*                                                                                   */
/*                                   STAND                                         */
/*                                                                                   */
/* ################################################################################# */


.stand-content-klein .punten {
	float:					left;
	width:					20px;
}

.stand-content-klein .goals {
	float:					left;
	width:					28px;
}

.stand-content-klein .club { 
	float:					left;
	width:					130px;
}

.stand-content-klein1 .club1 { 
	float:					left;
	width:					160px;
}

/* ################################################################################# */
/*                                                                                   */
	/*                                WEDSTRIJDSCHEMA                                      */
/*                                                                                   */
/* ################################################################################# */


.wedstrijdtop {
	float:				left;
	margin-left:		10px;
	margin-bottom:		15px;
	width:				360px;
}

.wedstrijd-even {
	float:				left;
	margin-left:		10px;
	margin-bottom:		5px;
	width:				360px;
}

.wedstrijd-odd {
	background-color:	#EFEFEF;
	float:				left;
	margin-left:		10px;
	margin-bottom:		5px;
	padding:			5px 0;
	width:				360px;
}

.wedstrijd-odd p {
	margin-left:		-10px;
}

.wedstrijd-even p {
	margin-left:		-10px;
}

.weddatum, .soort, .ploegen,.uitslag_overzicht .info {
	font-size:			1.1em;
}

.weddatum {
	float:				left;
	padding-left:		3px;
	width:				72px;
}

.weddatum2 {
	float:				left;
	padding-left:		3px;
	width:				65px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.weddatum3 {
	float:				left;
	padding-left:		3px;
	width:				80px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.overzicht_link {
	padding-left:		3px;
	padding-top:		4px;
	padding-bottom:		1px;
	width:				300px;
}

.soort {
	float:				left;
	padding-top:		3px;
	width:				35px;
}

.soorttop {
	float:				left;
	width:				35px;
}

.ploegen {
	float:				left;
	text-align:			left;
	width:				190px;
}

.ploegen2 {
	float:				left;
	text-align:			left;
	width:				210px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.ploegen3 {
	float:				left;
	text-align:			left;
	width:				260px;
	padding-top:		1px;
	padding-bottom:		1px;
}

.uitslag_overzicht {
	float:				left;
	width:				40px;
}



/* ################################################################################# */
/*                                                                                   */
/*                                   FOOTER                                         */
/*                                                                                   */
/* ################################################################################# */

#footmenu {
	font-size:			1.0em;
	padding-top:		25px;
	padding-left:		30px;
}

#footmenu li {
	float:				left;
	font-size:			1.0em;
	padding:			0 11px 0 0;
}

#footsubmenu li {
	color:				#009900;
	clear:				both;
	line-height:		1.7em;
}

#reyez {
	background-color:	#FFF;
	text-align:			right;
	padding:			5px 20px 5px 0;
}

#sitemap {
	background:			url(../images/bg_footer_top.jpg) top left no-repeat;
	clear:				both;
	display:			block;
}

#sitemap img.sitedown {
	clear:				both;
	float:				left;
}

.btn-slide {
	background:			url(../images/sitemap_close.jpg) 10px 15px no-repeat;
	color:				#FFFFFF;
	cursor:				pointer;
	display:			block;
	font-size:			2.5em;
	text-decoration:	none;
	padding:			15px 0 10px 30px;
}

a:hover.btn-slide {
	color:				#006600;
	text-decoration:	none;
}

.btn-slide-active {
	background:			url(../images/sitemap_open.jpg) 10px 15px no-repeat;
	color:				#FFFFFF;
	cursor:				pointer;
	display:			block;
	font-size:			2.5em;
	text-decoration:	none;
	padding:			15px 0 10px 30px;
}

/* ################################################################################# */
/*                                                                                   */
/*                                   OVERIGE                                         */
/*                                                                                   */
/* ################################################################################# */


.errors {
	color: 		  red;
	font-weight:  bold;
	padding:	  15px 0 0px 0px;
}

.groen {
	color:				#006600;
	clear:				both;
	font-weight:		bold;
	margin-bottom:		10px;
}

.groentop {
	color:				#006600;
	clear:				both;
	font-weight:		bold;
}

.afgelast {
	color:				#FF0000;
}

.gaatdoor {
	color:				#00B700;
}

.bold {
	font-weight:		bold;
}

ul.lijst {
	margin-bottom:		1em;
}

ul.lijst li {
	background:			url(../images/bullit.gif) left top no-repeat;
	padding-left:		25px;
	padding-bottom:		3px;
}

input.postcodecijfers {
	width:				50%;
}

input.postcodeletters {
	margin-left:		2px;
	width:				35%;
}

.datum {
	color:				#666666;
	font-style:			italic;
}

#map {
	padding:			10px;
	width:				360px;
	height:				350px;
}

tr.top {
	background-color:	#CCCCCC;
}

tr.odd {
	font-size:			1.2em;
	background-color:	#EFEFEF;
}

tr.even {
	font-size:			1.2em;
}

tr p.speler {
	font-size:			1.0em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:6px;
    font-size: 1px;
    line-height: 0px;
}

.zwart {
	color:				#000000;
}

.links {
	float:					left;
}

.rechts {
	float:					right;
}
.gastenboektop {
	 background: 		url(../images/gb_top.gif) left 20px no-repeat;
	 height:			35px;
	 margin:			10px 0 0 0;
}

.gastenboek {
	 background: 		url(../images/gb_middle.gif) left top repeat-y;
	 padding:			0 15px;
}

.gastenboek img, .gastenboekform img {
	float:				none;
	border:				0;
	margin:				0;
}

.gastenboekfoot {
	 background: 		url(../images/gb_bottom.gif) left top no-repeat;
	 height:			15px;
	 margin:			-10px 0 0 0;
}



.gastenboekform td, .contactform td {
	padding:			0 10px 0 0;
}

.gastenboekform td p, .contactform td p {
	padding:			3px 0 0 0;
}

.gastenboekform input, .gastenboekform textarea, , .contactform input, .contactform textarea {
	width:				200px;
}

.gastenboekform input.submit, .contactform input.submit {
	border:				0;
	height:				25px;
	width:				150px;
}

.contenttabel td {
	padding:			3px 0 3px 0;
	vertical-align:		top;
	border-bottom:		1px dashed #CCCCCC;
}

#rss {
	float:				right;
	margin:				-13px 0 0 0;
}

.pagination {
	padding:			10px;
	text-align:			center;
}
.afgelast1 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background: #000 url(../images/top_afg.jpg) top left no-repeat;
		color:#FFF;
		padding:75px 20px 0 18px;
		width:137px;
		margin: 0;
}

.afgelast1 ul li {
		list-style-image:none;
		padding-left:44px;
}

.afgelast1 ul {
		padding-bottom:15px;
}


.afgelast-bot {
		background:url(../images/bot_afg.jpg) top left no-repeat;
		margin: -16px 0 0 0;
		height: 25px;
		width: 175px;
		*margin: 0;
}