/* css-dokument assc xiii (xhtml strict) */

/* layout, ids */

body {
	font-family: "Verdana", sans-serif;
	font-size: 95%;
	text-align: left;
	color: #26354a;
	background: url(/images/background.png) repeat-y;
	padding: 0;
	margin: 0;
	}

#image {
	position: absolute;
	left: 0;
	top: 50px;
	font-size: 1.25em;
	color: #000;
	background: none;
	}

#header {
	position: absolute;
	left: 200px;
	top: 50px;
	width: 650px;
	height: 150px;
	width: 650px;
	height: 150px;
	background: #fc0;
	padding: 0;
	}

#claim {
	position: absolute;
	left: 250px;
	top: 115px;
	font-size: 3em;
	font-weight: bold;
	color: #f60;
	padding: 0;
	}

#content {
	position: absolute;
	left: 200px;
	top: 220px;
	width: 650px;
	background: #d3dce6;
	padding: 30px 50px 40px 50px;
	}

#skipnavi {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 90px;
	height: 90px;
	}


/*link typography*/

a {	
	text-decoration: none;
	background: none;
	}
a:link {
	color: #64748b;
	}
a:visited {
	color: #64748b;
	}
a:hover {
	color: #fff;
	background-color: #64748b;
	}
a:active {
	color: #fff;
	}


/* image stuff */

img {
	border: 0;
	}


/* paragraph, headings, and list typography */

p {
	font-size: 1em;
	line-height: 1.5em;
	text-indent: 0;
	margin: 0 0 1em;
	}

h1, h2, h3 {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	border-bottom: 2pt solid #64748b;
	}

h1 {
	font-weight: bold;
	margin: 2em 0 1em;
	}
	
h2 {
	font-style: italic;
	margin: 2em 0 1em;
	}
	
h3 {
	font-size: 1em;
	margin: 2em 0 1em;
	}

ol, ul {
	padding: .75em 0;
	line-height: 1.5em;
	margin: 0;
	}

li {
	padding: 0 0 .5em;
	list-style: square inside;
	}


/* misc. typo */

em {
	font-style: italic;
	}

td {
	padding: .2em;
	vertical-align: top;
	}

tr {
	height: 1.6em;
	}
	

/* extra classes */

.claim_sub {
	font-size: .4em;
	font-weight: bold;
	color: #26354a;
	}

.fees {
	width: 400px;
	padding: 0;
	margin: 0;
	}

.fees_head {
	padding: 0;
	margin: 0;
	background: #26354a;
	color: #d3dce6;
}

.first {
	text-indent: 0;
	}

div.float_img {
	float: left;
	width: 120px;
	height: 160px;
	padding: 0 1em 0 0;
	}

.footer {
	text-indent: 0;
	font-size: .8em;
	margin-top: 4em;
	padding-top: 1em;
	border-top: 4px solid #26354a;	
	}

.highlight {
	font-weight: bold;
	color: #f60;
	text-indent: 0;
	padding: 2em 0;
	}

.list {
	text-indent: -1em;
	padding-bottom: .7em;
	}

.logo {
	float: left;
	}

.navi_bar {
	text-indent: 0;
	padding-bottom: 1em;
	border-bottom: 4px solid #26354a;
	}

.programme {
	width: 650px;
	padding: 0;
	margin: 0;
	}

.programme_head {
	padding: 0;
	margin: 0;
	background: #26354a;
	color: #d3dce6;
	}
	
.row_even {
	background: #64748b;
	color: #d3dce6;
	}

li.schedule {
	list-style: none inside;
	}

.skip_navi {
	}

.photo {
	margin: 1em 1em 1em 0;
	background: none;
	}
