@charset "utf-8";
/* CSS Document */

/*Tag CSS */

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
p {
  margin-bottom: 12px;
}
body {
	background-image: url(img/scylla_tile.gif);
	background-repeat: repeat;
}
a {
	color: #003399;
}
h1 {
	font-size: 32px;
	color: #003399;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #FFCC00;
}
h2 {
	font-size: 24px;
	color: #003399;
	border-bottom: 2px solid #FFCC00;
	display: inline;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 3px;
}
h4 {
	font-size: 14px;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #FFCC00;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 3px;
}	
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #FFCC00;
}	
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
}
table.blue {
	border: 1px solid #003399;
	background-color: #E0F0FF;
	color: #003399;
}
table.blueyellow {
	border: 1px solid #FFCC00;
	background-color: #003399;
	color: #003399;
}
table.redyellow {
	border: 1px solid #FFCC00;
	background-color: #CC0000;
	color: #FFCC00;
}
table.yellow {
	border: 1px solid #FFCC00;
	background-color: #FFCC00;
	color: #CC0000;
}
table.white {
	border: 1px solid #D8E8FF;
	background-color: #FFFFFF;
	color: #003399;
}
table.white td {
	padding: 0px;
}
table.standen td {
	padding: 0px;
}
table.collapse {
	border-collapse: collapse;
}
td {
	padding: 3px;
}
td.padd0 {
	padding: 0px;
}
td.padd1 {
	padding: 1px;
}
td.padd10 {
	padding: 10px;
}
td.bluebottomline {
	border-bottom: 1px solid #003399;
}
td.topbottomline {
	border-top: 1px solid #D0E0FF;
	border-bottom: 1px solid #D8E8FF;
	padding-bottom: 5px;
	padding-top: 5px;
}
hr.blue {
	border: thin solid #003399; 
}
hr.yellow {
	border: thin solid #FFCC00; 
}
input[type="button"].greenbutton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339900;
}
input[type="button"].redbutton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
input[type="text"],select ,textarea {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #003399;
}




/* Class CSS */

.outer { 
	background-color: #003399; 
}
.inner { 
	background-color: #E0F0FF; 
}
.odd { 
	background-color: #D0E0FF;
}
.even { 
	background-color: #D8E8FF;
}
.yellow {
	background-color: #FFCC00;
}
.smalltextblue {
	color: #003399;
	font-weight: bold;
	font-size: 10px;
}
.smalltextwhite {
	color: #FFFFFF;
	background-color: #003399;
	font-weight: bold;
	font-size: 10px;
}
.blueback { 
	padding: 3px;
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #003399; 
	line-height: 16px;
}
.underlined_yellow { 
	background-color: ;
	padding: 3px;
	color: #003399;
	font-weight: bold;
	line-height: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	text-align: left;
}
.redtext {
	color: #CC0000;
}
.handy {
	cursor: pointer;
}
.handylinked {
	text-decoration: underline;
	cursor: pointer;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
  text-decoration:line-through;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.indent10 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.bluehead {
	background-image:url(img/menu_top_blue.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.bluebody {
	background-image: url(img/menu_body_blue.gif);
	background-repeat: repeat-y;
}
.bluefoot {
	background-image: url(img/menu_bottom_blue.gif);
	background-repeat: no-repeat;
  height: 20px;
}
.dbluehead {
	background-image:url(img/menu_top_dblue.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.dbluebody {
	background-image: url(img/menu_body_dblue.gif);
	background-repeat: repeat-y;
}
.dbluefoot {
	background-image: url(img/menu_bottom_dblue.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.yellowhead {
	background-image:url(img/menu_top_yellow.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.yellowbody {
	background-image: url(img/menu_body_yellow.gif);
	background-repeat: repeat-y;
}
.yellowfoot {
	background-image: url(img/menu_bottom_yellow.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.bluebannerhead {
	background-image:url(img/banner_top_blue.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.bluebannerbody {
	background-image: url(img/banner_body_blue.gif);
	background-repeat: repeat-y;
}
.bluebannerfoot {
	background-image: url(img/banner_bottom_blue.gif);
	background-repeat: no-repeat;
  height: 20px;
}
.footertop {
	background-image:url(img/footer_top.gif);
	background-repeat: no-repeat;
	height: 15px;
}
.footerbody {
	background-image: url(img/footer_body.gif);
	background-repeat:repeat-y;
}
.footerbottom {
	background-image: url(img/footer_bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}

/* Advanced CSS */

#container1 {
	position: relative;
	width: 1001px;
	height: auto;
	left: 0px;
	top: 0px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
#container2 {
	position: relative;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
}
#container3 {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	left: 0px;
	top: 0px;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#container4 {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
	height: auto;
	width: auto;
	position: relative;
	left: 0px;
	top: 0px;
}


#footer {
	color:#FFCC00;
	text-align:center;
	position: relative;
	margin-top: 5px;
	top: 0px;
	left: 1px;
	width: 999px;
	height: 50px;
	float: none;
	clear: both;
}
#leftpanel {
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
}
#header {
	background-image: url(img/scylla.gif);
	background-repeat: no-repeat;
	background-position: left center;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	float: left;
}
#menupanel {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	z-index: 99;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#inhoud {
	position: relative;
	top: 0px;
	left: 0px;
	width: 630px;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 0;
	float: left;
	clear: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#rightpanel {
	position: relative;
	top: 0px;
	left: 0px;
	width: 180px;
	float: right;
	padding-top:5px;
	z-index: 1;
	clear: right;
	height: auto;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#banner1 {
	margin-top: 0px;
	width: 180px;
}
#banner2 {
	margin-top: 0px;
	width: 180px;
}
#login-box {
	position:relative;
	left: 0px;
	top: 0px;
	float: left;
	clear: both;
	overflow:hidden;
	width: 180px;
}
#login-box form {
	color: #003399;
	line-height: 18px;
	text-align:center;
}
#login-box input {
  margin-right: 10px;
}
#login-box a, #login-box input[type=submit] {
	text-align:center;
}
#login-box input[type=text], #login-box input[type=password] {
	height: 18px;
	line-height: 16px;
	width: 146px;
	text-align:left;
}
#login-box input[type=submit] {
	height: 24px;
	margin-top: 5px;
	margin-bottom:5px;
	width: 150px;
}

#calendar, #GCA, #wedstrijdverslagen, #site4u, #webmasters, #beach, #scyllainfo, #scyllalid, #birthday, #billboard, #m-visio, #r2a {
	position:relative;
	left: 0px;
	top: 0px;
	float: left;
	clear: both;
	overflow:hidden;
	width: 180px;
}
#tweetegentwee, #ScyllaNacht, #PD, #oliebollen1 {
	position:relative;
	left: 0px;
	top: 0px;
                float: left;
                clear: both;
	overflow:hidden;
	width: 180px;
}
#thuisdag, #oliebollen2 {
	position:relative;
	left: 0px;
	top: 0px;
        width: 630px;
        height: auto;
	float: left;
	clear: left;
	overflow:hidden;
}
#scyllainfo .yellowbody, #scyllainfo a, #scyllalid .yellowbody, #scyllalid a {
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	text-align: center;
}

