* {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

.page a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}

.page a:hover {
	text-decoration: underline;
}

.page table {
	/* height: 810px; */ 
	table-layout: fixed;
	overflow: hidden;

}

.page td {
	vertical-align: top;
}

.border {
	margin: 3px;
	vertical-align: top;
	overflow: hidden;
}

.content { 
	vertical-align: top; 
	padding-left: 30px;
	padding-right: 10px;
	
}

.content,
.overview,
.credits {
	width: 460px;
}


.header {
	margin-top: 20px;
	border-bottom: 3px solid #FF6600;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

.header p{
	margin-left: 30px;
}

.overview td {
	padding-bottom: 4px;
}

.overview .td-0 {
	vertical-align: top;
	text-align: right;
	width: 100px;
}

.overview .td-1 {
	vertical-align: top;
}

.overview td {
	padding-left: 5px;
	padding-right: 5px;
}

.page,
.overview td,
.credits td {
	font-size: 11px;
}

.credits h2 {
	padding-bottom: 10px;
}

.credits table {
	border-spacing: 0px;
	width: 100%;
}

.credits th,
.credits tr,
.credits td {
	border-bottom: 1px solid black;
}

.credits td {
/*	padding: 2px; */
}

.credits th {
	font-weight: normal;
	text-align: left;
	/*font-size: 78%;*/
}

.credits td {
	vertical-align: top;
	
}

.credits .td-0{
	/* width: 150px; */
	/* white-space: nowrap; */
	padding-right: 5px;
}

.credits .td-1{
	width: 170px;
	white-space: nowrap;
}

.credits tr td.td-0{
	font-weight: bold;
}

.credits .td-2,
.credits .td-3,
.credits .td-4 {
	text-align: right;
}

.credits .td-0,
.credits .td-2,
.credits .td-3,
.credits .td-4 {
	border-right: 1px solid #FF6600;
}

.credits .td-2,
.credits .td-3,
.credits .td-4 {
	width: 25px;
	vertical-align: top;
}	

.credits .td-2 {
	border-left: 2px solid orange;
}

.legend {
	width: 100%;
}

.legend  p{
	background-color: #FF6600;
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
}

.border {
	width: 30px;
	background-position: top; 
	background-image:url(../img/courselist/tagesstudium_right.gif);
	background-repeat: repeat-y;
}


.overview,
.credits,
.legend {
	padding-bottom: 30px;
}


.info {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
}

.info a {
	padding: 8px;
	border: 1px solid #FF6600;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 30px;
}

.info a:hover {
	color: white;
	background-color: #FF6600;
	text-decoration: none;
}


