/* CSS voor Musica Montana, strijkersensemble te Amersfoort */

*{
	margin:0;
	padding:0;
	}
	
html, body {
	height:100%;
	}
	
	
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     Typodermic
 * @vendorurl:  http://www.typodermic.com
 * @licenseurl: http://www.fontsquirrel.com/license/Negotiate
 *
 *
 */

@font-face {
	font-family: 'NegotiateFree';
	src: url('negotiate_free.eot');
	src: local('Negotiate Free'), local('NegotiateFree'), url('negotiate_free.ttf') format('truetype');
}


	
body {
     margin-top: 20px;
	font-family: NegotiateFree, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	background-image:url(../beeld/back2.png);
}

h1,h2,h3,h4,h5,h6,p,ol,ul {
	margin:0.75em 0
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Georgia, Times, serif;
	}
	
img {
	border:none;
	}

#container {
	margin: auto;
	position: relative;
	width: 900px;
	height: 650px;
	border: 1px #666666 solid;
	background-color: #ffffff;
}

#header {
	width: 900px;
	height: 100px;
	background-image:url(../beeld/logo_500.gif);
	background-position:left;
	background-repeat:no-repeat;
	clear: both;
}

#menukant {
	float:left;
	width:	199px;
	height: 550px;
	border-right: 1px #666666 dashed;
}

#inhoud {
	float:left;
	width: 690px;
	height: 550px;
	margin-left: 10px;
	overflow:auto;
}




a:link {
	font-family: NegotiateFree, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
}


a:visited {
	font-family: NegotiateFree, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
}

a:hover {
	font-family: NegotiateFree, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #993300;
	text-decoration: none;
	margin-left: 10px;
}
a:active {
	font-family: NegotiateFree, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #993300;
	text-decoration: none;
	margin-left: 10px;
}



