table, tr, td {
	border: none;
}

input, textarea, body, table, tr, td, select, option {
	font-family: verdana, tahoma, arial, serif, sans-serif;
	font-size: 12px;
}

select, option {
	font-size: 11px;
	background-color: #F2F2F2;
	font-weight: bold;
}

select {
	border: 1px solid #696969;
}

form, .headline {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

a, a:active, a:link, a:visited {
	color: #007973;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00A6A6;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

h1 {
	font-family: arial, helvetica, sans-serif, verdana, tahoma;
	font-size: 26px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

dfn {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

ul, ul li {
	list-style-image: url('/static/gfx/li-square.gif');
}

li {
	padding: 3px 0px 3px 0px;
}

.headline, #kursuskalender .coursefirstrow td {
	background: #ADADAD url('/static/gfx/headliner.jpg') repeat-x top left;
	font-family: tahoma, verdana, arial, serif, sans-serif;
	font-weight: bold;
	color: #007973;
	text-align: center;
	white-space: nowrap;
}

.headline {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #008C84;
}

.newsbox {
	border: 1px solid #008C84;
}

.innerbox {
	padding: 7px;
	font-size: 11px;
	background-color: #F4F4F4;
	text-align: left;
}

.innerbox ul {
	margin: 0px;
	padding: 0px 3px 0px 18px;
}

.textfield {
	background: #FFFFDD url('/static/gfx/textfield.jpg') repeat-x top left;
	color: #696969;
}

.textfield-over {
	background: #FFFFDD url('/static/gfx/textfield_over.jpg') repeat-x top left;
	color: #000000;
}

.form-text {
	background: #F7F7F7 url('/static/gfx/shadow_b.gif') repeat-x bottom left;
	border: 1px solid #181C1D;
	font-size: 11px;
	color: #000000;
	padding: 2px 2px 3px 2px;
	margin-top: 2px;
	width: 450px;
}

.form-submit, .form-submit-over {
	font-weight: bold;
	cursor: pointer;
	padding: 2px 8px 2px 8px;
	margin-top: 2px;
	border: 1px solid #181C1D;
}

.form-submit {
	background: #0B4946 url('/static/gfx/submit.jpg') repeat-x top left;
	color: #FCFCFC;
}

.form-submit-over {
	background: #0C6666 url('/static/gfx/submit_over.jpg') repeat-x top left;
	color: #FFFFFF;
}

.coursepic {
	float: right;
	padding: 0px 4px 3px 3px;
}
