/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-family: Verdana, Arial;
}

a:hover
{
    color: #000000;
}
p
{
    margin: 0px;
    padding: 0px;
}
p.content_title_big
{
    margin-bottom: 10px;
}
p.table_header
{
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#MenuWrapper a
{
    text-decoration: none;
}
#MenuWrapper a:hover
{
    text-decoration: underline;
    color: #000000;
}

.hyperlink_menu
{
	color: #740201;
	font-size: 12px;
	font-weight: bold;
}	

.hyperlink_brown_small
{	
	font-size: 10px;
	color: #740201;
}

.hyperlink_gastenboek
{
	font-size: 12px;
	font-weight: bold;
	color: #740201;
}	

.table_main
{
	border: 0px;
	width: 80%;
	color: #ecae35;
	background-color: #ecae35;
	border-left-color: #740201;
	border-left-style: solid;	
	border-left-width: 2px;
	border-right-color: #740201;
	border-right-style: solid;	
	border-right-width: 4px;
	border-top-color: #740201;
	border-top-style: solid;	
	border-top-width: 2px;
	border-bottom-color: #740201;
	border-bottom-style: solid;	
	border-bottom-width: 4px;
}

.table_middle
{
	border: 0px;
	border-top-color: #996633;
	border-top-style: dashed;
	border-top-width: 1px;
	border-left-color: #996633;
	border-left-style: dashed;
	border-left-width: 1px;
	border-right-color: #996633;
	border-right-style: dashed;
	border-right-width: 1px;
	padding: 10px,10px,10px,10px; 
	color: Black; 
}

.table_header
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #740201;
	background-color: #FFDEB1;
	border-top-color: #740201;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #740201;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #740201;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #740201;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 2px,2px,2px,2px;
	width: 100%;
}

.table_agenda
{
	border: 0px;
	width: 100%;
	background-color: #FFDEB1;
	border-top-color: #996633;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #996633;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.table_nieuws
{
	border: 0px;
	width: 100%;
	background-color: #FFDEB1;
	border-top-color: #996633;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #996633;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.googleAdsense
{
    width: 100%;
    text-align: center;
	background-color: #FFDEB1;
	border-top-color: #996633;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #996633;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-bottom: 3px;
}

.body
{
	margin-left: 0;
	margin-right: 0;
	background-image: url(../images/logo_small_logo.jpg);
	background-color: #FFDEB1;
}

.content_black
{	
	font-size: 12px;
}

.content_black_bold
{	
	font-size: 12px;
	font-weight: bold;
}

.content_black_small
{	
	font-size: 10px;
	color: black;
}

.content_black_small_bold
{	
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.content_brown
{
	font-size: 10px;
	font-weight: bolder;
	color: #C28451;
}

.content_brown_small
{
	font-size: 10px;
	font-weight: bolder;
	color: #C28451;
}

.content_title
{	
	font-size: 12px;
	font-weight: bold;
	color: #740201;
}

.content_title_big
{	
	font-size: 12px;
	font-weight: bold;
	color: #740201;
}

.beheer_title
{	
	font-size: 12px;
	font-weight: bold;
}

.login_table
{
	border-style:solid;
	border-width: 1px;
	border-color: Black;
}

.button
{
	font-size: 12px;
}

.img_info
{
	width: 400px;
	border: solid 2px #FFDEB1;
}

.img_album
{
    border: solid 2px #FFDEB1;
}

.img_small
{
    border: solid 2px #FFDEB1; 
	width: 120px;
}
.textLeft
{
    text-align: left;
}
#MenuWrapper ul
{
    list-style-type: none;    
    padding: 0px;
    margin: 0px;
}
#MenuWrapper li
{
    display: inline;
    padding: 0px;
    margin: 7px;
}