/*
CSS Style Stylesheet HipHanneke School123
Author: Alwin van den Hoven, Connectholland BV
*/


/* Standaard elementen */

body {
	background-color: #FEFDEA;
}


/* Maincontainer and the three main divs */
div.stl_page {
	background-color: #FEFDEA;
}

div.stl_maincontainer {
	background-color: #FEFDEA;
}

div.stl_topmenu {
	border: 0.19em solid #CECCE6; 
	border-left: hidden;
	border-right: hidden;

	background-color: #FFFFFF;

	text-align: center;
}

div.pos_indexflash p {
	text-align: center;
	font-size: 0.7em;
}

div.pos_indexflash p a,
div.pos_indexflash p a:visited {
	color: #000000;
	text-decoration: none;
}

div.pos_indexflash p a:hover,
div.pos_indexflash p a:active {
	color: #333333;
	text-decoration: underline;
}



/* Divs inside the mainpage */

div.stl_maintext {
	font-family: verdana;
	font-size: 0.9em;
}

div.stl_blue {
	background-color: #CECCE6;
}


/* Divs inside the footert */

div.stl_footerbg {
	background-color: #CECCE6;

	font-family: verdana;
	font-size: 0.8em;
}

div.stl_footertxt {
	font-family: verdana;
	font-size: 0.63em;
	line-height: 1.25em;
}

div.stl_footertxt a:link, div.stl_footertxt a:visited {
	color: #000000;
	text-decoration: none;
}

div.stl_footertxt a:active, div.stl_footertxt a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Top Menu Decoration */

div.stl_menu {
	background: none;
}

.stl_menu ul {
	list-style-type: none;
}

.stl_menu li {
	text-align: center;
}

.stl_menu a:link, .stl_menu a:visited {
	font-family: arial;
	font-size: 0.9em;
	font-weight: bold;

	text-decoration: none;	

	color: #868595;
}

.stl_menu a:hover, .stl_menu a:active {
	font-family: arial;
	font-size: 0.9em;
	font-weight: bold;

	text-decoration: none;

	color: #FF0000;
}


/* Definition Lists decorations */

.stl_table-display2 dt {
	font-size: 0.9em;
	font-weight: bold;
}

.stl_table-display2 dd {
	font-size: 0.9em;
}



/* Remaining text decoractions */

.stl_red {
	font-weight: bold;
	color: #FF0000;
}

.stl_blue, .blue a {
	font-weight: bold;
	
	text-decoration: none;

	color: #A2A1B4;
}

.stl_blue a:visited, .stl_blue a:active, .stlblue a:link, .stl_blue a {
	color: #A2A1B4;

	font-weight: bold;
	
	text-decoration: none;
}

.stl_blue a:hover {
	color: #868595;

	font-weight: bold;
	
	text-decoration: underline;
}

.stl_small {
	font-size: 0.75em;
}


/* Table Decorations Hours & Prices and Register Page */

.stl_tblue {
	background-color: #CECCE6;
}

.stl_tblued {
	background-color: #B6B6DA;
}

.stl_white {
	background-color: #FFFFFF;
}

.stl_tablesmalltxt {
	font-size: 0.936em;
}


/* Mailform layout */

.stl_inputblue {
	background-color: #CECCE6;
	border: 0px;
}

.stl_inputwhite {
	background-color: #FFFFFF;
	border: 0px;
}

.stl_submitinput {
	background: url(../../images/verzendknop.gif);
	border: 0px;

	cursor: pointer;
}
