body
{
	background-color: #336699;
}

p, li, a, h1, h2, h3, h4, h5, th, td
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

p, li, th, td
{
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

a
{
	font-size: 11px;
	text-decoration: none;
	color: #15518c;
	line-height: 14px;
}

a:hover
{
	color: #333333;
	text-decoration: underline;
}

h1
{
	font-size: 17px;
	line-height: 20px;
	color: #15518c;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #15518c;
}

h3
{
	font-size: 14px;
	line-height: 19px;
	color: #15518c;
}

h4
{
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: #15518c;
}

h5
{
	font-size: 11px;
	line-height: 18px;
	color: #15518c;
}



#container
{
	position: relative;
	width: 700px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 100px 0 0 0; /* 30px + 118px */
}

#header
{
	position: absolute;
	top: 30px;
}

#footer
{
	position: relative;
	bottom: 13px;
}

#contents
{
	padding: 30px 30px 30px 190px;
	background-color: #d5e7f2;
	min-height: 400px;
}

#contents img
{
    border: none;
    margin: 10px;
}

#menuLeft
{
	position: absolute;
	top: 100px;
	width: 130px;
	padding: 60px 0px 30px 30px;
}	

p.menuTitle
{
    margin-bottom: -10px;
}

a.menuLink
{
    background-color: transparent;
    color: #333333;
    text-decoration: none;
    letter-spacing: -1px;
}

a.menuLink:hover
{
	color: #15518c;
}

ul.menu li { margin-left: 0px; }
ul.menu { list-style-type: none; margin-left: 8px; padding-left: 0px; }
ul.first { margin-left: 0px;}


table.eventliste
{
	border-collapse: collapse;
	width: 480px;
	background-color: #dddddd;
	border: solid 10px white;
}

table.eventliste td
{
	border-bottom: solid 1px white;
	border-top: solid 1px white;
	padding: 5px 5px 5px 5px;
}

table.eventliste td.first
{
	width: 40px;
	background-color: #bbbbbb;
	border-right: solid 1px white;
}

table.eventliste td.second
{
	width: 40px;
}

.iconRight { padding-right: 5px }
