body, table, td, div {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

body {
	background-color: #000000;
	text-align: center;
	margin: 0px 20px 20px 20px;
	padding: 0px;
}

#centered_div {
	min-width: 870px;
	max-width: 1100px;
	margin: auto;
}

#header_row {
	background-repeat: repeat-x;
	background-image: url('/images/o10/top_repeat.jpg');
	height: 191px;
}

#bottom_row {
	background-repeat: repeat-x;
	background-image: url('/images/o10/bottom_repeat.jpg');
}

#logo_ophase {
	float: left;
	margin-left: 50px;
}

#logo_fsmi {
	float: right;
	margin-right: 50px;
}

#main_table {
	width: 100%;
}

#menu_cell {
	height: 33px;
	background-image: url('/images/o10/menu_repeat.jpg');
	background-repeat: repeat-x;
}

#menu {
	padding-top: 5px;
	color: #D0D0D0;
	font-size: 13px;
	text-align: center;
}

#menu a {
	color: #bea733;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
}

#content {
	vertical-align: top;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: left;
}

#left_border {
	width: 21px;
	background-image: url('/images/o10/left_repeat.jpg');
	background-repeat: repeat-y;
}

#right_border {
	width: 21px;
	background-image: url('/images/o10/right_repeat.jpg');
	background-repeat: repeat-y;
}

a {
	color: #606060;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#linklist li {
	margin-bottom: 5px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.centered {
	margin: auto;
}

.center {
	text-align: center;
}

.stundenplan td {
	border-width: 1px;
	border-style: dashed;
	border-color: #606060;
}
