@import url('reset.css');

body, html {
	overflow:hidden;
	line-height:1.3;
}

a, p, h1, h2, h3, h4{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p{
font-size: 11px;
color:white;
}

h1{
font-weight:normal;
font-size: 22px;
color:orange;
}

h2{
font-weight:normal;
font-size: 14px;
color:orange;
margin:4px 0px;
}

h3{
font-weight:bold;
font-size: 12px;
color:orange;
}

a {
font-size: 11px;
color:orange;
text-decoration:none;
}

a:hover{
color:white;
}

#wrapper {
	height:100%;
	width:100%;
	position:absolute;
}

#left {
	width:300px;
	display:block;
	float:left;
	background:#660000;
	overflow:hidden;
	overflow-y:hidden;
	height:100%;
}

#right {
	overflow:auto;
	display:block;
	position:relative;
	height:100%;
	background:#FF6600 url('../images/bg.jpg') repeat-x;
}

#content {
	margin:20px;
}

#content a{
	border-bottom:1px dotted;
}

#content-header {
	background:#660000 url('../images/banner.jpg') repeat-x;
	height:100px;
}

#footer {
	position:fixed;
	bottom:0px;
	height:19px;
	padding:2px 5px;
	z-index:1000;
	width:100%;
	background-color:#660000;
}

#footer p{
	color:orange;
}

#timetable {
	margin:15px 0px 0px 25px;
}
#timetable p {
	line-height:1.2;
	margin:2px 0px;
}

ul#menu{
margin:0px 0px 20px 25px;
}

ul#menu li{
text-transform:uppercase;
line-height:1;
}

ul#menu li a{
font-size:13px;
}

ul#overview li a{
	height:112px;
	margin:10px 0px;
	display:block;
	background:#660000;
	border-bottom:0px none;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

ul#overview li a:hover{
	background:#7c1e1e;
}

ul#overview li a img{
	float:left;
	margin-right:20px;
}

ul#overview li a span {
	color:white;
}

ul#overview li a span.title {
	font-weight:bold;
	font-size: 12px;
	color:orange;
	display:block;
	margin-bottom:5px;
}

