﻿*
{
    color: #333333;
    font-family: Verdana, Arial, Sans-Serif;
}
body
{
    background-color: #466190;
    font-size: 0.8em;
}
h1
{
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 5px;
}
hr
{
	color: #AAAAAA;
	background-color: #AAAAAA;
	height: 1px;
}
p
{
	margin: 0px 0px 5px 0px;
    padding-left: 5px;
}


div#frame
{
    width: 80%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}


/* Header */

div#header
{
    background-image: url('../images/cards.jpg');
    background-repeat: no-repeat;
    height: 100px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
div#header #logo
{
    position: absolute;
    right: 0px;
    top: 0px;
}
div#header #title
{
    color: #800000;
    font-weight: bold;
    font-size: 20pt;
    padding: 10px 0px 0px 120px;
}
div#header #title *
{
	color: #800000;
	text-decoration: none;
}


/* Menu */

div#menu
{
    border-top: solid 1px #466190;
    border-bottom: solid 1px #466190;
    padding-left: 160px;
}
div#menu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div#menu li
{
    background-color: #466190;
    border-left: solid 1px #FFFFFF;
    color: #FFFFFF;
	display: inline;
	padding: 0px 10px 0px 10px;
}
div#menu li a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
div#menu li a:hover
{
    color: #CCCCCC;
}


/* Submenu */

div#submenu
{
	padding-top:50px;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#submenu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
div#submenu li
{
	background-color: #800000;
	color: White;
	font-size: 0.8em;
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	width: 140px;
}
div#submenu li.selected
{
	background-color: #466190;
}
div#submenu li a
{
	color: white;
	text-decoration: none;
}
div#submenu li a:hover
{
	text-decoration: underline;
}


div#content
{
    background-image: url('../images/martinitoren.jpg');
    background-repeat: no-repeat;
    min-height: 400px;
    padding: 10px 10px 30px 170px;
	position: relative;
}

div#content.fade
{
    background-image: url('../images/martinitoren_fade.jpg');
}


/* Clubs */

table.clubinfo
{
    margin-bottom: 10px;
    width: 100%;
}
table.clubinfo td
{
    background-color: #CAD5E6;
    vertical-align: top;
}
table.clubinfo th
{
    background-color: #CAD5E6;
    text-align: right;
    vertical-align: top;
}


/* Addresses */

table.addressinfo
{
    margin-bottom: 10px;
    width: 400px;
}
table.addressinfo td
{
    background-color: #CAD5E6;
    vertical-align: top;
}


/* Calendar */

table.calendarmonth
{
    margin-bottom: 10px;
}
table.calendarmonth td
{
    background-color: #CAD5E6;
    vertical-align: top;
}
table.calendarmonth th
{
    background-color: #CAD5E6;
    text-align: right;
    vertical-align: top;
}