#calendar .indent10, #site4u .indent10, #GCA .indent10, #wedstrijdverslagen .indent10, #wedstrijdverslagen a, #webmasters .indent10, #birthday .indent10, #billboard .indent10, #m-visio .indent10, #r2a .indent10 {
	font-size: 10px;
	color: #003399;
	text-align: left;
}

tweetegentwee .indent10, oliebollen .indent10 {
	font-size: 10px;
	color: #003399;
	text-align: left;
}

#search-box {
	position:relative;
	left: 0px;
	top: 0px;
	float: left;
	clear: both;
	overflow:hidden;
	width: 180px;
}
#search-box input[type=text] {
	height: 18px;
	line-height: 16px;
	width: 146px;
}
#search-box input[type=submit] {
	height: 24px;
	margin-top: 5px;
	margin-bottom:0px;
	width: 150px;
}
#newsletter {
	padding-left: 0px;
	padding-right: 10px;
	width: 150px;
}
#newsletter input[type=text] {
	height: 18px;
	line-height: 16px;
	width: 140px;
}
#newsletter input[type=submit] {
	height: 24px;
	width: 146px;
}


/* The Menu CSS */

#hmenu {
	margin-top: 1px;
	z-index: 99;
}
#smenu, #rmenu {
	position: relative;
	top:0px;
	left:0px;
	float:left;
	clear:both;
	z-index: 99;
}
#hmenu #item, #smenu #item, #rmenu #item {
	float:left;
	position:relative;
	z-index: 99;
}
#hmenu a, #hmenu a:visited {
	display:block;
	width:102px;
	color: #ffcc00;
	height:24px;
	line-height:23px;
	text-decoration:none;
	text-indent:5px;
}
#smenu a, #smenu a:visited  {
	display:block;
	width:180px;
	color: #ffcc00;
	height: 30px;
	line-height:22px;
	text-decoration:none;
	text-indent:12px;
}
#rmenu a, #rmenu a:visited  {
	display:block;
	width:180px;
	color: #003399;
	height: 50px;
	line-height:44px;
	text-decoration:none;
	text-indent:16px;
	font-size: 14px;
}
#hmenu .menu-0, #hmenu .menu-1, #hmenu .menu-2, #hmenu .menu-3, #hmenu .menu-4 {  
	background-image: url(img/menu-back-blue.gif);
	background-repeat: no-repeat;
	z-index: 99;
}
#smenu .menu-0, #smenu .menu-1, #smenu .menu-2, #smenu .menu-3, #smenu .menu-4 {
	background-image: url(img/menu-back-large-blue.gif);
	background-repeat: no-repeat;
	z-index: 99;
}
#rmenu .menu-0, #rmenu .menu-1, #rmenu .menu-2, #rmenu .menu-3, #rmenu .menu-4 {
	background-image: url(img/menu-back-verylarge-yellow.png);
	background-repeat: no-repeat;
	z-index: 99;
}
#hmenu .menu-1.menu-expand, #hmenu .menu-2.menu-expand, #hmenu .menu-3.menu-expand {
	background-image: url(img/menu-back-arrow-blue.gif);
	background-repeat: no-repeat; 
}
#hmenu #item:hover > .menu-1.menu-expand, #hmenu #item:hover > .menu-2.menu-expand, #hmenu #item:hover > .menu-3.menu-expand  {
	background-image: url(img/menu-back-arrow-yellow.gif);
	background-repeat: no-repeat;
	color:#003399;
}
#hmenu #item:hover > a {
	background-image: url(img/menu-back-yellow.gif);
	background-repeat: no-repeat;
	color:#003399;
}
#smenu #item:hover > a  {
	background-image: url(img/menu-back-large-yellow.gif);
	background-repeat: no-repeat;
	color:#003399;
}
#rmenu #item:hover > a  {
	background-image: url(img/menu-back-verylarge-blue.png);
	background-repeat: no-repeat;
	color:#FFCC00;
}
#item #menu {
	display: none;
}
#item:hover > #menu {
	display:block;
	position:absolute;
	top:0px;
	left:102px;
}
#hmenu > #item:hover > #menu {
	display:block;
	position:absolute;
	top:24px;
	left:0;
}
.menu-current {
	font-weight: bold;
}
#dummymenu {
	background-image: url(img/menu-back-blue.gif);
	background-repeat: no-repeat;
	position:absolute;
	top: 0px;
	left: 714px;
	width:102px;
	height:24px;
}

