@charset "utf-8";
/* CSS Document */

/* Deze CSS behoort bij de website: DamclubRoermond.nl*/

body
{
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 5px;
}

a:link { color: #ffffff; text-decoration: underline; font-size:12px; }
a:visited { color: #ffffff; text-decoration: underline; font-size:12px; }
a:hover { color: #ffffff; text-decoration: none; font-size:12px; }
a:active { color: #ffffff; text-decoration: underline; font-size:12px; }

#site
{
	width:900px;
}

.header
{
	background-image:url(/v2/images/layout_01.png);
	background-repeat:no-repeat;
	height:150px;
}

.menu
{
	background-color:#FFFF00;
	background-image:url(/v2/images/menu_bovenkant.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:cc0000;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding-top:100px;
}

/*
.menu a:link { color: #ffffff; text-decoration: none; width:150px; height:20px; background-image:url(/v2/images/menu_zwart.png); background-repeat:no-repeat;}
.menu a:visited { color: #ffffff; text-decoration: none; width:150px; height:20px; background-image:url(/v2/images/menu_zwart.png); background-repeat:no-repeat; }
.menu a:hover { color: #ffffff; text-decoration: underline; width:150px; height:20px; background-image:url(/v2/images/menu_wit.png); background-repeat:no-repeat; }
.menu a:active { color: #ffffff; text-decoration: none; width:150px; height:20px; background-image:url(/v2/images/menu_zwart.png); background-repeat:no-repeat; }
*/

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu li {
	list-style: none;
	float: left;
}

#menu_list a:link, #menu_list a:visited, #menu_list a:active {
	background-image:url(/v2/images/menu_zwart.png);
	background-repeat:no-repeat;
	width: 150px;
	height: 20px;
	display: block;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 21px;
}

#menu_list a:hover, #menu_list_active a {
	background-image:url(/v2/images/menu_wit.png);
	background-repeat:no-repeat;
	color: #ffff00;
	width: 150px;
	height: 20px;
	display: block;
	text-decoration: underline;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 21px;
}

.content
{
	background-image:url(/v2/images/content_onderkant.png);
	background-position: right bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

.content ul {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
}

.content li {
	list-style-image:url(/v2/images/damstenen.png);
	line-height: 18px;
	padding-left: 5px;
}

.content TD
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


#content div
{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.content a:link { color: #000000; text-decoration: underline; }
.content a:visited { color: #000000; text-decoration: underline; }
.content a:hover { color: #000000; text-decoration: none; }
.content a:active { color: #000000; text-decoration: underline; }

.titel { color : #000000; font-size : 12pt; text-decoration : none; font-weight : bold; } 

.copy
{
	background-image:url(/v2/images/layout_04.png);
	background-repeat:no-repeat;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding-left:160px;
}

.copy a:link { color: #666666; text-decoration: none; font-size:10px; }
.copy a:visited { color: #666666; text-decoration: none; font-size:10px; }
.copy a:hover { color: #666666; text-decoration: underline; font-size:10px; }
.copy a:active { color: #666666; text-decoration: none; font-size:10px; }