/*****************************************************
 *
 *  Opdrachtgever:            Schuller Harmoniums, Woerden
 *  Uitgevoerd door:          Arjen Schuller
 *  Datum laatste wijziging:  17-04-2007
 *  Versie:                   1.0
 *
 *****************************************************/
 
*{
	font-family: Verdana, Arial;
	font-size: 12px;
}
html, body{
	background-color: white;
	vertical-align: top;
	height: 93%;
}	

h1{
  margin-top: 10px;
  color: #563f18;
  font-size: 16px;
}
a{
  font-size: 14px;
  font-weight: bold;
	color: #563f18;
	text-decoration: none;
}
a:hover{
	color: #000000;
}

.content{
	padding-left: 	20px;
	padding-right: 	20px;
	padding-bottom: 20px;
	padding-top:	 0px;
}
.content img{
	border: 1px solid black;
}

.big{
	font-size: 22px;
	font-weight: bold; 
	
	
}

.big_italic{
	font-size: 22px;
	font-style:italic;
}

.center{
	text-align: center;
}

/*Tabellen*/
.table_main{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 800px;
	border: 1px solid black;
	
}

.tr_text{
	width: 210px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

.td_footer_logo{
  background: url("../img/footer_logo.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #ECD77A;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid black;
	height: 369px;
}

.td_menu{
	background: url("../img/menu_back.jpg");
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid black;
}
.table_menu{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	border:0px;
  width: 100%;
}
.td_text{
	width: 590px;
	background: url("../img/back.jpg");
	vertical-align: top;
	text-align: left;
	padding: 4px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}
.table_footer{
	background: url("../img/footer.jpg");
	height: 16px;
	font-family: Verdana;
	font-size: 10px;
	border-top: 1px solid black;
	text-align: right;
}

/***Menu***/
.item{
  background: url("../img/item.jpg");
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 125px;
	height: 25px;
}
.menu_space{
	height: 8px;
}
/**********/

div.error{
  color: red;
  margin-top: 20px;
}

