/* Style Sheet behorend bij de website van Vrouwenkoor Ludi Cantare
www.ludicantare.nl
Laatste keer bijgewerkt: 19 februari 2011 door Laura Hendricx, www.josepha.nl*/

@import "algemeen.css";

/* de 'leftcontent' is het menu */

#leftcontent {
	text-align: left;
	top: 1em;
	background-color: #ffffff; 
	float: left;
   width: 150px;
	height: auto;
	border-right: 2px solid #666699;
	border-bottom: 2px solid #666699;
	border-left: 2px solid #666699;
	border-top: 2px solid #666699;
	margin-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

/* de 'rightcontent' is de content */

#rightcontent {
	text-align: left;
	top: 1em;
	background-color: #33cccc;
	height: auto;
	border-right: 2px solid #666699;
	border-bottom: 2px solid #666699;
	border-left: 2px solid #666699;
	border-top: 2px solid #666699;
	margin-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	margin-left: 170px;
}

div#body {
	max-width: 1024px;
	margin: 0 auto;
}