/*
	Normal calendar settings
*/
.calendar_monthyear{
	text-align:center;
	color:#003399;
	font-weight: bold;
	font-size: 16px;
}
.calendar_monthyear a:link,.calendar_monthyear a:visited{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	color:#003399;
}
.calendar_daynames{
	text-align:center;
	color:#003399;
	font-weight: bold;
	font-size: 12px;
	border-left: 2px solid #FFEE00;
	border-bottom: 2px solid #999900; 	
	border-right: 2px solid #999900; 
	border-top: 2px solid #FFEE00;
	background:#FFCC00;
}
.calendar_day{
	vertical-align:top;
	text-align:left;
	color:#003399;
	font-size: 10px;
	border-left: 2px solid #FFEE00;
	border-bottom: 2px solid #999900; 	
	border-right: 2px solid #999900; 
	border-top: 2px solid #FFEE00;
	background:#FFCC00;
}
.calendar_noday{
	vertical-align: top;
	font-size: 10px;
	border-left: 2px solid #FFEE00;
	border-bottom: 2px solid #999900; 	
	border-right: 2px solid #999900; 
	border-top: 2px solid #FFEE00;
	background:#FFCC00;
}
.calendar_current_month_link{
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color:#003399;
	padding: 3px;
	border-left: 2px solid #FFEE00;
	border-bottom: 2px solid #999900; 	
	border-right: 2px solid #999900; 
	border-top: 2px solid #FFEE00;
	background:#FFCC00;
}
.calendar_today{
	vertical-align:top;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color:#CC0000;
	border-left: 2px solid #FFEE00;
	border-bottom: 2px solid #999900; 	
	border-right: 2px solid #999900; 
	border-top: 2px solid #FFEE00;
	background:#FFCC00;
}
.calendar_today_link{
	text-decoration: none;
	font-style: normal;
	font-size: 10px;
	vertical-align:top;
	text-align:left;
	color:#CC0000;
}
.calendar_eventday {
	vertical-align:top;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color: #009900;
	border-left: 2px solid #FFEE00;
	border-bottom: 2px solid #999900; 	
	border-right: 2px solid #999900; 
	border-top: 2px solid #FFEE00;
	background:#FFCC00;
}
.calendar_eventday_link{
	text-decoration: none;
	font-style: normal;
	font-size: 10px;
	font-weight:lighter;
	vertical-align:top;
	text-align:left;
	color: #009900;
}
.calendar_main{
	text-align: center;
	color:#F0F0F0;
	table-layout:fixed;
}

/*
	Menu calendar settings
*/
.menucalendar_monthyear{
	text-align:center;
	color:#003399;
	font-weight: bold;
	font-size: 9px;
}
.menucalendar_daynames{
	text-align:left;
	color:#003399;
	font-weight: bold;
	font-size: 9px;
}
.menucalendar_day{
	vertical-align:top;
	text-align:left;
	color:#003399;
	font-size: 9px;
}
.menucalendar_noday{
	border-width: 0px;
	border-color: #003399;
	border-style: solid;
}
.menucalendar_today{
	text-decoration: none ;
	vertical-align:top;
	text-align:left;
	font-size: 9px;
	font-weight: bold;
	color:#CC0000;
}
.menucalendar_eventday /*a:link,.menucalendar_eventday a:visited*/{
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
	font-style: normal;
	color:#009900;
}
.menucalendar_eventday a:active,.menucalendar_eventday a:hover{
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
	font-style: normal;
	color:#009900;
}
.menucalendar_main{
	text-align: center;
	color:#F0F0F0;
	background:#FFFFFF;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999; 	
	border-right: 1px solid #999999; 
	border-top: 1px solid #999999;
	cursor:pointer;
}

