/*************************\
|  Cascading Style Sheet  |
|  Muziekschool Salland   |
|-------------------------|
|  Copyright (C) 2005     |
|    Mark Wispels &       |
|    Luuk Bruggeman       |
\*************************/


body,html {
	background-color: #DCDCDC; /* Just a temporary color */
	margin: 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
}

h1 {
	font-size: 20px;
	line-height: 20px;
}

h2 {
	font-size: 15px;
	line-height: 15px;
}

sup {
	font-size: 9px;
}

div.container {
	position: relative;
	width: 775px;
	margin: 0px auto;
	padding: 0px;
}

div.container2 {
	position: absolute;
	top: 126px;
	left: 0px;
}

div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	background-image:url(images/header.jpg);	
	width: 775px;
	height: 125px;
	border: 1px solid #909090;
}

div.main {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 775px;
	height: 100%;
	min-height: 100%;
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	z-index: 1;
}

div.left {
	float: left;
	width: 430px;
	padding: 20px 20px 0px;
}

div.right {
	float: right;
	width: 275px;
	padding: 25px 20px 0px 0px;
}

div.fullbody {
	width: 735px;
	padding: 25px 20px 0px 20px;
}
	

div.footer {
	positition: relative;
	bottom: 0px;
	left: 0px;
	background-color: #C3D3EC;
	width: 775px;
	height: 35px;
	border: 1px solid #909090;
	z-index: 3;
}

.clr {
	clear:both;
}

img {
	border-width: 0px;
}

ul.list {
	list-style-image:url(images/arrow.gif);
	line-height: 12pt;
}

.fototable {
	vertical-align: bottom;
	text-align: center;
	padding: 5px;
}


.foto {
	border: 1px solid #000000;
}

/* Text styles */

a {
	text-decoration: none;
	font-weight: bold;
	color: #002179;
}

a:hover {
	text-decoration: underline;
}

.i {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.ctr {
	text-align: center;
}

.small {
	font-size: 9px;
}

.error {
	font-weight: bold;
	color: #800000;
}

#popup {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 0px;
	width: 375px;
	height: 100px;
	left: 200px;
	top: 150px;
}

#popuptop {
	background-color: #d0dbea;
	width: 371px;
	height: 16px;
	font-weight: bold;
	padding: 2px;
}

#popup input {
	position: absolute;
	z-index: 6;
	bottom: 8px;
	left: 163px;
}
	

/* Forms */

input {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input.button {
	background-color: #DDE6F5;
	font-weight: bold;
	color: #002179;
	padding: 2px;
}

textarea {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
}

select {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
}

option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
}

optgroup {
	font-size: 10px;
	line-height: 10pt;
	font-style: normal;
}

/* Dropdown Menu 
http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
*/

#menu {
position: absolute;
top: 100px;
right: 15px;
float: left;
z-index: 20;
}

#menu ul {
list-style: none;
margin: 0 1em 0 0;
padding: 0;
float: left;
z-index: 30;
}

#menu ul ul a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
z-index: 40;
}

#menu h2 {
border: none;
}

#menu ul ul a {
color: #16203B;
background: #DDE6F5;
text-decoration: none;
}

#menu ul ul a:hover {
color: #E77A15;
background: #fff;
z-index: 50;
}

#menu li {
	position: relative;
	z-index: 60;
}

#menu ul ul {
position: absolute;
z-index: 2;
width: 12em;
z-index: 30;
}

div#menu ul ul {
display: none;
position: absolute;
z-index: 50;
}

div#menu ul li:hover ul {
display: block;
z-index: 100;
}